Searched refs:LUN_COMP_SEP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 373 !(strncmp(&ap_id2[i], LUN_COMP_SEP, strlen(LUN_COMP_SEP)))) { in cfga_ap_id_cmp() 376 !(strncmp(&ap_id1[i], LUN_COMP_SEP, strlen(LUN_COMP_SEP)))) { in cfga_ap_id_cmp()
|
H A D | cfga_fp.h | 400 #define LUN_COMP_SEP "," macro 413 #define GET_LUN_DYN(a) (((a) != NULL) ? strstr((a), LUN_COMP_SEP) : (void *)0) 419 #define LUN_DYN_TO_LUNCOMP(a) ((a) + strlen(LUN_COMP_SEP))
|
H A D | cfga_list.c | 2262 LUN_COMP_SEP, *lun_nump); in stat_path_info_FCP_dev() 2266 LUN_COMP_SEP, *lun_nump); in stat_path_info_FCP_dev() 2374 LUN_COMP_SEP, *lun_nump); in stat_path_info_FCP_dev() 2378 LUN_COMP_SEP, *lun_nump); in stat_path_info_FCP_dev() 2719 LUN_COMP_SEP, *lun_nump); in do_stat_FCP_dev() 2722 LUN_COMP_SEP, *lun_nump); in do_stat_FCP_dev() 3134 LUN_COMP_SEP, lun_num); in init_ldata_for_accessible_FCP_dev() 3137 LUN_COMP_SEP, lun_num); in init_ldata_for_accessible_FCP_dev()
|