Lines Matching defs:scope
119 scf_scope_t *scope;
136 if ((scope = scf_scope_create(hndl)) == NULL ||
145 if (scf_handle_get_local_scope(hndl, scope) < 0) {
150 if (scf_scope_get_service(scope, MHASH_SVC, svc) < 0) {
226 scf_scope_destroy(scope);
235 scf_scope_t *scope = NULL;
251 if ((scope = scf_scope_create(hndl)) == NULL ||
261 if (scf_handle_get_local_scope(hndl, scope) != SCF_SUCCESS) {
263 *errstr = gettext("Could not get local scope");
270 if (scf_scope_get_service(scope, MHASH_SVC, svc) ==
282 if (scf_scope_add_service(scope, MHASH_SVC, svc) ==
511 scf_scope_destroy(scope);