Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libvscan/common/
H A Dlibvscan.c88 scf_transaction_t *vscf_tx; member
880 if (((vsc.vscf_tx = scf_transaction_create(vsc.vscf_handle)) == NULL) || in vs_scf_values_set()
881 (scf_transaction_start(vsc.vscf_tx, vsc.vscf_pgroup) == -1)) { in vs_scf_values_set()
906 if ((rc = scf_transaction_property_change(vsc.vscf_tx, in vs_scf_values_set()
908 rc = scf_transaction_property_new(vsc.vscf_tx, in vs_scf_values_set()
928 if (scf_transaction_commit(vsc.vscf_tx) == -1) { in vs_scf_values_set()
1075 if (vsc->vscf_tx) in vs_scf_ctx_close()
1076 scf_transaction_destroy(vsc->vscf_tx); in vs_scf_ctx_close()