Lines Matching refs:SCF_SUCCESS
156 if (scf_service_get_pg(svc, name, pg) != SCF_SUCCESS) { in mhash_retrieve_entry()
161 if (scf_pg_get_property(pg, MHASH_PROP, prop) != SCF_SUCCESS) { in mhash_retrieve_entry()
166 if (scf_property_get_value(prop, val) != SCF_SUCCESS) { in mhash_retrieve_entry()
198 SCF_SUCCESS) { in mhash_retrieve_entry()
206 if (scf_property_get_value(prop, val) != SCF_SUCCESS) { in mhash_retrieve_entry()
214 if (scf_value_get_boolean(val, &apply_value) != SCF_SUCCESS) { in mhash_retrieve_entry()
264 if (scf_handle_get_local_scope(hndl, scope) != SCF_SUCCESS) { in mhash_store_entry()
274 SCF_SUCCESS) in mhash_store_entry()
286 SCF_SUCCESS) in mhash_store_entry()
318 if (scf_service_get_pg(svc, name, pg) == SCF_SUCCESS) in mhash_store_entry()
330 MHASH_PG_FLAGS, pg) == SCF_SUCCESS) in mhash_store_entry()
381 assert(ret == SCF_SUCCESS); in mhash_store_entry()
383 assert(ret == SCF_SUCCESS); in mhash_store_entry()
404 if (scf_transaction_start(tx, pg) != SCF_SUCCESS) { in mhash_store_entry()
424 SCF_TYPE_OPAQUE) != SCF_SUCCESS && in mhash_store_entry()
426 SCF_TYPE_OPAQUE) != SCF_SUCCESS) { in mhash_store_entry()
435 assert(ret == SCF_SUCCESS); in mhash_store_entry()
438 SCF_TYPE_ASTRING) != SCF_SUCCESS && in mhash_store_entry()
440 MHASH_FILE_PROP, SCF_TYPE_ASTRING) != SCF_SUCCESS) { in mhash_store_entry()
449 assert(ret == SCF_SUCCESS); in mhash_store_entry()
471 SCF_TYPE_BOOLEAN) != SCF_SUCCESS) && in mhash_store_entry()
474 SCF_SUCCESS)) { in mhash_store_entry()
484 assert(ret == SCF_SUCCESS); in mhash_store_entry()