Searched refs:txent (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 1430 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()
|
/titanic_44/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 1569 scf_transaction_entry_t *txent; in set_astring_prop() local 1583 (txent = scf_entry_create(h)) == NULL) in set_astring_prop() 1631 if (scf_transaction_property_change_type(tx, txent, propname, in set_astring_prop() 1636 if (scf_transaction_property_new(tx, txent, propname, in set_astring_prop() 1644 if (scf_entry_add_value(txent, val) != SCF_SUCCESS) in set_astring_prop() 1670 scf_entry_destroy(txent); in set_astring_prop()
|