/freebsd/share/man/man3/ |
H A D | pthread_mutex_consistent.3 | 33 .Nd mark state protected by robust mutex as consistent 46 the state is marked consistent. 53 inconsistent state, marks the by mutex as consistent again. 58 If the mutex in the inconsistent state is not marked consistent
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_003_pos.ksh | 36 # 'zfs get' should get consistent report with different options. 52 log_assert "'zfs get' should get consistent report with different option." 64 log_pass "'zfs get' get consistent report with different option passed."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
H A D | large_dnode_001_pos.ksh | 32 # Verify that the dnode sizes of newly created files are consistent 54 log_assert "dnode sizes are consistent with dnodesize dataset property" 82 log_pass "dnode sizes are consistent with dnodesize dataset property"
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/ |
H A D | zfs_get_003_pos.ksh | 36 # 'zfs get' should get consistent report with different options. 61 log_assert "'zfs get' should get consistent report with different option." 74 log_pass "'zfs get' get consistent report with different option passed."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_test_race.ksh | 23 # Verify parallel mount ordering is consistent. 66 log_note "Verify parallel mount ordering is consistent" 115 log_pass "Verify parallel mount ordering is consistent passed"
|
/freebsd/crypto/openssl/util/ |
H A D | markdownlint.rb | 9 # but they must be consistent throughout each file. 10 rule 'MD046', :style => :consistent
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 147 /// isConsistent - Returns true if this dependence is consistent 240 /// isConsistent - Returns true if this dependence is consistent 242 bool isConsistent() const override { return Consistent; } in isConsistent() 286 bool Consistent; // Init to true, then refine. variable 688 /// Set consistent to false. 707 /// Set consistent to false. 725 /// Set consistent to false. 743 /// Set consistent to false. 885 /// in terms of dependence), set consistent to false. 890 bool &Consistent); [all...] |
H A D | InstructionPrecedenceTracking.h | 76 /// caches to keep them consistent. 80 /// It makes all necessary updates to internal caches to keep them consistent. 84 /// It makes all necessary updates to internal caches to keep them consistent.
|
/freebsd/contrib/lutok/examples/ |
H A D | raii.cpp | 30 /// Demonstrates how RAII helps in keeping the Lua state consistent. 33 /// is very hard to ensure it remains consistent during the execution of the 40 /// developer in maintaining the Lua state consistent at all times in a
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 20-test_dgst.t | 179 "HMAC: Check second HMAC value is consistent with the first ($hmacdata[1]) vs ($expected)"); 193 "HMAC: Check second HMAC value is consistent with the first ($hmacdata[1]) vs ($expected)"); 208 "HMAC: Check second HMAC value is consistent with the first ($hmacdata[1]) vs ($expected)"); 222 "XOF: Check second digest value is consistent with the first ($xofdata[1]) vs ($expected)");
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_bang.c | 122 * makes no sense to me, so nvi makes it consistent for both, and in ex_bang() 158 * Historic vi wasn't consistent in this area -- if you used in ex_bang() 163 * seems more useful and consistent, so we do it. in ex_bang()
|
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 128 To make useful, consistent field names, follow these guidelines: 147 making consistent, useful names, avoiding the situation where one app 185 Be consistent, uniform, unsurprising, and predictable
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_sha2.c | 167 "Test SHA256 functions for consistent results"); in ATF_TC_HEAD() 194 "Test SHA384 functions for consistent results"); in ATF_TC_HEAD() 221 "Test SHA512 functions for consistent results"); in ATF_TC_HEAD()
|
/freebsd/contrib/libfido2/src/ |
H A D | info.c | 16 /* keep ptr[x] and len consistent */ in decode_string() 82 /* keep name/value and len consistent */ in decode_option() 122 /* keep ptr[x] and len consistent */ in decode_protocol() 208 /* keep ptr[x] and len consistent */ in decode_algorithm() 254 /* keep name/value and len consistent */ in decode_cert()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_hdmi.c | 87 * Validates that the infoframe is consistent and updates derived fields 193 * Validates that the infoframe is consistent and updates derived fields 258 * Validates that the infoframe is consistent and updates derived fields 327 * Validates that the infoframe is consistent and updates derived fields 382 * Validates that the infoframe is consistent and updates derived fields 468 * Validates that the infoframe is consistent and updates derived fields 588 * Validates that the infoframe is consistent and updates derived fields 668 * Validates that the infoframe is consistent and updates derived fields 736 * Validates that the infoframe is consistent. 822 * Validates that the infoframe is consistent and updates derived fields [all …]
|
/freebsd/lib/libc/string/ |
H A D | strlcpy.3 | 53 They are designed to be safer, more consistent, and less error 180 .%T strlcpy and strlcat -- Consistent, Safe, String Copy and Concatenation
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-snapshot.8 | 51 That is, a snapshot is a consistent image of a dataset at a specific 119 consistent naming scheme.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 66 be consistent with the size of the key associated with the server's certificate. 68 consistent with the size of the negotiated symmetric cipher key.
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnostic.h | 11 // such functionality in a consistent way. 69 /// build a complete TextDiagnostic object can still get consistent
|
/freebsd/lib/geom/raid3/ |
H A D | graid3.8 | 101 Assumes device is in consistent state. 149 Assumes device is in consistent state.
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.h | 94 * The second describes the last consistent part of the journal with requests 282 uint64_t md_joffset; /* Last known consistent journal offset. */ 283 uint32_t md_jid; /* Last known consistent journal ID. */
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 131 - Improve ampersand character, making it more consistent with other 274 - Tweak 'f' and 't' characters to make them more consistent (8x16 version) 301 - Improve percent sign alignment and make it more consistent with other
|
/freebsd/contrib/ntp/ |
H A D | README.hackers | 7 Dave likes this code indented formatted in a consistent way.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 94 /// a strong, exported symbol, consistent with historical treatment by 117 /// consistent with historical treatment by RuntimeDyld.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CriticalAntiDepBreaker.cpp | 192 // class is consistent across all uses. in PrescanInstruction() 319 // class is consistent across all uses. in ScanInstruction() 414 && "Kill and Def maps aren't consistent for AntiDepReg!"); in findSuitableFreeRegister() 416 && "Kill and Def maps aren't consistent for NewReg!"); in findSuitableFreeRegister() 673 "Kill and Def maps aren't consistent for NewReg!"); in BreakAntiDependencies() 680 "Kill and Def maps aren't consistent for AntiDepReg!"); in BreakAntiDependencies()
|