| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_crtc_helper.h | 55 void (*commit)(struct drm_crtc *crtc); member 96 void (*commit)(struct drm_encoder *encoder); member
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | FREEBSD-upgrade | 5 the files in this directory via patches and a cvs commit. 27 To make local changes to traceroute, simply patch and commit to the main
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NamedStreamMap.cpp | 63 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { in commit() function in NamedStreamMap 74 if (auto EC = OffsetIndexMap.commit(Writer)) in commit()
|
| H A D | GSIStreamBuilder.cpp | 56 Error commit(BinaryStreamWriter &Writer); 132 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit() function in GSIHashStreamBuilder 463 if (auto EC = PSH->commit(Writer)) in commitPublicsHashStream() 477 return GSH->commit(Writer); in commitGlobalsHashStream() 480 Error GSIStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in GSIStreamBuilder
|
| H A D | PDBStringTableBuilder.cpp | 168 if (auto EC = Strings.commit(Writer)) in writeStrings() 210 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in PDBStringTableBuilder
|
| H A D | DbiStreamBuilder.cpp | 295 return NewFpoData->commit(Writer); in finalizeMsfLayout() 383 Error DbiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in DbiStreamBuilder 397 if (auto EC = M->commit(Writer)) in commit() 427 if (auto EC = ECNamesBuilder.commit(Writer)) in commit()
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | large.c | 152 bool commit = true; in large_ralloc_no_move_expand() local 157 CACHELINE, false, SC_NSIZES, &is_zeroed_trail, &commit)) != NULL in large_ralloc_no_move_expand() 160 CACHELINE, false, SC_NSIZES, &is_zeroed_trail, &commit)) != NULL) { in large_ralloc_no_move_expand() 167 SC_NSIZES, &is_zeroed_trail, &commit)) == NULL) { in large_ralloc_no_move_expand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1202 static void ApplyFixIt(const FixItHint &fixit, clang::edit::Commit &commit) { in ApplyFixIt() argument 1206 commit.insertFromRange(fixit.RemoveRange.getBegin(), in ApplyFixIt() 1211 commit.remove(fixit.RemoveRange); in ApplyFixIt() 1216 commit.replace(fixit.RemoveRange, fixit.CodeToInsert); in ApplyFixIt() 1219 commit.insert(fixit.RemoveRange.getBegin(), fixit.CodeToInsert, in ApplyFixIt() 1228 clang::edit::Commit commit(editor); in RewriteExpression() local 1259 ApplyFixIt(fixit, commit); in RewriteExpression() 1263 if (!commit.isCommitable()) in RewriteExpression() 1265 else if (!editor.commit(commit)) in RewriteExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 276 bool EditedSource::commit(const Commit &commit) { in commit() function in EditedSource 277 if (!commit.isCommitable()) in commit() 293 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { in commit()
|
| /freebsd-14.2/contrib/kyua/store/ |
| H A D | transaction_test.cpp | 72 tx.commit(); in check_get_put_context() 151 tx.commit(); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| H A D | tst.negcommit.d | 31 commit(-1);
|
| H A D | err.D_AGG_COMM.AggAftCommit.d | 38 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);
|
| /freebsd-14.2/contrib/spleen/ |
| H A D | README.md | 249 [23]: https://freshbsd.org/openbsd/src/commit/5raMrDMpYlPYW01H 250 [24]: https://freshbsd.org/openbsd/src/commit/MoBCxKiAlFajRvSm 251 [25]: https://freshbsd.org/netbsd/src/commit/TAJuMl9caBpVjGfB 252 [26]: https://git.haiku-os.org/haiku/commit/?id=29a109bd6c01ce71bb61177ee9ff0417e74c1e18 253 [27]: https://cgit.freebsd.org/src/commit/?id=0d66206fff44
|
| /freebsd-14.2/contrib/unifdef/scripts/ |
| H A D | svnup.sh | 12 git commit -m 'Merge back from svn'
|
| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | extent_mmap.h | 7 bool *zero, bool *commit);
|
| H A D | extent_externs.h | 41 bool *zero, bool *commit); 51 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit);
|
| H A D | extent_dss.h | 21 size_t size, size_t alignment, bool *zero, bool *commit);
|
| /freebsd-14.2/contrib/kyua/utils/sqlite/ |
| H A D | transaction.hpp | 61 void commit(void);
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/ |
| H A D | tst.resize3.d | 67 commit(spec);
|
| H A D | err.resize3.d | 56 commit(spec);
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/ |
| H A D | drp.DTRACEDROP_SPEC.d | 42 commit(spec);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 46 Error commit() override { in commit() function in __anon6edc569d0111::OnDiskBuffer 91 Error commit() override { in commit() function in __anon6edc569d0111::InMemoryBuffer
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSymbolRVASubsection.cpp | 29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection
|