Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsunmdi.c8000 uint_t phci_count; in vhcache_to_mainnvl() local
8020 phci_count = 0; in vhcache_to_mainnvl()
8023 cphci->cphci_id = phci_count++; in vhcache_to_mainnvl()
8026 phcis = kmem_alloc(sizeof (char *) * phci_count, KM_SLEEP); in vhcache_to_mainnvl()
8032 phci_count); in vhcache_to_mainnvl()
8033 free_string_array(phcis, phci_count); in vhcache_to_mainnvl()