Searched refs:CFGA_DYN_SEP (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | config_admin.h | 57 #define CFGA_DYN_SEP "::" macro
|
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 55 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) 2384 return (strstr(ap_id, CFGA_DYN_SEP)); in get_dyn() 2399 cp = strstr(ap_id, CFGA_DYN_SEP); in remove_dyn()
|
/illumos-gate/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 320 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP)) 3208 if ((cp = strstr(ap_id, CFGA_DYN_SEP)) == NULL) { in split_apid() 3213 cp += strlen(CFGA_DYN_SEP); in split_apid() 3230 (void) snprintf(cp, len, "%s%s", CFGA_DYN_SEP, in append_dyn()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 73 #define GET_DYN(a) (strstr((a), CFGA_DYN_SEP))
|