Searched refs:attempts (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c92 int attempts; local
99 for (attempts = 100; attempts && !quit; attempts--) {
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh90 attempts++;
94 /attempts > 10/
H A Dtst.noreap.ksh98 attempts++;
102 /attempts > 10/
H A Dtst.reap.ksh90 attempts++;
94 /attempts > 10/
/freebsd-current/usr.sbin/rpc.statd/
H A Dfile.c303 int attempts; local
330 /* If one of the initial attempts fails, we sleep for a while and */
344 for (attempts = 0; attempts < 44; attempts++)
351 if (notify_one_host(hp->hostname, attempts == 0))
360 if (attempts < 10) sleep(5);
361 else if (attempts < 20) sleep(60);
/freebsd-current/stand/lua/
H A Dpassword.lua90 local attempts = 1
101 if attempts > 1 then
113 attempts = attempts + 1
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_event.c504 uint32_t attempts = 0; local
540 for (success = false, attempts = 0;
541 success == false && attempts < VMCI_EVENT_MAX_ATTEMPTS;
542 attempts++) {
/freebsd-current/sys/arm64/arm64/
H A Dundefined.c206 int attempts, error, Rn, Rd, Rm; local
236 attempts = 0;
256 if (error != 0 && (++attempts % 5) == 0)
/freebsd-current/contrib/unbound/iterator/
H A Diter_utils.c472 less attempts on them than the first, to force round
485 attempt = a->attempts;
488 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) {
496 attempt = a->attempts;
497 } else if(a->attempts > attempt) {
530 less attempts on them than the first, to force round
543 attempt = a->attempts;
546 } else if(a->addr.ss_family != AF_INET && attempt == a->attempts) {
554 attempt = a->attempts;
555 } else if(a->attempts > attemp
[all...]
H A Diter_delegpt.h153 /** number of attempts for this addr */
154 int attempts; member in struct:delegpt_addr
/freebsd-current/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c640 /* Maximum allowed number of consecutive unsuccessful attempts */
641 int attempts = 3;
644 while (bytes_needed != 0 && attempts-- > 0) {
650 attempts = 3; /* reset counter after successful attempt */
677 /* Maximum number of consecutive unsuccessful attempts */
678 int attempts = 3;
684 while (bytes_needed != 0 && attempts-- > 0) {
691 attempts = 3; /* reset counter on successful attempt */
/freebsd-current/sys/vm/
H A Dvm_swapout.c375 int breakout, swapout_flags, tryagain, attempts; local
405 attempts = 0;
407 attempts++;
489 if (attempts <= 8) {
516 if (tryagain != 0 && attempts <= 10) {
657 * This swapin algorithm attempts to swap-in processes only if there
/freebsd-current/contrib/wpa/src/radius/
H A Dradius_client.c48 * The number of failed retry attempts after which the RADIUS server will be
114 * attempts - Number of transmission attempts for one server
116 int attempts; member in struct:radius_msg_list
119 * accu_attempts - Number of accumulated attempts
324 * transmission attempts of interim accounting update messages.
390 if (entry->attempts == 0)
407 if (entry->attempts == 0)
460 /* retransmit; remove entry if too many attempts */
464 "RADIUS: Removing un-ACKed message due to too many failed retransmit attempts");
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c528 u32 attempts, success, per; local
535 attempts = mib->tx_mpdu_attempts_cnt;
537 per = attempts ? 100 - success * 100 / attempts : 100;
538 seq_printf(file, "Tx attempts: %8u (MPDUs)\n", attempts);
/freebsd-current/sys/dev/igc/
H A Digc_nvm.c197 u32 attempts = 100000; local
202 for (i = 0; i < attempts; i++) {
H A Digc_i225.c535 u32 attempts = 100000; local
557 for (k = 0; k < attempts; k++) {
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname.mk42 # ${VARNAME} works, while all other attempts fail.
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c43 * @attempts: number of check iterations
48 * up to @attempts times. If @valp is not NULL the value of the register
53 int attempts, int delay, u32 *valp)
63 if (--attempts == 0)
159 int attempts = 10; local
166 while ((val & F_BUSY) && attempts--)
658 int attempts = EEPROM_MAX_POLL; local
668 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
691 int attempts = EEPROM_MAX_POLL; local
704 } while ((val & PCI_VPD_ADDR_F) && --attempts);
52 t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay, u32 *valp) argument
1003 flash_wait_op(adapter_t *adapter, int attempts, int delay) argument
3964 unsigned int width, density, slow, attempts; local
4146 int err = -EIO, attempts, i; local
[all...]
H A Dcxgb_common.h680 int attempts, int delay, u32 *valp);
683 int polarity, int attempts, int delay)
685 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
682 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/freebsd-current/sys/dev/e1000/
H A De1000_i210.c180 u32 attempts = 100000; local
205 for (k = 0; k < attempts; k++) {
H A De1000_nvm.c240 u32 attempts = 100000; local
245 for (i = 0; i < attempts; i++) {
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor_test.cpp364 int attempts = 30; local
367 if (attempts > 0) {
369 --attempts;
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c684 * for re-entry attempts.
1238 * This function is best effort. It attempts to load all the keys for the given
1280 int ret, attempts = 0; local
1443 attempts++;
1444 if (can_retry && correctible && attempts < MAX_KEY_PROMPT_ATTEMPTS)
/freebsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c252 u_int extra_res, alignment, alignto, saved_x, attempts=0; local
580 attempts++;
581 } while (alignment != 0 && attempts < 2);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua48 -- as it attempts to resume the running coroutine)

Completed in 328 milliseconds

12