Searched refs:imp_scope (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 250 static scf_scope_t *imp_scope = NULL; variable 7100 if (scf_scope_add_service(imp_scope, imp_tsname, imp_tsvc) != 0) { in lscf_service_import() 8048 if ((imp_scope = scf_scope_create(g_hndl)) == NULL || in alloc_imp_globals() 8181 scf_scope_destroy(imp_scope); in free_imp_globals() 8182 imp_scope = NULL; in free_imp_globals() 8207 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) { in lscf_bundle_import() 8269 cbdata.sc_parent = imp_scope; in lscf_bundle_import() 8370 if (lscf_instance_verify(imp_scope, svc, in lscf_bundle_import() 8693 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) in lscf_bundle_apply() 8731 if (scf_scope_get_service(imp_scope, svc->sc_name, in lscf_bundle_apply()
|