Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h727 #define SCF_TM_TARGET_DELEGATE ((const char *)"delegate") macro
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1222 p->pw_target = SCF_TM_TARGET_DELEGATE; in _walk_template_instances()
1238 strcmp(tg, SCF_TM_TARGET_DELEGATE) != 0) { in _walk_template_instances()
1433 if (strcmp(target, SCF_TM_TARGET_DELEGATE) == 0 && in check_target_match()
1434 strcmp(pg_target, SCF_TM_TARGET_DELEGATE) == 0) { in check_target_match()
2461 SCF_TM_TARGET_DELEGATE); in scf_tmpl_iter_pgs()
6445 strcmp(target, SCF_TM_TARGET_DELEGATE) == 0) { in _scf_tmpl_check_pg_redef()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c2420 if (strcmp(target, SCF_TM_TARGET_DELEGATE) == 0) { in target_check()