Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7572 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in destroy_vhci_cache()
7677 if (vhcache->vhcache_phci_head == NULL) in enqueue_vhcache_phci()
7678 vhcache->vhcache_phci_head = cphci; in enqueue_vhcache_phci()
7920 ASSERT(vhcache->vhcache_phci_head != NULL); in mainnvl_to_vhcache()
8015 if (vhcache->vhcache_phci_head == NULL) { in vhcache_to_mainnvl()
8021 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in vhcache_to_mainnvl()
8057 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in lookup_vhcache_phci_by_name()
8076 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in lookup_vhcache_phci_by_addr()
8504 if (vhcache->vhcache_phci_head == NULL) { in bus_config_all_phcis()
8511 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in bus_config_all_phcis()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1023 mdi_vhcache_phci_t *vhcache_phci_head; /* phci list head */ member