Lines Matching defs:committed
526 int committed;
624 committed = scf_transaction_commit(tx);
625 if (committed == -1)
630 if (committed == 0) { /* out-of-sync */
634 } while (committed == 0);
656 int committed;
672 (committed = scf_transaction_commit(tx)) == -1)
677 if (committed == 0 && scf_pg_update(gpg) == -1)
679 } while (committed == 0);
1492 * The transaction is created and committed outside of this function.
1529 * effect until the transaction is committed.