Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c66 } phci_t; typedef
69 phci_t phci;
78 phci_t *phcis;
111 static void free_phcis(int, phci_t *);
471 phci_t phci; in get_affected_clients()
482 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t), in get_affected_clients()
765 phci_t *phcis; 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()
875 phci_t *p1 = (phci_t *)arg1; in compare_phci()
[all …]