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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c207 static scf_scope_t *cur_scope; variable
898 cur_scope = scf_scope_create(g_hndl);
899 if (cur_scope == NULL)
902 if (scf_handle_get_local_scope(g_hndl, cur_scope) != 0)
914 scf_scope_destroy(cur_scope);
918 cur_scope = NULL;
11240 * cur_scope, and cur_svc and cur_inst are NULL. When a service is selected,
11279 assert(cur_scope != NULL);
11285 if (scf_scope_get_service(cur_scope, name, svc) == SCF_SUCCESS) {
11330 assert(cur_scope !
[all...]

Completed in 1322 milliseconds