Home
last modified time | relevance | path

Searched refs:SCF_LEGACY_SERVICE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h74 #define SCF_LEGACY_SERVICE ((const char *)"smf/legacy_run") macro
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c472 if (scf_scope_get_service(scope, SCF_LEGACY_SERVICE, svc) != 0) { in get_script_pg()
478 if (scf_scope_add_service(scope, SCF_LEGACY_SERVICE, svc) != in get_script_pg()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c6739 if (scf_scope_get_service(scope, SCF_LEGACY_SERVICE, in scf_walk_fmri()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c11028 if (strcmp(exp_str, SCF_LEGACY_SERVICE) == 0) in make_archive()