Searched refs:entr (Results 1 – 2 of 2) sorted by relevance
341 entr_to_str(uint32_t entr) in entr_to_str() argument343 switch (entr) { in entr_to_str()
2280 scf_transaction_entry_t *entr; in lscf_property_import() local2291 entr = scf_entry_create(lcbdata->sc_handle); in lscf_property_import()2292 if (entr == NULL) { in lscf_property_import()2305 if (scf_transaction_property_new(trans, entr, in lscf_property_import()2310 scf_entry_destroy(entr); in lscf_property_import()2318 scf_entry_destroy(entr); in lscf_property_import()2328 if (scf_transaction_property_change_type(trans, entr, in lscf_property_import()2333 scf_entry_destroy(entr); in lscf_property_import()2339 scf_entry_destroy(entr); in lscf_property_import()2396 if (scf_entry_add_value(entr, val) != 0) in lscf_property_import()