Home
last modified time | relevance | path

Searched refs:vhbc_cv (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8448 kcondvar_t vhbc_cv; member
8487 cv_broadcast(&vhbc->vhbc_cv); in bus_config_phci()
8531 cv_init(&vhbc->vhbc_cv, NULL, CV_DRIVER, NULL); in bus_config_all_phcis()
8546 cv_wait(&vhbc->vhbc_cv, &vhbc->vhbc_lock); in bus_config_all_phcis()
8550 cv_destroy(&vhbc->vhbc_cv); in bus_config_all_phcis()