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

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

Completed in 57 milliseconds