Home
last modified time | relevance | path

Searched refs:txent (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1430 scf_transaction_entry_t *txent = NULL; in store_inetd_hash() local
1452 (txent = scf_entry_create(h)) == NULL || in store_inetd_hash()
1461 if (scf_transaction_property_new(tx, txent, HASH_PROP, in store_inetd_hash()
1463 scf_transaction_property_change_type(tx, txent, HASH_PROP, in store_inetd_hash()
1468 scf_entry_add_value(txent, val) == -1) in store_inetd_hash()
1489 scf_entry_destroy(txent); in store_inetd_hash()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1701 scf_transaction_entry_t *txent; in set_astring_prop() local
1715 (txent = scf_entry_create(h)) == NULL) in set_astring_prop()
1763 if (scf_transaction_property_change_type(tx, txent, propname, in set_astring_prop()
1768 if (scf_transaction_property_new(tx, txent, propname, in set_astring_prop()
1776 if (scf_entry_add_value(txent, val) != SCF_SUCCESS) in set_astring_prop()
1802 scf_entry_destroy(txent); in set_astring_prop()