Lines Matching defs:entry2
1391 scf_transaction_entry_t *entry2 = NULL;
1414 ((entry2 = scf_entry_create(handle)) == NULL) ||
1595 if (scf_transaction_property_new(tran, entry2, buf2,
1618 if (scf_transaction_property_delete(tran, entry2, buf2)
1661 if (entry2 != NULL) {
1662 scf_entry_destroy(entry2);
4444 scf_transaction_entry_t *entry2 = NULL;
4492 ((entry2 = scf_entry_create(handle)) == NULL) ||
4840 if (scf_transaction_property_new(tran, entry2,
4843 if (scf_transaction_property_change(tran, entry2,
4865 if (scf_entry_add_value(entry2, value2) == -1) {
5002 if (entry2 != NULL) {
5003 scf_entry_destroy(entry2);