Lines Matching refs:scope
120 scf_scope_t *scope; in mhash_retrieve_entry() local
137 if ((scope = scf_scope_create(hndl)) == NULL || in mhash_retrieve_entry()
146 if (scf_handle_get_local_scope(hndl, scope) < 0) { in mhash_retrieve_entry()
151 if (scf_scope_get_service(scope, MHASH_SVC, svc) < 0) { in mhash_retrieve_entry()
227 scf_scope_destroy(scope); in mhash_retrieve_entry()
236 scf_scope_t *scope = NULL; in mhash_store_entry() local
254 if ((scope = scf_scope_create(hndl)) == NULL || in mhash_store_entry()
264 if (scf_handle_get_local_scope(hndl, scope) != SCF_SUCCESS) { in mhash_store_entry()
273 if (scf_scope_get_service(scope, MHASH_SVC, svc) == in mhash_store_entry()
285 if (scf_scope_add_service(scope, MHASH_SVC, svc) == in mhash_store_entry()
522 scf_scope_destroy(scope); in mhash_store_entry()