Searched refs:retry (Results 126 - 150 of 372) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto.c123 retry: p = nf_ct_l3proto_find_get(l3proto);
127 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_cm.c214 BOOL *retry)
240 *retry = True;
377 *retry = False;
637 BOOL retry; local
660 &new_conn->cli, &retry);
670 if (!retry)
209 cm_prepare_connection(const struct winbindd_domain *domain, const int sockfd, const int pipe_index, const char *controller, struct cli_state **cli, BOOL *retry) argument
H A Dpam_winbind.c607 int retry = 0; local
701 retry = 0;
703 while ((retval != PAM_SUCCESS) && (retry++ < MAX_PASSWD_TRIES)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dwrite.c91 retry:
124 /* Try to reallocate space and retry */
150 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs));
155 goto retry;
157 D1(printk(KERN_DEBUG "Failed to allocate space to retry failed write: %d!\n", ret));
228 retry:
255 /* Try to reallocate space and retry */
281 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs));
284 goto retry;
286 D1(printk(KERN_DEBUG "Failed to allocate space to retry faile
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c485 retry:
502 goto retry;
886 retry:
899 goto retry;
1013 retry:
1051 /* Latency issues. Drop the lock, wait a while and retry */
1060 goto retry;
1099 retry:
1110 goto retry;
1292 /* Latency issues. Drop the lock, wait a while and retry */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c660 int retry; local
669 for (retry = 0; retry < 16; retry++) {
718 for (retry = 0; retry < 16; retry++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dttable.h21 retry; \
235 saved; retry; nop; nop; nop; nop; nop; nop; \
291 retry; nop; nop; \
385 retry; nop; nop; \
487 restored; retry; nop; nop; nop; nop; nop; nop; \
545 retry; nop; nop; nop; nop; \
603 retry; nop; nop; nop; nop; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c232 retry: /*
303 goto retry;
348 goto retry;
361 goto retry;
663 goto retry;
H A Dmp_resize.c58 * retry.
184 retry: MUTEX_LOCK(env, old_hp->mtx_hash);
193 goto retry;
219 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c240 retry: if ((ret = __db_get(dbp, ip,
246 goto retry;
320 goto retry;
588 retry: if ((ret = __db_get(dbp, ip,
594 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dio.c152 retry:
167 "read only %zd bytes, retry",
170 goto retry;
296 retry:
309 dbg_io("error %d while erasing PEB %d, retry",
312 goto retry;
328 dbg_io("error while erasing PEB %d, retry", pnum);
330 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsuper.c348 retry:
356 goto retry;
366 goto retry;
673 retry:
681 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dmount.cifs.c663 int retry = 0; /* set when we have to retry mount with uppercase */ local
915 if(retry == 0) {
916 retry = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_sess.c142 unsigned int retry = 0; local
147 (++retry < MAX_SESS_ID_ATTEMPTS));
148 if(retry < MAX_SESS_ID_ATTEMPTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c149 unsigned int retry = 0; local
154 (++retry < MAX_SESS_ID_ATTEMPTS));
155 if(retry < MAX_SESS_ID_ATTEMPTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr_ioctl.c198 retry:
219 goto retry;
231 goto retry;
505 /* fall & retry the other way */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_operate.c1203 /* initialize retry vars for loop below */
1223 /* if retry-max-time is non-zero, make sure we haven't exceeded the
1235 } retry = RETRY_NO; local
1238 /* retry timeout always */
1239 retry = RETRY_TIMEOUT;
1245 errors to retry on. */
1258 retry = RETRY_HTTP;
1282 retry = RETRY_FTP;
1285 if(retry) {
1290 "Will retry i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmount.c335 * Implemented the "bg", "fg" and "retry" mount options for NFS.
793 int retry; local
874 retry = 10000; /* 10000 minutes ~ 1 week */
898 /* 9 */ "retry\0"
943 case 9: // "retry"
944 retry = val;
1126 * The "retry" count specified by the user is the number of
1127 * minutes to retry before giving up.
1141 timeout = time(NULL) + 60 * retry;
1144 retry
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_lease.c280 retry:
352 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dflvdec.c316 retry:
439 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Ddeadline-iosched.c64 retry:
68 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dfile.c127 retry:
135 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge_devif.c495 retry:
501 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsoftirq.c651 int on_each_cpu(void (*func) (void *info), void *info, int retry, int wait) argument
656 ret = smp_call_function(func, info, retry, wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth.c208 retry:
242 goto retry;

Completed in 415 milliseconds

1234567891011>>