Searched refs:commit (Results 1 – 25 of 82) sorted by relevance
1234
/titanic_41/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_COMM_COMM.DisjointCommit.d | 43 self->commit = 0; 80 commit(var1); 81 commit(var2); 82 self->commit++; 86 /self->commit/ 93 /!self->commit/
|
H A D | tst.SpeculationCommit.d | 45 self->commit = 0; 59 commit(self->var); 60 self->commit++; 64 /(1 == self->commit)/ 71 /(0 == self->commit)/
|
H A D | tst.CommitAfterDiscard.d | 44 self->commit = 0; 64 commit(var1); 65 self->commit++; 69 /self->commit/ 77 /!self->commit/
|
H A D | tst.DiscardAftCommit.d | 43 self->commit = 0; 61 commit(var1); 62 self->commit++;
|
H A D | err.D_COMM_COMM.CommitAftCommit.d | 68 commit(var1); 69 commit(var1);
|
H A D | err.D_AGG_COMM.AggAftCommit.d | 38 commit(1);
|
H A D | tst.negcommit.d | 31 commit(-1);
|
H A D | err.D_COMM_DREC.CommitAftDataRec.d | 49 commit(self->spec);
|
H A D | err.D_DREC_COMM.ExitAfterCommit.d | 54 commit(self->spec);
|
H A D | err.D_DREC_COMM.DataRecAftCommit.d | 61 commit(self->spec);
|
H A D | err.D_SPEC_COMM.SpecAftCommit.d | 64 commit(var1);
|
H A D | tst.CommitWithZero.d | 50 commit(self->spec);
|
H A D | bug.1001148.SpecSizeVariations.d | 71 commit(self->spec);
|
H A D | err.BufSizeVariations1.d | 68 commit(self->spec);
|
H A D | err.SpecSizeVariations1.d | 62 commit(self->spec);
|
H A D | err.SpecSizeVariations2.d | 62 commit(self->spec);
|
H A D | err.BufSizeVariations2.d | 74 commit(self->spec);
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 427 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 D | i.rbac | 483 commit() { 554 commit $outfile $oldfile
|
/titanic_41/usr/src/lib/libndmp/common/ |
H A D | libndmp_prop.c | 223 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 D | tst.resize3.d | 67 commit(spec);
|
H A D | err.resize3.d | 56 commit(spec);
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/drops/ |
H A D | drp.DTRACEDROP_SPEC.d | 42 commit(spec);
|
/titanic_41/usr/src/cmd/dtrace/demo/user/ |
H A D | errorpath.d | 50 commit(self->spec);
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 1596 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