Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c64 } phci_t; typedef
67 phci_t phci;
76 phci_t *phcis;
109 static void free_phcis(int, phci_t *);
469 phci_t phci; in get_affected_clients()
480 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t), in get_affected_clients()
763 phci_t *phcis; in build_groups()
783 if ((phcis = (phci_t *)calloc(nphcis, sizeof (phci_t))) == NULL) { in build_groups()
805 qsort(phcis, nphcis, sizeof (phci_t), compare_phci); in build_groups()
873 phci_t *p1 = (phci_t *)arg1; in compare_phci()
[all …]