Searched defs:imp_scope (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c250 static scf_scope_t *imp_scope = NULL; variable
7100 if (scf_scope_add_service(imp_scope, imp_tsname, imp_tsvc) != 0) {
8048 if ((imp_scope = scf_scope_create(g_hndl)) == NULL ||
8181 scf_scope_destroy(imp_scope);
8182 imp_scope = NULL;
8207 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) {
8269 cbdata.sc_parent = imp_scope;
8370 if (lscf_instance_verify(imp_scope, svc,
8693 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0)
8731 if (scf_scope_get_service(imp_scope, sv
[all...]

Completed in 85 milliseconds