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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c186 static scf_scope_t *g_local_scope; variable
254 if ((g_local_scope = scf_scope_create(h)) == NULL ||
265 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0)
553 if (scf_iter_scope_services(siter, g_local_scope) != 0)
1976 if (scf_scope_get_service(g_local_scope, svcp->svcname, g_svc) != 0) {

Completed in 65 milliseconds