Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c182 static scf_scope_t *g_local_scope; variable
250 if ((g_local_scope = scf_scope_create(h)) == NULL || in x_init()
261 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0) in x_init()
559 if (scf_iter_scope_services(siter, g_local_scope) != 0) in load_services()
1993 if (scf_scope_get_service(g_local_scope, svcp->svcname, g_svc) != 0) { in print_service()