Lines Matching refs:scf_handle
3032 add_or_update(scfutilhandle_t *scf_handle, int type, scf_value_t *value, in add_or_update() argument
3039 ret = scf_transaction_property_new(scf_handle->trans, in add_or_update()
3042 ret = scf_transaction_property_change(scf_handle->trans, in add_or_update()
3082 scfutilhandle_t *scf_handle; in sa_set_prop_by_prop() local
3094 scf_handle = impl_handle->scfhandle; in sa_set_prop_by_prop()
3097 entry = scf_entry_create(scf_handle->handle); in sa_set_prop_by_prop()
3118 if (scf_handle->trans == NULL) { in sa_set_prop_by_prop()
3133 ret = sa_get_instance(scf_handle, in sa_set_prop_by_prop()
3143 ret = sa_start_transaction(scf_handle, oname); in sa_set_prop_by_prop()
3151 scf_handle->trans, entry, name); in sa_set_prop_by_prop()
3156 scf_handle->handle); in sa_set_prop_by_prop()
3157 ret = add_or_update(scf_handle, type, in sa_set_prop_by_prop()
3293 scfutilhandle_t *scf_handle; in sa_add_property() local
3301 scf_handle = impl_handle->scfhandle; in sa_add_property()
3306 if (scf_handle->trans == NULL) { in sa_add_property()
3316 ret = sa_start_transaction(scf_handle, in sa_add_property()
3327 if (scf_handle->scf_state == in sa_add_property()
3330 scf_handle, name, in sa_add_property()