Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsunmdi.c8500 mdi_phci_bus_config_t *phbc_head = NULL, *phbc, *phbc_next; in bus_config_all_phcis() local
8521 phbc->phbc_next = phbc_head; in bus_config_all_phcis()
8522 phbc_head = phbc; in bus_config_all_phcis()
8535 for (phbc = phbc_head; phbc != NULL; phbc = phbc_next) { in bus_config_all_phcis()