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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c526 int committed; local
624 committed = scf_transaction_commit(tx);
625 if (committed == -1)
630 if (committed == 0) { /* out-of-sync */
634 } while (committed == 0);
656 int committed; local
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 outsid
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h375 stable_how committed; member in struct:nfslog_WRITE3resok
H A Dnfs.h1532 stable_how committed; member in struct:WRITE3resok
H A Dnfs4_kprot.h1348 stable_how4 committed; member in struct:WRITE4res
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3009 * We now know that all CPUs have committed or discarded their
6923 int committed = 0; local
7224 * When the speculation is committed, all of
7246 ASSERT(!committed);
7255 committed = 1;
7433 if (!committed)
11755 * will not be committed. This situation is

Completed in 120 milliseconds