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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunmdi.c7572 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
7677 if (vhcache->vhcache_phci_head == NULL)
7678 vhcache->vhcache_phci_head = cphci;
7920 ASSERT(vhcache->vhcache_phci_head != NULL);
8015 if (vhcache->vhcache_phci_head == NULL) {
8021 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
8027 for (cphci = vhcache->vhcache_phci_head, i = 0; cphci != NULL;
8058 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
8077 for (cphci = vhcache->vhcache_phci_head; cphci != NULL;
8505 if (vhcache->vhcache_phci_head
[all...]
/opensolaris-onvv-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 190 milliseconds