Searched refs:retry (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c371 retry:
413 goto retry;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_device.c1459 retry:
1482 goto retry;
/freebsd-11-stable/sys/geom/
H A Dgeom_io.c768 "Failures to establish the transient mapping due to retry attempts "
793 retry:
812 goto retry;
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c202 mount_fs(mntent_t *mnt, int flags, caddr_t mnt_data, int retry, MTYPE_TYPE type, u_long nfs_version, const char *nfs_proto, const char *mnttabname, int on_autofs) argument
253 if (error < 0 && --retry > 0) {
/freebsd-11-stable/sys/kern/
H A Dkern_mutex.c883 retry:
910 goto retry;
H A Dsys_socket.c575 retry:
648 goto retry;
H A Dvfs_mountroot.c639 else if (!strcmp(action, "retry"))
810 retry:
861 goto retry;
H A Dkern_fork.c271 retry:
312 goto retry;
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c872 retry:
1225 goto retry;
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c796 retry:
804 goto retry;
1127 * Indicate the need to retry. While waiting, the page
1185 retry:
1205 goto retry;
1568 retry:
1604 goto retry;
3222 retry:
3249 goto retry;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c302 int i, retry = 1000, pending, instr_cnt = 0; local
322 } while (retry-- && instr_cnt);
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht.c511 retry:
585 goto retry;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c585 retry:
594 goto retry;
H A Di915_gem.c697 * retry in the slow path.
1490 retry:
1515 goto retry;
1556 goto retry;
1563 goto retry;
1599 goto retry;
1653 retry:
1659 goto retry;
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c2585 int retry; local
2588 retry = 0;
2597 if (retry)
2599 retry++;
2617 } while (retry < RT_DUMP_MAXRETRY && errmsg != NULL);
2619 fatal("%s (with %d retries, msize=%lu)", errmsg, retry,
2622 } else if (1 < retry)
2623 syslog(LOG_INFO, "NET_RT_DUMP %d retires", retry);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_zyd.c645 struct zyd_notif_retry *retry = local
649 "retry intr: rate=0x%x addr=%s count=%d (0x%x)\n",
650 le16toh(retry->rate), ether_sprintf(retry->macaddr),
651 le16toh(retry->count)&0xff, le16toh(retry->count));
655 * update its retry statistics. In BSS mode, this node
659 ni = ieee80211_find_txnode(vap, retry->macaddr);
662 (int)(le16toh(retry->count) & 0xff);
669 if (le16toh(retry
[all...]
/freebsd-11-stable/usr.bin/ctlstat/
H A Dctlstat.c164 retry:
190 goto retry;
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c492 * To simplify error recovery and the retry,
580 * To simplify error recovery and the retry,
1438 retry:
1515 goto retry;
/freebsd-11-stable/contrib/less/
H A Dline.c887 retry:
919 goto retry;
H A Dcmdbuf.c1265 retry:
1305 goto retry;
/freebsd-11-stable/sys/dev/sound/isa/
H A Dmss.c1039 int retry, wr, cnt, ss; local
1069 for (retry = 10; retry > 0; retry--) {
1073 if (retry == 0) BVDDB(printf("stop dma, failed to set bit 0x%02x 0x%02x\n", \
1117 * mc11. So, on some occasions I have to retry (max 10 times).
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c1583 int i, retry = 0, sata_rev; local
1640 retry:
1658 if (!retry) {
1671 retry = 1;
1672 goto retry;
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c709 TimeOuts.res_retry[RES_TO_DEFAULT] = _res.retry;
710 TimeOuts.res_retry[RES_TO_FIRST] = _res.retry;
711 TimeOuts.res_retry[RES_TO_NORMAL] = _res.retry;
1397 _res.retry = TimeOuts.res_retry[RES_TO_DEFAULT];
2947 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c3237 int retval = SUCCESS, i, j, retry = 0; local
3320 retry = 0;
3325 if (retry++ == 100) {
3342 retry = 0;
3347 if (retry++ == 1000) {
3358 retry = 0;
3360 while ((abs_state <= MFI_STATE_FW_INIT) && (retry++ < 1000)) {
4038 /* Reset the retry counter for future re-tries */
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c1975 retry:
1981 goto retry;
1993 goto retry;
2488 * Indicate the need to retry. While waiting,
2515 retry:
2548 goto retry;
3032 retry:
3070 goto retry;
6191 retry:
6221 goto retry;
[all...]

Completed in 300 milliseconds

<<11121314151617