Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c210 static scf_scope_t *cur_scope; variable
916 cur_scope = scf_scope_create(g_hndl); in lscf_prep_hndl()
917 if (cur_scope == NULL) in lscf_prep_hndl()
920 if (scf_handle_get_local_scope(g_hndl, cur_scope) != 0) in lscf_prep_hndl()
932 scf_scope_destroy(cur_scope); in repository_teardown()
936 cur_scope = NULL; in repository_teardown()
11303 assert(cur_scope != NULL); in select_svc()
11309 if (scf_scope_get_service(cur_scope, name, svc) == SCF_SUCCESS) { in select_svc()
11354 assert(cur_scope != NULL); in select_callback()
11355 scf_scope_destroy(cur_scope); in select_callback()
[all …]