Home
last modified time | relevance | path

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

/titanic_50/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()
263 physical_path += DEV_PREFIX_LEN-1; in get_pathlist()
440 DEV_PREFIX_LEN - 1); in g_get_pathlist()
522 (void) strcpy(client_path, physical_path + DEV_PREFIX_LEN-1); in g_get_pathcount()
698 client_physical_path += DEV_PREFIX_LEN - 1; in stms_path_enable_disable()
708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable()
709 ioc_phci = phci + DEV_PREFIX_LEN - 1; in stms_path_enable_disable()
782 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable_all()
783 ioc_phci = phci + DEV_PREFIX_LEN - 1; in stms_path_enable_disable_all()
875 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()
/titanic_50/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h118 #define DEV_PREFIX_LEN 9 /* Length of DEV_PREFIX string */ macro