Searched refs:scope (Results 1 - 1 of 1) sorted by relevance

/scfdot/
H A Dscfdot.c73 extern int scf_parse_svc_fmri(char *fmri, const char **scope,
715 scf_scope_t *scope; local
813 if ((scope = scf_scope_create(h)) == NULL ||
855 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0)
858 if (scf_iter_scope_services(svciter, scope) != 0)

Completed in 16 milliseconds