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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c665 char *client_physical_path, *client_path_ptr; local
681 client_path_ptr = client_physical_path =
685 if (client_physical_path == NULL) {
692 if (strstr(client_physical_path, SCSI_VHCI) == NULL) {
698 client_physical_path += DEV_PREFIX_LEN - 1;
700 if ((char_ptr_end = strrchr(client_physical_path, ':')) != NULL) {
716 ioc.client = client_physical_path;

Completed in 14 milliseconds