Searched defs:phcis (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c78 phci_t *phcis; member in struct:group
482 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t),
545 if (strcmp(group->phcis[i].path, rsrc) == 0)
554 if ((group->phcis[i].state == DI_PATH_STATE_ONLINE) ||
555 (group->phcis[i].state == DI_PATH_STATE_STANDBY)) {
556 if (rcm_get_rsrcstate(hdl, group->phcis[i].path, &state)
563 group->phcis[i].path, state);
677 if ((reg = lookup_phci(group->phcis[i].path)) != NULL) {
680 reg->phci.state = group->phcis[i].state;
694 reg->phci.path = strdup(group->phcis[
765 phci_t *phcis; local
942 free_phcis(int nphcis, phci_t *phcis) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7442 #define MDI_NVPNAME_PHCIS "phcis"
7853 * phcis string array array of phci paths
7875 * into to the phcis string array in the main nvlist to get the pHCI path.
7880 char **phcis, **phci_namep; local
7894 if (nvlist_lookup_string_array(nvl, MDI_NVPNAME_PHCIS, &phcis,
7902 for (i = 0, phci_namep = phcis; i < nphcis; i++, phci_namep++) {
7990 char **phcis; local
8015 phcis = kmem_alloc(sizeof (char *) * phci_count, KM_SLEEP);
8018 phcis[i] = i_ddi_strdup(cphci->cphci_path, KM_SLEEP);
8020 err = nvlist_add_string_array(nvl, MDI_NVPNAME_PHCIS, phcis,
[all...]

Completed in 75 milliseconds