Searched defs:entry3 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c4445 scf_transaction_entry_t *entry3 = NULL; local
4493 ((entry3 = scf_entry_create(handle)) == NULL) ||
4911 if (scf_transaction_property_new(tran, entry3,
4914 if (scf_transaction_property_change(tran, entry3,
4944 if (scf_entry_add_value(entry3, value3) == -1) {
5005 if (entry3 != NULL) {
5006 scf_entry_destroy(entry3);

Completed in 23 milliseconds