Searched refs:retry (Results 76 - 100 of 334) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/fs/pseudofs/
H A Dpseudofs_vncache.c122 retry:
145 goto retry;
/freebsd-10.0-release/sys/kern/
H A Dsubr_kobj.c293 retry:
307 goto retry;
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiosdisk.c487 u_int x, sec, result, resid, retry, maxfer; local
546 * may also retry.
548 for (retry = 0; retry < 3; retry++) {
550 if (retry > 0) {
H A Dvidconsole.c581 int retry = PROBE_MAXRETRY; local
585 while (--retry >= 0) {
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dexception.S428 retry
675 * Load the TTE tag and data into the TLB and retry the instruction.
679 retry
718 * Load the TTE tag and data into the TLB and retry the instruction.
722 1: retry
833 * Load the TTE tag and data into the TLB and retry the instruction.
837 retry
876 * Load the TTE tag and data into the TLB and retry the instruction.
880 1: retry
1033 * Load the TTE data into the TLB and retry th
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dntptrap200 &set_timeout("retry-".unpack("H*",$req),time+$BASE_TIMEOUT,
201 sprintf("&retry(\"%s\");",unpack("H*",$req)));
267 &clear_timeout("retry-".unpack("H*",pack("a4SC",$from,$associd,$op))) unless $op == 7;
278 &clear_timeout("retry-".unpack("H*",pack("a4SC",$from,$associd,$op)));
321 0 && &retry;
322 sub retry
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsfsasl.c731 retry:
756 goto retry;
816 "STARTTLS: read error=%s (%d), errno=%d, get_error=%s, retry=%d, ssl_err=%d",
823 "STARTTLS: read error=%s (%d), retry=%d, ssl_err=%d",
860 retry:
882 goto retry;
924 "STARTTLS: write error=%s (%d), errno=%d, get_error=%s, retry=%d, ssl_err=%d",
930 "STARTTLS: write error=%s (%d), errno=%d, retry=%d, ssl_err=%d",
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c625 goto retry;
641 goto retry;
650 goto retry;
722 retry:
/freebsd-10.0-release/sys/dev/atkbdc/
H A Datkbdcreg.h151 /* retry count */
204 int retry; member in struct:atkbdc_softc
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h138 int retry; member in struct:ib_mad_send_wr_private
/freebsd-10.0-release/contrib/dialog/
H A Drangebox.c235 retry:
385 goto retry;
H A Dtailbox.c319 retry:
393 goto retry;
H A Dtimebox.c200 retry:
354 goto retry;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Di386-stub.c471 retry:
481 goto retry;
H A Dsparc-stub.c303 retry:
313 goto retry;
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c189 retry:
403 goto retry;
/freebsd-10.0-release/lib/libcompat/4.3/
H A Drexec.c316 retry:
330 goto retry;
/freebsd-10.0-release/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c106 retry:
112 goto retry;
/freebsd-10.0-release/lib/libmemstat/
H A Dmemstat_malloc.c85 retry:
128 goto retry;
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_phy.c1425 u32 retry = 0; local
1489 retry++;
1490 if (retry < max_retry)
1495 } while (retry < max_retry);
1517 u32 retry = 0; local
1564 retry++;
1565 if (retry < max_retry)
1569 } while (retry < max_retry);
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_urtwreg.h383 uint8_t retry; member in struct:urtw_8187b_txhdr
431 uint32_t retry; member in struct:urtw_8187l_txhdr
/freebsd-10.0-release/usr.sbin/yppush/
H A Dyppush_main.c239 retry:
245 goto retry;
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmain.c775 errors and complete lunacy, attempting to retry if at all possible. Because
1133 cycle = 0, retry = 1, i, j, k; local
1153 retry = 0;
1156 fprintf(stderr,"prev=%.6f when=%.6f retry=%d\n",
1157 previous,when,retry);
1235 if (! retry && when < previous+delay) {
1240 retry = 0;
1252 if (! retry) {
1283 if (! k && ! retry && when < previous+delay-2) {
1304 retry
[all...]
/freebsd-10.0-release/sys/dev/fdc/
H A Dfdc.c743 if ((debugflags & 2) && fd->fdc->retry > 0)
744 printf("retries: %d\n", fd->fdc->retry);
775 (fdc->retry >= retries || (fd->options & FDOPT_NORETRY))) {
829 fdc->retry = 0;
898 if (fdc->retry == 0 && bp->bio_cmd & (BIO_READ|BIO_WRITE)) {
909 fdc->retry > 2) {
950 printf("op %x bn %ju siz %u ptr %p retry %d\n",
952 fd->fd_ioptr, fdc->retry);
1125 * reset the retry */
1126 fdc->retry
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dops_nfs.c769 int retry; local
859 retry = hasmntval(&mnt, MNTTAB_OPT_RETRY);
860 if (retry <= 0)
861 retry = 1; /* XXX */
886 error = mount_fs(&mnt, genflags, (caddr_t) &nfs_args, retry, type,

Completed in 396 milliseconds

1234567891011>>