Searched refs:vhbc (Results 1 – 1 of 1) sorted by relevance
8459 mdi_vhci_bus_config_t *vhbc = phbc->phbc_vhbusconfig; in bus_config_phci() local8468 if (vhbc->vhbc_op == BUS_CONFIG_DRIVER || in bus_config_phci()8469 vhbc->vhbc_op == BUS_UNCONFIG_DRIVER) { in bus_config_phci()8471 vhbc->vhbc_op_flags, in bus_config_phci()8472 vhbc->vhbc_op_major); in bus_config_phci()8475 vhbc->vhbc_op_flags); in bus_config_phci()8484 mutex_enter(&vhbc->vhbc_lock); in bus_config_phci()8485 vhbc->vhbc_thr_count--; in bus_config_phci()8486 if (vhbc->vhbc_thr_count == 0) in bus_config_phci()8487 cv_broadcast(&vhbc->vhbc_cv); in bus_config_phci()[all …]