/src/sbin/mount_nfs/ |
getnfsargs.c | 79 int retrycnt = DEF_RETRY; variable in typeref:typename:int 175 retryleft = retrycnt;
|
getnfsargs_small.c | 133 int retrycnt = DEF_RETRY; variable in typeref:typename:int
|
/src/usr.sbin/autofs/ |
automountd.c | 173 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local in function:handle_request 325 retrycnt = NULL; 333 retrycnt = pick_option("retrycnt=", &options); 334 if (retrycnt == NULL) { 335 log_debugx("retrycnt not specified in options; " 337 retrycnt = nfs_def_retry; 342 * NetBSD doesn't have -o retrycnt=... option which is available 344 * (or add -o retrycnt=... to mount_nfs(8)). 346 if (retrycnt) { [all...] |
/src/bin/csh/ |
file.c | 167 size_t bufidx, i, len_str, nbuf, nsv, onsv, retrycnt; local in function:pushback 182 for (retrycnt = 5; ; retrycnt--) { 191 if (retrycnt == 0)
|
/src/sys/dev/ic/ |
rt2661.c | 913 int qid, retrycnt, s; local in function:rt2661_tx_intr 936 retrycnt = RT2661_TX_RETRYCNT(val); 939 "%d retries\n", retrycnt)); 941 if (retrycnt > 0)
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_post.c | 1902 u32 data, data2, pass, retrycnt; local in function:ddr4_init_2500 1939 for (retrycnt = 0; retrycnt < 4 && pass == 0; retrycnt++) { 1970 for (retrycnt = 0; retrycnt < 4 && pass == 0; retrycnt++) {
|
/src/sys/fs/nfs/server/ |
nfs_nfsdstate.c | 4814 int gotlock, error, lktype = 0, retrycnt, zapped_clp; local in function:nfsrv_delegconflict 4894 retrycnt = 0; 4898 retrycnt++; 4900 error == NFSERR_BADHANDLE) && retrycnt < NFSV4_CBRETRYCNT);
|
/src/sys/fs/nfs/client/ |
nfs_clrpcops.c | 270 int ret, newone, error, expireret = 0, retrycnt; local in function:nfsrpc_open 284 retrycnt = 0; 362 retrycnt++; 368 expireret == 0 && clidrev != 0 && retrycnt < 4)); 369 if (error && retrycnt >= 4) 1072 int error, expireret = 0, openerr, retrycnt; local in function:nfsrpc_setattr 1085 retrycnt = 0; 1132 retrycnt++; 1136 (error == NFSERR_OLDSTATEID && retrycnt < 20) || 1138 expireret == 0 && clidrev != 0 && retrycnt < 4)) 1350 int error, expireret = 0, retrycnt; local in function:nfsrpc_read 1502 int error, expireret = 0, retrycnt, nostateid; local in function:nfsrpc_write 1844 int error = 0, newone, expireret = 0, retrycnt, unlocked; local in function:nfsrpc_create 3678 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally; local in function:nfsrpc_advlock [all...] |