Searched refs:imp_scope (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 253 static scf_scope_t *imp_scope = NULL; variable 7114 if (scf_scope_add_service(imp_scope, imp_tsname, imp_tsvc) != 0) { in lscf_service_import() 8062 if ((imp_scope = scf_scope_create(g_hndl)) == NULL || in alloc_imp_globals() 8195 scf_scope_destroy(imp_scope); in free_imp_globals() 8196 imp_scope = NULL; in free_imp_globals() 8221 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) { in lscf_bundle_import() 8283 cbdata.sc_parent = imp_scope; in lscf_bundle_import() 8384 if (lscf_instance_verify(imp_scope, svc, in lscf_bundle_import() 8707 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) in lscf_bundle_apply() 8745 if (scf_scope_get_service(imp_scope, svc->sc_name, in lscf_bundle_apply()
|