/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 346 if ((dyn = GET_DYN(hba_phys)) != NULL) { in apidt_create() 441 if ((cp = GET_DYN(root_path)) != NULL) { in walk_tree() 817 if ((cp = GET_DYN(root_path)) != NULL) { in path_apid_state_change() 1000 if ((cp = GET_DYN(path)) != NULL) { in devctl_cmd() 1167 if ((cp = GET_DYN(l_hba)) != NULL) { in hba_dev_cmp() 1171 if ((cp = GET_DYN(l_dev)) != NULL) { in hba_dev_cmp() 1211 if ((mn1 = GET_DYN(l_dev1)) != NULL) { in dev_cmp() 1215 if ((mn2 = GET_DYN(l_dev2)) != NULL) { in dev_cmp()
|
H A D | cfga_list.c | 274 if (GET_DYN(tmplp->ldata.ap_phys_id) == NULL) { in postprocess_list_data() 276 assert(GET_DYN(tmplp->ldata.ap_log_id) == NULL); in postprocess_list_data() 280 assert(GET_DYN(tmplp->ldata.ap_log_id) != NULL); in postprocess_list_data()
|
H A D | cfga_scsi.c | 218 if (GET_DYN(ap_id) == NULL) { in cfga_list_ext()
|
H A D | cfga_scsi.h | 347 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
|
H A D | cfga_cvt.c | 331 if ((cp = GET_DYN(root_path)) != NULL) { in path_apid_dyn_to_path()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 424 if ((dyn = GET_DYN(xport_phys)) != NULL) { in apidt_create() 529 if ((cp = GET_DYN(root_path)) != NULL) { in walk_tree() 869 if ((cp = GET_DYN(path)) != NULL) { in devctl_cmd() 1030 if ((cp = GET_DYN(l_hba)) != NULL) { in hba_dev_cmp() 1034 if ((cp = GET_DYN(l_dev)) != NULL) { in hba_dev_cmp() 1074 if ((mn1 = GET_DYN(l_dev1)) != NULL) { in dev_cmp() 1078 if ((mn2 = GET_DYN(l_dev2)) != NULL) { in dev_cmp()
|
H A D | cfga_list.c | 517 if ((dyn = GET_DYN(xport_phys)) != NULL) { in do_list_FCP_dev() 1129 if (GET_DYN(tmplp->ldata.ap_phys_id) == NULL) { in postprocess_list_data() 1131 assert(GET_DYN(tmplp->ldata.ap_log_id) == NULL); in postprocess_list_data() 1135 assert(GET_DYN(tmplp->ldata.ap_log_id) != NULL); in postprocess_list_data() 2762 if ((dyn = GET_DYN(tmplp->ldata.ap_phys_id)) != NULL) { in is_dyn_ap_on_ldata_list() 2813 dyn = GET_DYN(ldatap->ldata.ap_phys_id); in is_FCP_dev_ap_on_ldata_list() 2839 dyn = GET_DYN(curlp->ldata.ap_phys_id); in is_FCP_dev_ap_on_ldata_list() 3191 dyn = GET_DYN(lap->listp->ldata.ap_phys_id); in init_ldata_for_accessible_FCP_dev() 3196 dyn = GET_DYN( in init_ldata_for_accessible_FCP_dev() 3240 dyn = GET_DYN(curlp->ldata.ap_phys_id); in init_ldata_for_accessible_FCP_dev() [all …]
|
H A D | cfga_fp.c | 269 if (GET_DYN(ap_id) == NULL) { in cfga_list_ext()
|
H A D | cfga_fp.h | 412 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 636 if (GET_DYN(ap_id) != NULL) { in cfga_change_state() 694 if ((pdyn = GET_DYN(ap_id)) != NULL) { in cfga_change_state() 759 if ((pdyn = GET_DYN(ap_id)) != NULL) { in cfga_change_state() 883 if (GET_DYN(ap_id) != NULL) { in cfga_change_state() 962 if ((str_p = GET_DYN(ap_id)) != NULL) { in cfga_private_func() 1438 if ((pdyn = GET_DYN(ap_id)) != NULL) { in cfga_list_ext() 1835 if ((pdyn = GET_DYN(lap_id)) != NULL) { in verify_params() 1912 if ((pdyn = GET_DYN(lap_id)) != NULL) { in setup_for_devctl_cmd()
|
H A D | cfga_sata.h | 126 #define GET_DYN(a) (((a) != NULL) ? \ macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 94 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
|
H A D | cfga_usb.c | 461 if (GET_DYN(ap_id) != NULL) { in verify_params()
|
/illumos-gate/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 320 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) macro 587 if (GET_DYN(ap_ids[i]) != NULL) { in config_stat() 823 sep1 = GET_DYN(apstat1); in config_ap_id_cmp() 824 sep2 = GET_DYN(apstat2); in config_ap_id_cmp() 1952 if ((cp = GET_DYN(rpath)) != NULL) { in find_ap_common() 2955 if ((cp = GET_DYN(ap_id)) != NULL) { in find_arg_type()
|
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/ |
H A D | ibnex_devctl.h | 55 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 73 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) macro 310 if ((cp = GET_DYN(rpath)) != NULL) { in physpath2node()
|
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 55 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) macro 2315 if ((cp = GET_DYN(ap_id)) != NULL) { in find_arg_type()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 1674 if (GET_DYN(ap_id) != NULL) { in cfga_list_ext()
|
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 1786 if ((dyn = GET_DYN(ap_id)) != NULL) { in ibnex_get_dip_from_apid()
|