Searched refs:retrycnt (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/usr.sbin/autofs/
H A Dautomountd.c180 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local
339 retrycnt = pick_option("retrycnt=", &options);
340 if (retrycnt == NULL) {
341 log_debugx("retrycnt not specified in options; "
343 options = concat(options, ',', "retrycnt=1");
346 concat("retrycnt", '=', retrycnt));
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c110 static int retrycnt = -1; variable
329 } else if (strcmp(opt, "retrycnt") == 0) {
333 errx(1, "illegal retrycnt value -- %s", val);
334 retrycnt = num;
381 printf("-R deprecated, use -o retrycnt=<retrycnt>\n");
385 retrycnt = num;
432 if (retrycnt == -1)
434 retrycnt = 0;
683 * If retrycnt
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_amrr.c268 "AMRR: current rate %d, txcnt=%d, retrycnt=%d",
291 "AMRR increasing rate %d (txcnt=%d retrycnt=%d)",
314 "AMRR decreasing rate %d (txcnt=%d retrycnt=%d)",
406 int txcnt, success, retrycnt; local
413 retrycnt = 0;
415 retrycnt = stats->nretries;
419 amn->amn_retrycnt += retrycnt;
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c362 int ret, newone, error, expireret = 0, retrycnt; local
376 retrycnt = 0;
406 (np->n_flag & NNOLAYOUT) != 0 || retrycnt > 0)
470 retrycnt++;
476 expireret == 0 && clidrev != 0 && retrycnt < 4));
477 if (error && retrycnt >= 4)
1279 int error, expireret = 0, openerr, retrycnt; local
1292 retrycnt = 0;
1344 retrycnt++;
1348 (error == NFSERR_OLDSTATEID && retrycnt < 2
1564 int error, expireret = 0, retrycnt; local
1723 int error, expireret = 0, retrycnt, nostateid; local
2068 int error = 0, newone, expireret = 0, retrycnt, unlocked; local
3948 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally; local
7012 int error, expireret = 0, retrycnt, nostateid; local
8121 int commit, error, expireret = 0, retrycnt; local
8313 int error, expireret = 0, retrycnt; local
[all...]
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn.c6120 int retrycnt = 0; local
6131 retrycnt = status->framecnt - 1;
6134 retrycnt = status->framecnt;
6135 if (retrycnt == 0)
6136 retrycnt = 1;
6138 txs.long_retries = retrycnt;
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5256 int gotlock, error, lktype = 0, retrycnt, zapped_clp; local
5341 retrycnt = 0;
5345 retrycnt++;
5347 error == NFSERR_BADHANDLE) && retrycnt < NFSV4_CBRETRYCNT);
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_zyd.c666 int retrycnt = count & 0xff; local
670 txs->long_retries = retrycnt;

Completed in 262 milliseconds