/freebsd-src/stand/forth/ |
H A D | check-password.4th.8 | 36 .Dl o Prevent booting without password 37 .Dl o Prevent modification of boot options without password 64 prevent boot without password, or prompt for geli(8) passphrase 128 to prevent modification of boot options: 136 to prevent booting without password:
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
H A D | zpool_scrub_004_pos.ksh | 37 # Resilver prevent scrub from starting until the resilver completes 57 log_assert "Resilver prevent scrub from starting until the resilver completes" 61 # Temporarily prevent scan progress so our test doesn't race 78 log_pass "Resilver prevent scrub from starting until the resilver completes"
|
/freebsd-src/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/ |
H A D | zpool_scrub_004_pos.ksh | 36 # Resilver prevent scrub from starting until the resilver completes 55 log_assert "Resilver prevent scrub from starting until the resilver completes" 71 log_pass "Resilver prevent scrub from starting until the resilver completes"
|
/freebsd-src/share/man/man4/ |
H A D | blackhole.4 | 49 will prevent sending an ABORT packet in response to an incoming INIT. 50 A MIB value of two will do the same, but will also prevent sending an ABORT packet 73 It must be noted that this behaviour will prevent remote systems from running
|
H A D | ng_bpf.4 | 168 Based on the previous example, it is possible to prevent a jail (or a VM) 195 # Prevent jail from spoofing (filter packets coming from jail) 203 # Prevent jail from receiving spoofed packets (filter packets
|
/freebsd-src/crypto/openssh/ |
H A D | sntrup761.sh | 60 # Use int64_t for intermediate values in int32_MINMAX to prevent signed 72 # Remove unused function to prevent warning. 76 # Remove unused function to prevent warning.
|
/freebsd-src/stand/man/ |
H A D | loader_lua.8 | 98 To prevent this set 157 One can prevent unauthorized access 169 (BIOS or UEFI) to prevent booting from unauthorized devices.
|
/freebsd-src/tools/tools/vt/keymaps/ |
H A D | convert-keymap.pl | 92 $line =~ s/'\('/ _lpar_ /g; # prevent splitting of '(' 93 $line =~ s/'\)'/ _rpar_ /g; # prevent splitting of ')' 100 $line =~ s/_squoteL_ _squoteR_/ _spc_ /g; # prevent splitting of ' '
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 41 // prevent child thread from proceeding without thread handle. 61 // Lock to prevent re-use of the thread between fn() and DetachLocked() in Detach() 71 // Remember internal id of the thread to prevent re-use of the thread in Join()
|
/freebsd-src/libexec/rc/rc.d/ |
H A D | cleartmp | 36 # it can prevent foot-shooting in future. 48 # Remove X lock files, since they will prevent you from
|
/freebsd-src/contrib/libxo/libxo/ |
H A D | xo_open_marker.3 | 15 .Nd prevent and allow closing of open constructs 73 will prevent close of any open constructs that precede it.
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | ProcessRunLock.h | 21 /// A class used to prevent the process from starting while other 22 /// threads are accessing its data, and prevent access to its data while it is
|
/freebsd-src/etc/mail/ |
H A D | README | 48 of these FEATUREs will prevent spammer from using your site as a relay as 52 to prevent as much spam as possible without blocking legitimate mail.
|
/freebsd-src/share/doc/smm/07.lpd/ |
H A D | 6.t | 55 This will allow/prevent 63 The other main use is to prevent users from putting jobs in the queue
|
/freebsd-src/lib/libsys/ |
H A D | fcntl.2 | 264 Prevent any further seals from being applied to the file. 266 Prevent the file from being shrunk with 269 Prevent the file from being enlarged with 272 Prevent any further 320 If no lock is found that would prevent this lock from being created,
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_multi_mount.ksh | 33 # 6. Verify bind mount doesn't prevent rename 96 # 6. Verify bind mount doesn't prevent rename
|
/freebsd-src/bin/expr/ |
H A D | expr.1 | 152 syntax may be used to prevent this interpretation. 232 it is necessary to prevent it from being interpreted as the division operator. 249 might begin with a hyphen, it is necessary to prevent it from being
|
/freebsd-src/share/man/man7/ |
H A D | release.7 | 192 to prevent polluting the release with local system changes. 199 to prevent polluting the release with local system changes. 231 will prevent the 270 Set to a non-empty value to prevent checkout or update of 278 Set to a non-empty value to prevent checkout or update of
|
/freebsd-src/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 61 * We prevent inclusion since we are not using this code so we don't have 68 /* Prevent inclusion of winsock.h in windows.h */
|
/freebsd-src/contrib/openpam/lib/libpam/ |
H A D | openpam_ttyconv.c | 96 slflag = 0; /* prevent bogus uninitialized variable warning */ in prompt_tty() 132 /* prevent bogus uninitialized variable warning */ in prompt_tty() 232 /* prevent bogus uninitialized variable warning */ in prompt_notty() 300 /* no way to prevent echo */ in prompt()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRVVInitUndef.cpp |
|
/freebsd-src/contrib/kyua/doc/ |
H A D | test-isolation.mdoc | 32 reproducible as possible and also to prevent clashes between tests that may, 95 This is to prevent the test from mistakenly using a temporary directory
|
/freebsd-src/contrib/llvm-project/lldb/source/Initialization/ |
H A D | SystemInitializerCommon.cpp | 49 // This will prevent Windows from displaying a dialog box requiring user in Initialize() 53 // suite, so that a crash in LLDB does not prevent completion of the test in Initialize()
|
/freebsd-src/share/man/man9/ |
H A D | dpcpu.9 | 109 to prevent both preemption and migration during use. 128 * is not safe, as critical sections prevent concurrent access
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | TailRecursionElimination.h | 14 // 1. Trivial instructions between the call and return do not prevent the 42 // prevent the TRE from occurring. For example, there could be GEP's and
|