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

/freebsd-9.3-release/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-9.3-release/crypto/heimdal/kdc/
H A Dkadb.h71 u_char attempts; member in struct:ka_entry
/freebsd-9.3-release/usr.sbin/rpc.statd/
H A Dfile.c297 int attempts; local
324 /* If one of the initial attempts fails, we sleep for a while and */
338 for (attempts = 0; attempts < 44; attempts++)
354 if (attempts < 10) sleep(5);
355 else if (attempts < 20) sleep(60);
/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_client.c37 * Maximum number of retransmit attempts before the entry is removed from
53 * The number of failed retry attempts after which the RADIUS server will be
119 * attempts - Number of transmission attempts
121 int attempts; member in struct:radius_msg_list
338 if (entry->attempts == 0)
346 if (entry->attempts == 0)
354 /* retransmit; remove entry if too many attempts */
355 entry->attempts++;
369 if (entry->attempts >
[all...]
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_i210.c329 u32 attempts = 100000; local
352 for (k = 0; k < attempts; k++) {
H A De1000_nvm.c228 u32 attempts = 100000; local
233 for (i = 0; i < attempts; i++) {
/freebsd-9.3-release/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
3959 unsigned int width, density, slow, attempts; local
4141 int err = -EIO, attempts, i; local
[all...]
H A Dcxgb_common.h674 int attempts, int delay, u32 *valp);
677 int polarity, int attempts, int delay)
679 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
676 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks187 * Output from dmesg for failed attach attempts
188 * Output from dmesg for successful attach attempts (after quirk added)
/freebsd-9.3-release/sys/vm/
H A Dvm_pageout.c1315 * attempts to propagate a signal to B while we are waiting for A's
1676 int breakout, swapout_flags, tryagain, attempts; local
1699 attempts = 0;
1701 attempts++;
1775 if (attempts <= 8) {
1794 if (tryagain != 0 && attempts <= 10)
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h391 int attempts, int delay, u32 *valp);
394 int polarity, int attempts, int delay)
396 return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts,
393 t4_wait_op_done(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
H A Dt4_hw.c51 * @attempts: number of check iterations
56 * up to @attempts times. If @valp is not NULL the value of the register
61 int polarity, int attempts, int delay, u32 *valp)
71 if (--attempts == 0)
528 int attempts = EEPROM_MAX_RD_POLL; local
538 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
562 int attempts = EEPROM_MAX_WR_POLL; local
575 } while ((val & PCI_VPD_ADDR_F) && --attempts);
797 * @attempts: max number of polls of the status register
802 static int flash_wait_op(struct adapter *adapter, int attempts, in argument
60 t4_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay, u32 *valp) argument
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vnodeops.c2123 int attempts; local
2131 attempts = 0;
2155 attempts++;
2168 if ((attempts % 5) == 0) {
2220 int attempts = 0, i, j, try_lock; local
2270 attempts++;
2293 if ((attempts % 5) == 0) {
2309 if (attempts) {
2310 if (attempts < 5) xfs_small_retries++;
2311 else if (attempts < 10
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in112 This version attempts to get rid the following bugs from the
195 Added logging of restricted commit attempts.
301 restricted commit attempts.
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt480 It starts with FW_CONFIG_WAIT, attempts to get an AL_PA (if on an FC-AL
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_main.c1319 int attempts = 5; local
1322 if (!--attempts)
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c1849 int attempts = 0; local
1863 if (send_errno == EINTR && ++attempts < NRETRIES)
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c1835 int attempts = 0; local
1849 if (send_errno == EINTR && ++attempts < NRETRIES)
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c12114 u32 attempts = VXGE_HAL_MSG_SEND_RETRY; local
12128 attempts--;
12129 if (attempts == 0)

Completed in 231 milliseconds