Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7560 mdi_vhcache_phci_t *cphci, *cphci_next; in destroy_vhci_cache() local
7573 cphci = cphci_next) { in destroy_vhci_cache()
7574 cphci_next = cphci->cphci_next; in destroy_vhci_cache()
7676 cphci->cphci_next = NULL; in enqueue_vhcache_phci()
7680 vhcache->vhcache_phci_tail->cphci_next = cphci; in enqueue_vhcache_phci()
8022 cphci = cphci->cphci_next) in vhcache_to_mainnvl()
8028 cphci = cphci->cphci_next, i++) in vhcache_to_mainnvl()
8058 cphci = cphci->cphci_next) { in lookup_vhcache_phci_by_name()
8077 cphci = cphci->cphci_next) { in lookup_vhcache_phci_by_addr()
8512 cphci = cphci->cphci_next) { in bus_config_all_phcis()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h993 struct mdi_vhcache_phci *cphci_next; /* next in vhci phci list */ member