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

/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1569 scf_transaction_entry_t *txent; local
1583 (txent = scf_entry_create(h)) == NULL)
1631 if (scf_transaction_property_change_type(tx, txent, propname,
1636 if (scf_transaction_property_new(tx, txent, propname,
1644 if (scf_entry_add_value(txent, val) != SCF_SUCCESS)
1670 scf_entry_destroy(txent);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1430 scf_transaction_entry_t *txent = NULL; local
1452 (txent = scf_entry_create(h)) == NULL ||
1461 if (scf_transaction_property_new(tx, txent, HASH_PROP,
1463 scf_transaction_property_change_type(tx, txent, HASH_PROP,
1468 scf_entry_add_value(txent, val) == -1)
1489 scf_entry_destroy(txent);

Completed in 71 milliseconds