Searched refs:retry (Results 201 - 225 of 372) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c1098 retry:
1110 goto retry;
1186 retry:
1202 goto retry;
H A Dinode.c1029 retry:
1036 goto retry;
1039 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.c523 int i, retry, ret; local
568 for (retry = 0; retry < 8; retry++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c395 retry:
407 goto retry;
443 retry:
458 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.c330 int retry; local
338 retry = 0;
344 retry = 1;
365 } while (retry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtime.c668 retry:
675 goto retry;
689 retry:
696 goto retry;
H A Dsmp.c422 retry:
480 goto retry;
523 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsglob.h267 unsigned retry:1; member in struct:cifsTconInfo
H A Dconnect.c75 unsigned retry:1; member in struct:smb_vol
178 retry so we do not immediately mark the
374 /* retry will check if exiting */
387 /* retry will check if exiting */
799 /* vol->retry default is 0 (i.e. "soft" limited retry not hard retry) */
1160 vol->retry = 1;
1162 vol->retry = 0;
1197 vol->retry
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c461 retry:
478 goto retry;
1188 retry:
1204 dbg_wl("the PEB %d is not in proper tree, retry", pnum);
1206 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h153 int retry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.c222 return 0; /* retry not handled here */
741 static int pcxhr_prepair_pipe_start(struct pcxhr_mgr *mgr, int audio_mask, int *retry) argument
747 *retry = 0;
767 /* if the pipe couldn't be prepaired for start, retry it later */
769 *retry |= (1<<audio);
869 mdelay(1); /* otherwise wait 1 millisecond and retry */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_expander.c68 int res, retry; local
73 for (retry = 0; retry < 3; retry++) {
123 BUG_ON(retry == 3 && task != NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c513 retry:
524 goto retry;
531 goto retry;
824 retry:
832 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmulti.c1288 bool retry = FALSE; local
1297 retry = (newurl)?TRUE:FALSE;
1302 /* When set to retry the connection, we must to go back to
1304 if(retry) {
1326 /* Have error handler disconnect conn if we can't retry */
1491 bool retry = FALSE; local
1496 retry = (newurl)?TRUE:FALSE;
1512 /* When we follow redirects or is set to retry the connection, we must
1514 if(data->req.newurl || retry) {
1515 if(!retry) {
[all...]
H A Dtransfer.c2019 * CONNECT and then DO again! The retry cannot possibly find another
2065 /* Returns CURLE_OK *and* sets '*url' if a request retry is wanted.
2097 conn->bits.retry = TRUE; /* mark this as a connection we're about
2098 to retry. Marking it this way should
2155 bool retry = FALSE; local
2160 retry = (newurl?TRUE:FALSE);
2162 if(retry) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c3437 retry:
3518 goto retry;
9330 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9333 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9336 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
9340 if (wrqu->retry.flags & IW_RETRY_SHORT)
9341 priv->short_retry_limit = (u8) wrqu->retry.value;
9342 else if (wrqu->retry
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.c995 ch->retry = 0;
1215 * simply retry after some 10 secs...
1305 if (ch->retry++ < 3)
1387 if (ch->retry++ < 3)
1414 if (ch->retry++ > 3) {
1415 ctc_pr_debug("%s: TX retry failed, restarting channel\n",
1423 ctc_pr_debug("%s: TX retry %d\n", dev->name, ch->retry);
2280 ch->retry = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_cache.c674 unsigned int i, retry; local
716 /* Put the query_user_list() in a retry loop. There appears to be
720 * The retry loop simply tries the operation again. )-: It's not
724 retry = 0;
739 (retry++ < 5));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c498 /* retry on existing query, send to all available servers */
1157 retry:
1168 goto retry;
1175 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmdomain.c1470 retry:
1489 goto retry;
1507 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c457 retry:
461 goto retry;
466 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_mv.c1959 int retry = 5; local
1987 (retry-- > 0))
2009 retry = 20;
2015 if (retry-- <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dhostcmd.h198 __le32 retry; member in struct:cmd_ds_802_11_get_log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dprocfs.c210 " retry"
227 SFPF(retry),

Completed in 303 milliseconds

1234567891011>>