Searched defs:vhbc_cv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8437 kcondvar_t vhbc_cv; member in struct:mdi_vhci_bus_config_s
8476 cv_broadcast(&vhbc->vhbc_cv);
8520 cv_init(&vhbc->vhbc_cv, NULL, CV_DRIVER, NULL);
8535 cv_wait(&vhbc->vhbc_cv, &vhbc->vhbc_lock);
8539 cv_destroy(&vhbc->vhbc_cv);

Completed in 65 milliseconds