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

/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c326 int tx_result; local
347 tx_result = scf_transaction_commit(tx);
349 } while (tx_result == 0);
364 return ((tx_result == 1) ? 0 : -1);

Completed in 57 milliseconds