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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtempname.c222 unsigned int attempts = TMP_MAX; local
224 unsigned int attempts = ATTEMPTS_MIN; local
249 for (count = 0; count < attempts; value += 7777, ++count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsmbldap.c967 int *attempts, time_t endtime)
981 if (*attempts == 0) {
992 if (*attempts != 0)
995 *attempts += 1;
1011 "%d try!\n", *attempts));
1031 int attempts = 0; local
1067 while (another_ldap_try(ldap_state, &rc, &attempts, endtime))
1078 int attempts = 0; local
1090 while (another_ldap_try(ldap_state, &rc, &attempts, endtime))
1100 int attempts local
966 another_ldap_try(struct smbldap_state *ldap_state, int *rc, int *attempts, time_t endtime) argument
1122 int attempts = 0; local
1147 int attempts = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_pam.c166 int attempts = 0; local
299 attempts += 1;
323 } while ( (attempts < 2) && retry );
434 int attempts = 0; local
550 attempts += 1;
574 } while ( (attempts < 2) && retry );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/
H A Dw1.h159 unsigned long attempts; member in struct:w1_master
H A Dw1_int.c59 dev->attempts = 0;
H A Dw1_io.c278 dev->attempts++;
H A Dw1.c298 count = sprintf(buf, "%lu\n", md->attempts);
354 static W1_MASTER_ATTR_RO(attempts, S_IRUGO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_ldap.c178 int attempts = 0; local
181 while (attempts < 10) {
347 unsigned sleeptime = (sys_random()*sys_getpid()*attempts);
348 attempts += 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c232 int attempts, timeout, nread, len; local
235 for (attempts = 0; attempts < 2; attempts++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmcbsp.c548 u16 spcr2, spcr1, attempts = 0, word_lsb, word_msb = 0; local
557 if (attempts++ > 1000) {
577 if (attempts++ > 1000) {
601 u16 spcr2, spcr1, attempts = 0, word_lsb, word_msb = 0; local
610 if (attempts++ > 1000) {
630 if (attempts++ > 1000) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcommon.h629 int polarity, int attempts, int delay, u32 *valp);
631 int polarity, int attempts, int delay)
633 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
630 t3_wait_op_done(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
H A Dt3_hw.c43 * @attempts: number of check iterations
48 * up to @attempts times. If @valp is not NULL the value of the register
54 int polarity, int attempts, int delay, u32 *valp)
64 if (--attempts == 0)
161 int attempts = 10; local
167 while ((val & F_BUSY) && attempts--)
543 int attempts = EEPROM_MAX_POLL; local
553 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
576 int attempts = EEPROM_MAX_POLL; local
589 } while ((val & PCI_VPD_ADDR_F) && --attempts);
53 t3_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay, u32 *valp) argument
747 flash_wait_op(struct adapter *adapter, int attempts, int delay) argument
2905 unsigned int width, density, slow, attempts; local
3065 int err = -EIO, attempts = 100; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Despi.c64 int busy, attempts = TRICN_CMD_ATTEMPTS; local
76 } while (busy && --attempts);
H A Dsubr.c55 * @attempts: number of check iterations
59 * up to @attempts times. Returns %0 if the operation completes and %1
63 int attempts, int delay)
70 if (--attempts == 0)
254 int attempts = 100, busy; local
263 } while (busy && --attempts);
62 t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c1380 static int attempts = 0; local
1457 if (attempts++ >= 10) {
1458 warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
1461 if (attempts > 3)
1462 sleep((u_int) (attempts - 3) * 5);
1467 attempts = 0; /* Reset count */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vnodeops.c2128 int attempts; local
2136 attempts = 0;
2160 attempts++;
2173 if ((attempts % 5) == 0) {
2240 int attempts = 0, i, j, try_lock; local
2290 attempts++;
2313 if ((attempts % 5) == 0) {
2329 if (attempts) {
2330 if (attempts < 5) xfs_small_retries++;
2331 else if (attempts < 10
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsm_statefuns.c2099 int attempts = asoc->init_err_counter + 1; local
2101 if (attempts > asoc->max_init_attempts) {
4647 int attempts = asoc->init_err_counter + 1; local
4652 if (attempts <= asoc->max_init_attempts) {
4668 SCTP_DEBUG_PRINTK("Giving up on INIT, attempts: %d"
4670 attempts, asoc->max_init_attempts);
4707 int attempts = asoc->init_err_counter + 1; local
4712 if (attempts <= asoc->max_init_attempts) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c674 int attempts = 3; local
716 if (--attempts <= 0)
769 int attempts = 3; local
811 if (--attempts <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dxircom_tulip_cb.c346 int csr5, csr5_22_20, csr5_19_17, currcsr6, attempts = 200; local
372 if (!--attempts) {
373 printk(KERN_INFO DRV_NAME ": outl_CSR6 too many attempts,"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c5123 uint32_t attempts = 100000; local
5127 for (i = 0; i < attempts; i++) {
5504 uint32_t attempts = 100000; local
5518 for (i=0; i < attempts; i++) {
5526 if (i == attempts) {
5538 for (i=0; i < attempts; i++) {
5546 if (i == attempts) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex115 is followed by attempts to patch the hole and more mistakes...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c2388 int stat, attempts = 3, size = sizeof(*cap); local
2403 } while (--attempts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c1112 int attempts = 0; local
1129 if (unlikely(attempts++ > BCM43xx_SWITCH_CORE_MAX_RETRIES))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c929 int attempts = !in_softirq(); local
1018 if (attempts-- > 0) {
1904 * 2. IP spoofing attempts are filtered with 100% of guarantee.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.c1595 int attempts = 1000 / skip;
1602 while (attempts && time_before(jiffies, startwait + 60*HZ)) {
1616 attempts--;
1593 int attempts = 1000 / skip; local

Completed in 278 milliseconds

12