/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | error_test.cpp | 51 // Test that a checked success value doesn't cause any issues. 71 "Error must be checked prior to destruction") in TEST() 75 // Test that a checked but unhandled error causes an abort. 82 "Error must be checked prior to destruction") in TEST() 122 // Verify that checked flag is raised - assignment should not crash. in errAsOutParamHelper() 124 // Raise the checked bit manually - caller should still have to test the in errAsOutParamHelper() 129 // Test that ErrorAsOutParameter sets the checked flag on construction. 136 // Test that ErrorAsOutParameter clears the checked flag on destruction. 143 "Error must be checked prior to destruction") in TEST() 144 << "ErrorAsOutParameter did not clear the checked flag on destruction."; in TEST() [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 92 my $checked = $d; 98 $checked = 104 split(m|/|, $checked)) 105 unless -e $checked && -d $checked; 108 unless -e $checked && -d $checked; 109 push @INC, $checked;
|
/freebsd/sbin/fsck/ |
H A D | fsck.8 | 75 even on the file systems that are being checked. 89 and that have non-zero pass number are checked. 91 are always checked one at a time. 93 If not in preen mode, the remaining entries are checked in order of 99 In preen mode, after pass 1 completes, all remaining file systems are checked, 103 In other words: In preen mode all pass 1 partitions are checked sequentially. 104 Next all pass 2 partitions are checked in parallel, one process per disk drive. 105 Next all pass 3 partitions are checked in parallel, one process per disk drive. 190 only one file system at a time will be checked.
|
/freebsd/share/man/man9/ |
H A D | pget.9 | 68 If set, the found process will be checked for its visibility. 72 If set, the found process will be checked for its debuggability. 76 If set, the found process will be checked that it matches the current 79 If set, the found process will be checked that it does not have the process 84 If set, the found process will be checked that it does not have the process 94 If set, the found process will be checked that the caller may get
|
/freebsd/sbin/quotacheck/ |
H A D | quotacheck.8 | 57 occurs if an active file system is checked). 58 By default both user and group quotas are checked. 70 are checked. 90 are to be checked. 104 are to be checked. 127 utility expects each file system to be checked to have a 166 checked should be quiescent while
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | error.h | 42 /// Destroy this error. Aborts if error was not checked, or was checked but 50 /// unchecked, even if the source error had been checked. The original error 51 /// becomes a checked success value. 59 /// considered unchecked. The source error becomes a checked success value, 66 // This Error is unchecked, even if the source error was checked. 69 // Null out Other's payload and set its checked bit. 101 fprintf(stderr, "Error must be checked prior to destruction.\n"); in assertIsChecked() 116 void setChecked(bool Checked) { ErrPtr = (ErrPtr & ~uintptr_t(1)) | Checked; } in setChecked() argument 166 /// Sets the 'checked' flag on construction, resets it on destruction. 170 // Raise the checked bit if Err is success. in ErrorAsOutParameter() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | Makefile | 66 targets += .dt-binding.checked .yamllint.checked 67 $(obj)/.yamllint.checked: $(DT_DOCS) $(src)/.yamllint FORCE 70 $(obj)/.dt-binding.checked: $(DT_DOCS) FORCE 86 dt_binding_check: $(obj)/.dt-binding.checked $(obj)/.yamllint.checked $(CHK_DT_EXAMPLES)
|
/freebsd/sys/arm64/arm64/ |
H A D | bus_space_asm.S | 408 ldrb w0, [x1, x2] /* Checked instruction */ 418 ldrh w0, [x1, x2] /* Checked instruction */ 428 ldr w0, [x1, x2] /* Checked instruction */ 438 ldr x0, [x1, x2] /* Checked instruction */ 448 strb w3, [x1, x2] /* Checked instruction */ 457 strh w3, [x1, x2] /* Checked instruction */ 466 str w3, [x1, x2] /* Checked instruction */ 475 str x3, [x1, x2] /* Checked instruction */
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoChecker.cpp | 59 BugType BT_ErrnoNotChecked{this, "Value of 'errno' was not checked", 118 OS << "Value of 'errno' was not checked and may be overwritten by " in generateErrnoNotCheckedBug() 125 OS << "Value of 'errno' was not checked and is overwritten here"; in generateErrnoNotCheckedBug() 162 // 'errno' has to be checked. A load is required for this, with no more in checkLocation() 163 // information we can assume that it is checked somehow. in checkLocation() 175 // checked. in checkLocation() 198 // If 'errno' must be checked, it should be done as soon as possible, and in checkPreCall() 228 // If 'errno' is invalidated we can not know if it is checked or written into, in checkRegionChanges()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 15-test_genrsa.t | 48 my $checked = int(($good + $bad + 1) / 2); 49 my $bits = 2 ** $checked; 55 note 2 ** $checked, " bits is good"; 56 $good = $checked; 58 note 2 ** $checked, " bits is bad"; 59 $bad = $checked;
|
/freebsd/include/ |
H A D | stdckdint.h | 19 _Static_assert(0, "checked addition not supported") 27 _Static_assert(0, "checked subtraction not supported") 35 _Static_assert(0, "checked multiplication not supported")
|
/freebsd/contrib/dialog/samples/ |
H A D | dialog.py | 53 # - 'checked' option to checklist dialog; clicking "Cancel" is now 172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument 177 checked -- a list of boolean (0/1) values; len(checked) must equal 180 if checked is None: 181 checked = [0]*len(list) 185 range(len(list)), list, checked) 324 "Sun-dried tomatoes"], checked=[0,0,0,1,1,1])
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | libunwind.cpp | 441 static bool checked = false; in logAPIs() local 443 if (!checked) { in logAPIs() 445 checked = true; in logAPIs() 453 static bool checked = false; in logUnwinding() local 455 if (!checked) { in logUnwinding() 457 checked = true; in logUnwinding() 465 static bool checked = false; in logDWARF() local 467 if (!checked) { in logDWARF() 469 checked = true; in logDWARF()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | allwinner,sun8i-a23-prcm.yaml |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 96 /// Instances of Error also contains a 'Checked' flag, which must be set 99 /// instances be checked or returned to the caller. 101 /// There are two ways to set the checked flag, depending on what state the 142 /// // Note - The error passed to handleErrors will be marked as checked. If 145 /// // The handlers take the error checked by handleErrors as an argument, 148 /// // handleErrors and needs to be checked or return up to the stack. 157 /// *All* Error instances must be checked before destruction, even if 159 /// been checked. This enforces checking through all levels of the call stack. 166 // handleErrors needs to be able to set the Checked flag. 195 /// unchecked, even if the source error had been checked. The original error [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | fsck.zfs.8 | 45 is specified, each is checked in turn and the results binary-ored. 51 ZFS datasets are checked by running 54 An individual ZFS dataset is never checked independently of its pool,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_globals.cpp | 27 // globals. These properties are not checked at link time so they need to be 28 // checked at runtime. 76 // Only libraries with instrumented globals need to be checked against the in HwasanGlobalsFor() 77 // code model since they use relocations that aren't checked at link time. in HwasanGlobalsFor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MisExpect.h | 35 /// \param I The Instruction being checked 48 /// \param I The Instruction being checked 58 /// \param I The Instruction being checked 72 /// \param I The Instruction being checked
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Minidump.h | 62 /// internal consistency of the stream is not checked in any way. 70 /// header. The consistency of the Module entries themselves is not checked in 79 /// header. The consistency of the Thread entries themselves is not checked in 88 /// is not checked in any way. 99 /// consistency of the MemoryDescriptor entries themselves is not checked in 140 /// The consistency of the MemoryInfoList entries themselves is not checked
|
/freebsd/lib/libsys/ |
H A D | poll.2 | 81 is cleared (set to zero), and that pollfd is not checked. 112 flag is always checked, even if not present in the 118 checked, even if not present in the 140 This flag is always checked, even
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_sync.cpp | 141 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local 145 if (!has_something && checked > (128 << 10)) in ResetRange() 149 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local 155 if (!has_something && checked > (512 << 10)) in ResetRange()
|
/freebsd/share/doc/papers/relengr/ |
H A D | 3.t | 91 checked for interoperability. 217 to be collected, evaluated, and checked for inaccuracies 229 The manual pages need to be checked to be sure that 267 All the changes are checked to ensure that they are reasonable, 363 All source files must be checked to be sure that they have 366 Finally, the installed binaries must be checked to ensure that they correspond
|
/freebsd/share/doc/smm/03.fsck/ |
H A D | 3.t | 83 file system may be checked for structural integrity 115 The super-block is checked for inconsistencies 182 is checked sequentially starting with inode 2 186 The state of each inode is checked for 304 The consistency of the byte size field is roughly checked 325 Each directory data block is checked for
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | zfs_set_common.kshlib | 264 # $1 checked dataset 293 # $1 checked dataset 315 # $1 checked dataset 317 # $3 checked value 335 # $1 checked dataset
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsck_ffs.8 | 45 The specified disk partitions and/or file systems are checked. 48 are checked. 56 will be checked regardless of the state of their clean flag. 109 the name of the device currently being checked, the current phase 306 Inconsistencies checked are as follows:
|