Searched refs:GET_DYN (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h94 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
H A Dcfga_usb.c458 if (GET_DYN(ap_id) != NULL) {
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h126 #define GET_DYN(a) (((a) != NULL) ? \ macro
H A Dcfga_sata.c610 if ((pdyn = GET_DYN(lap_id)) != NULL) {
643 if (GET_DYN(ap_id) != NULL) {
701 if ((pdyn = GET_DYN(ap_id)) != NULL) {
766 if ((pdyn = GET_DYN(ap_id)) != NULL) {
890 if (GET_DYN(ap_id) != NULL) {
972 if ((str_p = GET_DYN(ap_id)) != NULL) {
1449 if ((pdyn = GET_DYN(ap_id)) != NULL) {
1847 if ((pdyn = GET_DYN(lap_id)) != NULL) {
1924 if ((pdyn = GET_DYN(lap_id)) != NULL) {
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c345 if ((dyn = GET_DYN(hba_phys)) != NULL) {
440 if ((cp = GET_DYN(root_path)) != NULL) {
816 if ((cp = GET_DYN(root_path)) != NULL) {
999 if ((cp = GET_DYN(path)) != NULL) {
1171 if ((cp = GET_DYN(l_hba)) != NULL) {
1175 if ((cp = GET_DYN(l_dev)) != NULL) {
1215 if ((mn1 = GET_DYN(l_dev1)) != NULL) {
1219 if ((mn2 = GET_DYN(l_dev2)) != NULL) {
H A Dcfga_scsi.c222 if (GET_DYN(ap_id) == NULL) {
H A Dcfga_scsi.h347 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
H A Dcfga_list.c274 if (GET_DYN(tmplp->ldata.ap_phys_id) == NULL) {
276 assert(GET_DYN(tmplp->ldata.ap_log_id) == NULL);
280 assert(GET_DYN(tmplp->ldata.ap_log_id) != NULL);
H A Dcfga_cvt.c331 if ((cp = GET_DYN(root_path)) != NULL) {
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c424 if ((dyn = GET_DYN(xport_phys)) != NULL) {
529 if ((cp = GET_DYN(root_path)) != NULL) {
869 if ((cp = GET_DYN(path)) != NULL) {
1030 if ((cp = GET_DYN(l_hba)) != NULL) {
1034 if ((cp = GET_DYN(l_dev)) != NULL) {
1074 if ((mn1 = GET_DYN(l_dev1)) != NULL) {
1078 if ((mn2 = GET_DYN(l_dev2)) != NULL) {
H A Dcfga_list.c517 if ((dyn = GET_DYN(xport_phys)) != NULL) {
1129 if (GET_DYN(tmplp->ldata.ap_phys_id) == NULL) {
1131 assert(GET_DYN(tmplp->ldata.ap_log_id) == NULL);
1135 assert(GET_DYN(tmplp->ldata.ap_log_id) != NULL);
2762 if ((dyn = GET_DYN(tmplp->ldata.ap_phys_id)) != NULL) {
2813 dyn = GET_DYN(ldatap->ldata.ap_phys_id);
2839 dyn = GET_DYN(curlp->ldata.ap_phys_id);
3191 dyn = GET_DYN(lap->listp->ldata.ap_phys_id);
3196 dyn = GET_DYN(
3240 dyn = GET_DYN(curl
[all...]
H A Dcfga_fp.c270 if (GET_DYN(ap_id) == NULL) {
H A Dcfga_fp.h412 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c316 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) macro
580 if (GET_DYN(ap_ids[i]) != NULL) {
816 sep1 = GET_DYN(apstat1);
817 sep2 = GET_DYN(apstat2);
1945 if ((cp = GET_DYN(rpath)) != NULL) {
2963 if ((cp = GET_DYN(ap_id)) != NULL) {
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c75 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) macro
303 if ((cp = GET_DYN(rpath)) != NULL) {
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1675 if (GET_DYN(ap_id) != NULL) {

Completed in 87 milliseconds