Searched defs:committed (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c524 int committed; local
622 committed = scf_transaction_commit(tx);
623 if (committed == -1)
628 if (committed == 0) { /* out-of-sync */
632 } while (committed == 0);
654 int committed; local
670 (committed = scf_transaction_commit(tx)) == -1)
675 if (committed == 0 && scf_pg_update(gpg) == -1)
677 } while (committed == 0);
1490 * The transaction is created and committed outsid
3486 int committed; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c4237 * oblist passed in. The unit structure is then committed and
4262 int committed = 0; local
4472 /* we've successfully committed the record */
4473 committed = 1;
4508 if (rval != 0 && keynlp != NULL && committed != 1)
5923 int committed = 0; local
6205 /* note that we've committed a record */
6206 if (!committed)
6207 committed = 1;
6310 if ((keynlp != NULL) && (committed !
[all...]

Completed in 38 milliseconds