Home
last modified time | relevance | path

Searched refs:cphci (Results 1 – 1 of 1) 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()
7765 kmem_free(cphci, sizeof (*cphci)); in free_vhcache_phci()
8021 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in vhcache_to_mainnvl()
8022 cphci = cphci->cphci_next) in vhcache_to_mainnvl()
8028 cphci = cphci->cphci_next, i++) in vhcache_to_mainnvl()
8057 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in lookup_vhcache_phci_by_name()
8058 cphci = cphci->cphci_next) { in lookup_vhcache_phci_by_name()
8076 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in lookup_vhcache_phci_by_addr()
8077 cphci = cphci->cphci_next) { in lookup_vhcache_phci_by_addr()
8105 cphci = kmem_zalloc(sizeof (*cphci), KM_SLEEP); in vhcache_phci_add()
[all …]