Searched refs:entry5 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4440 scf_transaction_entry_t *entry5 = NULL; local
4488 ((entry5 = scf_entry_create(handle)) == NULL) ||
4868 if (scf_transaction_property_new(tran, entry5,
4871 if (scf_transaction_property_change(tran, entry5,
4896 if (scf_entry_add_value(entry5, value5) == -1) {
5002 if (entry5 != NULL) {
5003 scf_entry_destroy(entry5);

Completed in 50 milliseconds