Home
last modified time | relevance | path

Searched refs:sr_tx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c74 scf_transaction_t *sr_tx; member
295 scf_transaction_destroy(res->sr_tx); in release_scf_resources()
325 res->sr_tx = NULL; in create_scf_resources()
559 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1) { in set_property_value()
563 if (scf_transaction_property_new(res->sr_tx, res->sr_ent, in set_property_value()
568 if (scf_transaction_property_change(res->sr_tx, res->sr_ent, in set_property_value()
578 result = scf_transaction_commit(res->sr_tx); in set_property_value()
580 scf_transaction_reset(res->sr_tx); in set_property_value()
688 if (scf_transaction_start(res.sr_tx, res.sr_pg) == -1) in nwamd_delete_scf_property()
694 result = scf_transaction_commit(res.sr_tx); in nwamd_delete_scf_property()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1696 scf_transaction_destroy(res->sr_tx); in ipmgmt_release_scf_resources()
1713 res->sr_tx = NULL; in ipmgmt_create_scf_resources()
1772 if ((res->sr_tx = scf_transaction_create(res->sr_handle)) == NULL) in ipmgmt_set_scfprop_value()
1781 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1) in ipmgmt_set_scfprop_value()
1784 if (scf_transaction_property_new(res->sr_tx, res->sr_ent, in ipmgmt_set_scfprop_value()
1789 if (scf_transaction_property_change(res->sr_tx, res->sr_ent, in ipmgmt_set_scfprop_value()
1798 result = scf_transaction_commit(res->sr_tx); in ipmgmt_set_scfprop_value()
1800 scf_transaction_reset(res->sr_tx); in ipmgmt_set_scfprop_value()
H A Dipmgmt_impl.h180 scf_transaction_t *sr_tx; member