HomeSort by relevance Sort by last modified time
    Searched refs:nphcis (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
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...]
  /onnv/onnv-gate/usr/src/uts/common/os/
sunmdi.c 7759 uint_t nphcis; local
    [all...]

Completed in 180 milliseconds