Home
last modified time | relevance | path

Searched refs:SCF_TM_TARGET_ALL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h726 #define SCF_TM_TARGET_ALL ((const char *)"all") macro
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1257 p->pw_target = SCF_TM_TARGET_ALL; in _walk_template_instances()
1274 strcmp(tg, SCF_TM_TARGET_ALL) != 0) { in _walk_template_instances()
1438 if (strcmp(target, SCF_TM_TARGET_ALL) == 0 && in check_target_match()
1439 strcmp(pg_target, SCF_TM_TARGET_ALL) == 0) { in check_target_match()
2465 SCF_TM_TARGET_ALL); in scf_tmpl_iter_pgs()
6444 if (strcmp(target, SCF_TM_TARGET_ALL) == 0 || in _scf_tmpl_check_pg_redef()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c2440 if (strcmp(target, SCF_TM_TARGET_ALL) == 0) { in target_check()