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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7989 uint_t phci_count; local
8009 phci_count = 0;
8012 cphci->cphci_id = phci_count++;
8015 phcis = kmem_alloc(sizeof (char *) * phci_count, KM_SLEEP);
8021 phci_count);
8022 free_string_array(phcis, phci_count);

Completed in 95 milliseconds