Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c108 (void) strcpy(client_path, dev_path + DEV_PREFIX_LEN-1); in g_get_lun_str()
261 physical_path += DEV_PREFIX_LEN-1; in get_pathlist()
438 DEV_PREFIX_LEN - 1); in g_get_pathlist()
520 (void) strcpy(client_path, physical_path + DEV_PREFIX_LEN-1); in g_get_pathcount()
696 client_physical_path += DEV_PREFIX_LEN - 1; in stms_path_enable_disable()
706 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable()
707 ioc_phci = phci + DEV_PREFIX_LEN - 1; in stms_path_enable_disable()
780 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable_all()
781 ioc_phci = phci + DEV_PREFIX_LEN - 1; in stms_path_enable_disable_all()
873 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in g_stms_get_path_state()
[all …]
H A Dgenf.c1039 if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) || in g_get_path_type()
1040 (strlen(path_ptr) == DEV_PREFIX_LEN)) { in g_get_path_type()
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h118 #define DEV_PREFIX_LEN 9 /* Length of DEV_PREFIX string */ macro