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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4429 scf_transaction_entry_t **addEntry = NULL; local
4641 addEntry = (scf_transaction_entry_t **)calloc(1, sizeof (*addEntry)
4643 if (addEntry == NULL) {
4644 syslog(LOG_ERR, "addEntry alloc for %s failed", pgName);
4680 addEntry[i] = scf_entry_create(handle);
4681 if (addEntry[i] == NULL) {
4688 /* bump alloc count for addEntry allocation */
4700 if (scf_transaction_property_new(tran, addEntry[i],
4704 addEntry[
[all...]

Completed in 76 milliseconds