Lines Matching defs:entry1
1389 scf_transaction_entry_t *entry1 = NULL;
1412 ((entry1 = scf_entry_create(handle)) == NULL) ||
1570 if (scf_transaction_property_new(tran, entry1, buf1,
1584 if (scf_entry_add_value(entry1, value) == -1) {
1606 if (scf_transaction_property_delete(tran, entry1, buf1)
1657 if (entry1 != NULL) {
1658 scf_entry_destroy(entry1);
4437 scf_transaction_entry_t *entry1 = NULL;
4485 ((entry1 = scf_entry_create(handle)) == NULL) ||
4807 if (scf_transaction_property_new(tran, entry1,
4824 if (scf_entry_add_value(entry1, value1) == -1) {
4993 if (entry1 != NULL) {
4994 scf_entry_destroy(entry1);