| /freebsd/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fuzz.c | 51 /* 10% chance: small reserve */ in sshbuf_fuzz_tests() 70 /* 20% chance: big reserve */ in sshbuf_fuzz_tests() 74 /* 10% chance: small consume */ in sshbuf_fuzz_tests() 92 /* 40% chance: big consume */ in sshbuf_fuzz_tests() 96 /* 10% chance: reset max size */ in sshbuf_fuzz_tests() 105 /* tiny chance: new buffer */ in sshbuf_fuzz_tests()
|
| /freebsd/share/man/man9/ |
| H A D | g_wither_geom.9 | 30 .Nd "destroy geom and related providers and consumers when you get a chance" 42 orphaning process) and waits for a chance to destroy the geom.
|
| H A D | kern_yield.9 | 108 Threads which regularly yield the processor will be given the chance to run 124 Otherwise, threads which have been given the chance to run could end up waiting
|
| H A D | bus_generic_detach.9 | 49 to detach drivers from all child devices giving them a chance to veto the
|
| /freebsd/contrib/lua/src/ |
| H A D | ltests.h | 39 /* get a chance to test code without jump tables */ 114 /* change some sizes to give some bugs a chance */
|
| /freebsd/tools/tools/git/ |
| H A D | HOWTO | 59 When you run arc, it will pull up your editor and give you a chance to 93 be given one last chance to edit your commit message. Make sure that you fill
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | sysctl_lastload | 12 desc="Last chance to set sysctl variables that failed the first time."
|
| /freebsd/contrib/netbsd-tests/net/arp/ |
| H A D | t_dad.sh | 108 # Give a chance to send a DAD announce packet 137 # Give a chance to send a DAD announce packet
|
| /freebsd/sys/dev/random/ |
| H A D | other_algorithm.c | 145 * You may use this as a chance to unblock the generator. in random_other_pre_read() 207 * You may use this as a chance to unblock the generator. in random_other_process_event()
|
| /freebsd/contrib/libdivsufsort/lib/ |
| H A D | trsort.c | 194 saidx_t chance; member 202 trbudget_init(trbudget_t *budget, saidx_t chance, saidx_t incval) { in trbudget_init() argument 203 budget->chance = chance; in trbudget_init() 211 if(budget->chance == 0) { budget->count += size; return 0; } in trbudget_check() 213 budget->chance -= 1; in trbudget_check()
|
| /freebsd/contrib/libarchive/ |
| H A D | SECURITY.md | 5 to fix the issue before public exposure, reducing the chance that the exploit will be
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Progress.cpp | 129 // The timer expired before we had a chance to cancel it. We have to treat in Increment() 185 // A new event came in and the alarm fired before we had a chance to restart in Expire()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadList.cpp | 235 // should stop. This is not a big deal since we haven't had a chance to hang in ShouldStop() 523 // chance to run. This is necessary because the SetupForResume might add in WillResume() 557 // Give all the threads that are likely to run a last chance to set up their in WillResume() 558 // state before we negotiate who is actually going to get a chance to run... in WillResume() 658 // Don't clear out threads that aren't going to get a chance to run, rather in DidResume()
|
| /freebsd/sys/contrib/device-tree/Bindings/serial/ |
| H A D | serial-peripheral-props.yaml | 32 This should only be present in case a driver has no chance to know
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 24 "chance of false negatives.") 28 "increase the chance of false negatives. It is not advised to go "
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | hostrealm.c | 379 /* Give each module a chance to determine the host's realms. */ in krb5_get_host_realm() 425 /* Give each module a chance to determine the fallback realms. */ in krb5_get_fallback_host_realm() 475 /* Give each module a chance to determine the default realm. */ in get_default_realm()
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_mutex.c | 143 /* Small delay between read+write to increase chance of race */ in increment() 225 /* Wait for thread 2 to start to increase chance of race */ in ATF_TC_BODY() 339 /* Wait for thread 3 to start to increase chance of race */ in ATF_TC_BODY() 607 * gives the scheduler the chance to decide which task to run. So,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 95 cl::desc("Last chance recoloring max depth"), 100 cl::desc("Last chance recoloring maximum number of considered" 107 "and interference cutoffs of last chance recoloring"), 270 // than the original, so they should get a new chance at being assigned. in LRE_DidCloneVirtReg() 1475 // Assign all new registers to RS_Spill. This was the last chance. in tryInstructionSplit() 1835 // Last Chance Recoloring 1913 /// Last chance recoloring chooses a color for \p VirtReg and recolors every 1915 /// use the last chance recoloring. Therefore, when a virtual register has been 1917 /// be last-chance-recolored again during this recoloring "session". 1931 /// Last chance recoloring kicks in: [all …]
|
| /freebsd/crypto/openssl/crypto/thread/arch/ |
| H A D | thread_win.c | 249 * prior broadcast() call but which had not yet had a chance to do so. The 265 * call have returned and had a chance to execute. 268 * again until after all threads have had a chance to execute.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_fdr_flags.inc | 22 "actually flushing the log; this gives a chance for threads to "
|
| H A D | xray_profiling_flags.inc | 24 "resetting the global state. This gives a chance to threads to "
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OPENSSL_malloc.3 | 234 other allocations (until the program exits or crashes) have a 25% chance of 242 chance there is for this allocation failing, and whether it has actually failed.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sequent | 23 # byte 0xeb is matched before these get a chance.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add_004_pos.ksh | 78 # Give zed a chance to finish processing the event, otherwise
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 173 other allocations (until the program exits or crashes) have a 25% chance of 181 chance there is for this allocation failing, and whether it has actually failed.
|