Searched refs:nphcis (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | mpxio_rcm.c | 76 int nphcis; member 482 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t), in get_affected_clients() 542 for (i = 0; i < group->nphcis; i++) { in detect_client_change() 671 for (i = 0; i < group->nphcis; i++) { in refresh_regs() 763 int nphcis = 0; in build_groups() local 779 nphcis++; in build_groups() 782 if (nphcis == 0) in build_groups() 785 if ((phcis = (phci_t *)calloc(nphcis, sizeof (phci_t))) == NULL) { in build_groups() 807 qsort(phcis, nphcis, sizeof (phci_t), compare_phci); in build_groups() 817 if (nphcis != group->nphcis) in build_groups() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunmdi.c | 7892 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()
|