Searched refs:phci (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c114 ioc.phci = phci_path;
413 ioc.phci = phci_path;
531 ioc.phci = phci_path;
537 strcpy(ioc.phci, client_path);
649 * phci Controller device path
661 stms_path_enable_disable(char *client_path, char *phci, int request) argument
669 if (!client_path || !phci) {
708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
709 ioc_phci = phci + DEV_PREFIX_LEN - 1;
711 ioc_phci = phci;
731 g_stms_path_disable(char *client_path, char *phci) argument
738 g_stms_path_enable(char *client_path, char *phci) argument
762 stms_path_enable_disable_all(char *phci, int request) argument
801 g_stms_path_disable_all(char *phci) argument
810 g_stms_path_enable_all(char *phci) argument
842 g_stms_get_path_state(char *client_path, char *phci, int *state, int *ext_state) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c501 di_node_t root, vhci, node, phci; local
583 if ((phci = di_path_phci_node(path)) == DI_NODE_NIL) {
590 if ((phci_path = di_devfs_path(phci)) == NULL) {
607 * Check if the phci path has the same
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c937 * Given client_name return whether it is a phci or vhci based name.
1246 * Convert a phci client name to vhci client name.
1248 * phci_name phci client /devices name without the /devices prefix and
1279 ioc.phci = phci_name_buf;
1328 * Convert a vhci client name to phci client names.
1335 * Returns NULL terminated path list containing phci client paths is
1408 logdmsg(("vhci_to_phci: phci list:\n"));
1438 * mpxio is enabled on this phci path.
1439 * So use vhci path instead of phci path.

Completed in 23 milliseconds