Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c74 int nphcis; member
761 int nphcis = 0; in build_groups() local
777 nphcis++; in build_groups()
780 if (nphcis == 0) in build_groups()
815 if (nphcis != group->nphcis) in build_groups()
819 for (i = 0; i < nphcis; i++) in build_groups()
828 if (i == nphcis) { in build_groups()
829 free_phcis(nphcis, phcis); in build_groups()
843 free_phcis(nphcis, phcis); in build_groups()
849 free_phcis(nphcis, phcis); in build_groups()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7892 uint_t nphcis; in mainnvl_to_vhcache() local
7906 &nphcis) != 0) in mainnvl_to_vhcache()
7909 ASSERT(nphcis > 0); in mainnvl_to_vhcache()
7911 cphci_list_size = sizeof (mdi_vhcache_phci_t *) * nphcis; in mainnvl_to_vhcache()
7913 for (i = 0, phci_namep = phcis; i < nphcis; i++, phci_namep++) { in mainnvl_to_vhcache()