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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8447 mdi_phci_bus_config_t *phbc = (mdi_phci_bus_config_t *)arg; local
8448 mdi_vhci_bus_config_t *vhbc = phbc->phbc_vhbusconfig;
8455 if ((ph_dip = e_ddi_hold_devi_by_path(phbc->phbc_phci_path, 0))
8470 kmem_free(phbc->phbc_phci_path, strlen(phbc->phbc_phci_path) + 1);
8471 kmem_free(phbc, sizeof (*phbc));
8488 mdi_phci_bus_config_t *phbc_head = NULL, *phbc, *phbc_next; local
8505 phbc = kmem_zalloc(sizeof (*phbc), KM_SLEE
[all...]

Completed in 89 milliseconds