Searched refs:vhbc (Results 1 – 1 of 1) sorted by relevance
8448 mdi_vhci_bus_config_t *vhbc = phbc->phbc_vhbusconfig; in bus_config_phci() local8457 if (vhbc->vhbc_op == BUS_CONFIG_DRIVER || in bus_config_phci()8458 vhbc->vhbc_op == BUS_UNCONFIG_DRIVER) { in bus_config_phci()8460 vhbc->vhbc_op_flags, in bus_config_phci()8461 vhbc->vhbc_op_major); in bus_config_phci()8464 vhbc->vhbc_op_flags); in bus_config_phci()8473 mutex_enter(&vhbc->vhbc_lock); in bus_config_phci()8474 vhbc->vhbc_thr_count--; in bus_config_phci()8475 if (vhbc->vhbc_thr_count == 0) in bus_config_phci()8476 cv_broadcast(&vhbc->vhbc_cv); in bus_config_phci()[all …]