| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
| D | zpool_upgrade_004_pos.ksh | 97 log_must $DIFF $TMPDIR/pool-checksums.$POOL_NAME.pre \ 98 $TMPDIR/pool-checksums.$POOL_NAME.post 100 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
|
| D | zpool_upgrade.kshlib | 118 $TMPDIR/pool-checksums.$POOL.$STATE 119 print $TMPDIR/pool-checksums.$POOL.$STATE
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StringsAndChecksums.h | 65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 93 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | PDB.cpp | 206 DebugChecksumsSubsectionRef checksums; member in __anonbb9816060111::DebugSHandler 785 assert(!checksums.valid() && in handleDebugS() 787 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS() 908 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument 909 auto iter = checksums.getArray().at(fileID); in getFileName() 910 if (iter == checksums.getArray().end()) in getFileName() 928 if (checksums.valid()) in finish() 984 for (FileChecksumEntry &fc : checksums) { in finish() 991 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish() 1699 DebugChecksumsSubsectionRef &checksums, in findLineTable() argument [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | InputFile.cpp | 195 for (const auto &Entry : SC.checksums()) { in rebuildChecksumMap() 233 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset() 234 if (Iter == SC.checksums().getArray().end()) { in formatFromChecksumsOffset()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | TODO | 17 All elements of an FS-X repository shall be guarded by checksums. That 23 Those checksums may be quite simple such as Adler32 because that meta- 27 'svnadmin verify' shall check consistency based on those checksums. 103 by checksums).
|
| D | structure | 69 rep-cache.db SQLite database mapping rep checksums to locations
|
| /freebsd-12-stable/usr.sbin/ctm/ |
| D | README | 40 do this in the exact sense, and therefore the delta contains MD5 checksums to 72 should/should not exists and by checking the MD5 checksums of files.
|
| /freebsd-12-stable/contrib/traceroute/ |
| D | CHANGES | 44 - Always calculate icmp checksums when using -I. Reported by Soumen 50 - Enable ip checksums for Solaris 2.6 and higher (since they seem to
|
| D | INSTALL | 30 calculate checksums; configure automatically changes the default to
|
| /freebsd-12-stable/sys/contrib/zstd/doc/educational_decoder/ |
| D | README.md | 7 such as the streaming API or content checksums, it is written to be easy to
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection() 448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 801 State.strings(), State.checksums(), Lines); in visitLines() 823 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()
|
| /freebsd-12-stable/tools/tools/ |
| D | README | 15 checksums of the commit logs.
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | SymbolFileNativePDB.cpp | 1077 const auto &checksums = cci->m_strings.checksums().getArray(); in ParseLineTable() local 1083 auto iter = checksums.at(group.NameIndex); in ParseLineTable() 1084 if (iter == checksums.end()) in ParseLineTable()
|
| /freebsd-12-stable/sys/contrib/zstd/tests/ |
| D | README.md | 73 This tool will generate .zst files with checksums,
|
| /freebsd-12-stable/sys/netinet/libalias/ |
| D | HISTORY | 38 for IP headers (TCP, UDP and ICMP checksums
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | structure-indexes | 342 * calculate 32 bit FNV-1a checksums for the 4 substreams: 346 * concatenate the big endian representation of these checksums (4 bytes
|
| D | structure | 68 rep-cache.db SQLite database mapping rep checksums to locations
|
| /freebsd-12-stable/usr.sbin/bsdconfig/startup/share/ |
| D | rcvar.subr | 122 # Calculate a digest given the checksums of all dependencies (scripts
|
| /freebsd-12-stable/crypto/heimdal/doc/ |
| D | whatis.texi | 143 The session key can also be used to add cryptographic checksums to the
|
| D | win2k.texi | 263 These configuration options will make sure that no checksums of the
|
| /freebsd-12-stable/contrib/ipfilter/ |
| D | HISTORY | 57 3541655 test suite checksums incorrect 91 3532053 icmp6 checksums wrong 339 add patch to work with 4.0_STABLE delayed checksums 1338 Solaris2 needs to modify IP header checksums in ip_natin and ip_natout. 1579 Corrected bug where NAT recalculates checksums for fragments. 1581 make NAT recalculate UDP checksums (rather than setting them to 0),
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | README.nat | 325 for IP headers (TCP, UDP and ICMP checksums
|
| /freebsd-12-stable/contrib/subversion/ |
| D | CHANGES | 479 * FSX: Add checksums to packed revprop manifests and files (r1713132, -9717) 884 * fsfs: fix crash when encountering all-zero checksums (r1759686) 1230 * svnadmin verify: validate the index data against checksums (r1631598) 1632 * svn_checksum_kind_t has two new FNV-1a checksums (r1546699) 3827 * teach ra_serf to parse md5 checksums with update editors (r979429) 4762 * fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52) 5354 * fixed: FSFS should verify checksums (issue #2253) 6472 * updates now receive checksums like checkouts (#1101) 6689 * dumper/loader now use checksums (#1102) 6705 * checksums, checksums everywhere (issues #649, #689): [all …]
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | ChangeLog.1998 | 1014 Accept unkeyed checksums to be compatible with MIT. 2519 verifying checksums. Also start using session subkeys. 2534 * kdc/kerberos5.c (tgs_rep): support keyed checksums
|