Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 82) sorted by relevance

1234

/titanic_41/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.DisjointCommit.d43 self->commit = 0;
80 commit(var1);
81 commit(var2);
82 self->commit++;
86 /self->commit/
93 /!self->commit/
H A Dtst.SpeculationCommit.d45 self->commit = 0;
59 commit(self->var);
60 self->commit++;
64 /(1 == self->commit)/
71 /(0 == self->commit)/
H A Dtst.CommitAfterDiscard.d44 self->commit = 0;
64 commit(var1);
65 self->commit++;
69 /self->commit/
77 /!self->commit/
H A Dtst.DiscardAftCommit.d43 self->commit = 0;
61 commit(var1);
62 self->commit++;
H A Derr.D_COMM_COMM.CommitAftCommit.d68 commit(var1);
69 commit(var1);
H A Derr.D_AGG_COMM.AggAftCommit.d38 commit(1);
H A Dtst.negcommit.d31 commit(-1);
H A Derr.D_COMM_DREC.CommitAftDataRec.d49 commit(self->spec);
H A Derr.D_DREC_COMM.ExitAfterCommit.d54 commit(self->spec);
H A Derr.D_DREC_COMM.DataRecAftCommit.d61 commit(self->spec);
H A Derr.D_SPEC_COMM.SpecAftCommit.d64 commit(var1);
H A Dtst.CommitWithZero.d50 commit(self->spec);
H A Dbug.1001148.SpecSizeVariations.d71 commit(self->spec);
H A Derr.BufSizeVariations1.d68 commit(self->spec);
H A Derr.SpecSizeVariations1.d62 commit(self->spec);
H A Derr.SpecSizeVariations2.d62 commit(self->spec);
H A Derr.BufSizeVariations2.d74 commit(self->spec);
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c427 struct reiserfs_journal_commit commit; in block_read() local
441 sizeof (commit), (char *) &commit)) in block_read()
444 if (commit.j_realblock[i++ - JOURNAL_TRANS_HALF] == blockNr) in block_read()
482 struct reiserfs_journal_commit commit; in journal_init() local
508 journal_read (commit_block, sizeof (commit), (char *) &commit); in journal_init()
509 if (desc.j_trans_id != commit.j_trans_id in journal_init()
510 || desc.j_len != commit.j_len) in journal_init()
547 *journal_table++ = commit.j_realblock[i-JOURNAL_TRANS_HALF]; in journal_init()
550 commit.j_realblock[i-JOURNAL_TRANS_HALF], in journal_init()
/titanic_41/usr/src/lib/libsecdb/common/
H A Di.rbac483 commit() {
554 commit $outfile $oldfile
/titanic_41/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c223 ndmp_config_saveenv(ndmp_scfhandle_t *handle, boolean_t commit) in ndmp_config_saveenv() argument
227 ret = ndmp_smf_end_transaction(handle, commit); in ndmp_config_saveenv()
387 ndmp_smf_end_transaction(ndmp_scfhandle_t *handle, boolean_t commit) in ndmp_smf_end_transaction() argument
391 if (commit) { in ndmp_smf_end_transaction()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize3.d67 commit(spec);
H A Derr.resize3.d56 commit(spec);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d42 commit(spec);
/titanic_41/usr/src/cmd/dtrace/demo/user/
H A Derrorpath.d50 commit(self->spec);
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1596 off_t commit = 0; in cachefs_push_front() local
1654 commit = cachefs_dlog_modify(fscp, cp, cr, &seq); in cachefs_push_front()
1655 if (commit == 0) { in cachefs_push_front()
1713 if (commit) { in cachefs_push_front()
1716 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_push_front()
1722 if (error && commit) { in cachefs_push_front()
2522 off_t commit = 0; in cachefs_setattr_disconnected() local
2583 commit = cachefs_dlog_setattr(fscp, vap, flags, cp, cr); in cachefs_setattr_disconnected()
2584 if (commit == 0) { in cachefs_setattr_disconnected()
2647 if (commit == 0) { in cachefs_setattr_disconnected()
[all …]

1234