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

12

/freebsd-11-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c92 int attempts; local
99 for (attempts = 100; attempts && !quit; attempts--) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreap.ksh98 attempts++;
102 /attempts > 10/
H A Dtst.noreapring.ksh90 attempts++;
94 /attempts > 10/
H A Dtst.reap.ksh90 attempts++;
94 /attempts > 10/
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dfile.c299 int attempts; local
326 /* If one of the initial attempts fails, we sleep for a while and */
340 for (attempts = 0; attempts < 44; attempts++)
356 if (attempts < 10) sleep(5);
357 else if (attempts < 20) sleep(60);
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c435 less attempts on them than the first, to force round
447 attempt = a->attempts;
450 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) {
458 attempt = a->attempts;
459 } else if(a->attempts > attempt) {
492 less attempts on them than the first, to force round
504 attempt = a->attempts;
507 } else if(a->addr.ss_family != AF_INET && attempt == a->attempts) {
515 attempt = a->attempts;
516 } else if(a->attempts > attemp
[all...]
H A Diter_delegpt.h144 /** number of attempts for this addr */
145 int attempts; member in struct:delegpt_addr
H A Diter_delegpt.c212 a->attempts = 0;
633 a->attempts = 0;
/freebsd-11-stable/stand/lua/
H A Dpassword.lua92 local attempts = 1
103 if attempts > 1 then
115 attempts = attempts + 1
H A Dcli.lua69 -- Declares a global function cli_execute that attempts to dispatch the
/freebsd-11-stable/sys/vm/
H A Dvm_swapout.c386 int breakout, swapout_flags, tryagain, attempts; local
411 attempts = 0;
413 attempts++;
495 if (attempts <= 8) {
522 if (tryagain != 0 && attempts <= 10) {
660 * This swapin algorithm attempts to swap-in processes only if there
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts for one server
115 int attempts; member in struct:radius_msg_list
118 * accu_attempts - Number of accumulated attempts
323 * transmission attempts of interim accounting update messages.
389 if (entry->attempts == 0)
406 if (entry->attempts == 0)
459 /* retransmit; remove entry if too many attempts */
463 "RADIUS: Removing un-ACKed message due to too many failed retransmit attempts");
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c45 * @attempts: number of check iterations
50 * up to @attempts times. If @valp is not NULL the value of the register
55 int attempts, int delay, u32 *valp)
65 if (--attempts == 0)
161 int attempts = 10; local
168 while ((val & F_BUSY) && attempts--)
660 int attempts = EEPROM_MAX_POLL; local
670 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
693 int attempts = EEPROM_MAX_POLL; local
706 } while ((val & PCI_VPD_ADDR_F) && --attempts);
54 t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay, u32 *valp) argument
1005 flash_wait_op(adapter_t *adapter, int attempts, int delay) argument
3966 unsigned int width, density, slow, attempts; local
4148 int err = -EIO, attempts, i; local
[all...]
H A Dcxgb_common.h681 int attempts, int delay, u32 *valp);
684 int polarity, int attempts, int delay)
686 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
683 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/freebsd-11-stable/sys/dev/e1000/
H A De1000_i210.c326 u32 attempts = 100000; local
349 for (k = 0; k < attempts; k++) {
H A De1000_nvm.c233 u32 attempts = 100000; local
238 for (i = 0; i < attempts; i++) {
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c250 u_int extra_res, alignment, saved_x, attempts=0; local
565 attempts++;
566 } while (o.align && alignment != 0 && attempts < 2);
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in210 log_fatal(LOG_ERR, "Download from $LEAPSRC failed after $MAXTRIES attempts");
271 # Since we make as many as $MAXTRIES attempts to connect to the remote
418 -r Specify number of attempts to retrieve file
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c309 int attempts = 0; local
377 attempts++;
394 attempts < VF_ACQUIRE_THRESH) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_indirect.c1515 uint64_t attempts = 0; local
1578 } else if (++attempts < attempts_max) {
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c54 * @attempts: number of check iterations
59 * up to @attempts times. If @valp is not NULL the value of the register
64 int polarity, int attempts, int delay, u32 *valp)
74 if (--attempts == 0)
82 int polarity, int attempts, int delay)
84 return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts,
3165 * @attempts: max number of polls of the status register
3170 static int flash_wait_op(struct adapter *adapter, int attempts, int delay) argument
3181 if (--attempts == 0)
9478 int i, err, attempts; local
63 t4_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay, u32 *valp) argument
81 t4_wait_op_done(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c5552 * with queued traffic) and attempts to schedule traffic
5975 int attempts = tap->txa_attempts; local
5979 "%s: %6D: called; txa_tid=%d, atid->tid=%d, status=%d, attempts=%d, txa_start=%d, txa_seqpending=%d\n",
5986 attempts,
6023 if (status == 0 || attempts == 50) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1932 fprintf(statsFile, " Non-speculative acquire attempts : %10d\n",
1945 fprintf(statsFile, " Speculative acquire attempts : %10d\n",
2005 kmp_uint32 attempts = lck->lk.adaptive.acquire_attempts; local
2006 int res = (attempts & badness) == 0;
2052 // the full set of attempts, so back off the badness.
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1317 int attempts = 5; local
1320 if (!--attempts)
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c1835 int attempts = 0; local
1849 if (send_errno == EINTR && ++attempts < NRETRIES)

Completed in 368 milliseconds

12