Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c663 char *client_physical_path, *client_path_ptr; in stms_path_enable_disable() local
679 client_path_ptr = client_physical_path = in stms_path_enable_disable()
683 if (client_physical_path == NULL) { in stms_path_enable_disable()
690 if (strstr(client_physical_path, SCSI_VHCI) == NULL) { in stms_path_enable_disable()
696 client_physical_path += DEV_PREFIX_LEN - 1; in stms_path_enable_disable()
698 if ((char_ptr_end = strrchr(client_physical_path, ':')) != NULL) { in stms_path_enable_disable()
714 ioc.client = client_physical_path; in stms_path_enable_disable()