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

/openbsd-current/sbin/mount_nfs/
H A Dmount_nfs.c146 int retrycnt; variable
171 retrycnt = DEF_RETRY;
317 retrycnt = num;
430 orgcnt = retrycnt;
433 while (retrycnt > 0) {
466 retrycnt = orgcnt;
484 retrycnt = 0;
488 if (--retrycnt > 0) {
577 "\t[-I readdirsize] [-o options] [-R retrycnt] [-r readsize]\n"
/openbsd-current/sys/dev/pci/
H A Dif_wpireg.h229 uint8_t retrycnt; member in struct:wpi_tx_stat
H A Dif_wpi.c1351 if (stat->retrycnt > 0)
/openbsd-current/sys/dev/ic/
H A Drt2661.c1050 int retrycnt; local
1064 retrycnt = RT2661_TX_RETRYCNT(val);
1067 "%d retries\n", retrycnt));
1070 if (retrycnt > 0)

Completed in 269 milliseconds