Searched defs:GET_DYN (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h126 #define GET_DYN(a) (((a) != NULL) ? \ macro
/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
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h412 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h347 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) macro
/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/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) {

Completed in 331 milliseconds