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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7561 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
7666 if (vhcache->vhcache_phci_head == NULL)
7667 vhcache->vhcache_phci_head = cphci;
7909 ASSERT(vhcache->vhcache_phci_head != NULL);
8004 if (vhcache->vhcache_phci_head == NULL) {
8010 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
8016 for (cphci = vhcache->vhcache_phci_head, i = 0; cphci != NULL;
8046 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
8065 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
8493 if (vhcache->vhcache_phci_head
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1023 mdi_vhcache_phci_t *vhcache_phci_head; /* phci list head */ member in struct:mdi_vhci_cache

Completed in 102 milliseconds