| mpxio_rcm.c | 76 int nphcis; member in struct:group 482 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t), 542 for (i = 0; i < group->nphcis; i++) { 671 for (i = 0; i < group->nphcis; i++) { 763 int nphcis = 0; local 779 nphcis++; 782 if (nphcis == 0) 785 if ((phcis = (phci_t *)calloc(nphcis, sizeof (phci_t))) == NULL) { 807 qsort(phcis, nphcis, sizeof (phci_t), compare_phci); 817 if (nphcis != group->nphcis [all...] |