/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_gem.c | 391 int trycnt = 0; local in function:validate_init 400 if (++trycnt > 100000) {
|
/src/usr.sbin/apmd/ |
apmd.c | 229 int trycnt; local in function:make_noise 234 for (trycnt = 0; trycnt < 3; trycnt++) {
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 1370 int error, trycnt, ret; local in function:mountnfs 1524 trycnt = 3; 1531 } while (error && --trycnt > 0); 1649 int error, flags = 0, i, trycnt = 0; local in function:nfs_unmount 1674 if ((mntflags & MNT_FORCE) && error != 0 && ++trycnt < 30) 1676 } while ((mntflags & MNT_FORCE) && error != 0 && trycnt < 30);
|
nfs_clstate.c | 1893 int i, igotlock = 0, error, trycnt, firstlock; local in function:nfscl_recover 1922 trycnt = 5; 1927 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0); 2210 int igotlock = 0, error, trycnt; local in function:nfscl_hasexpired 2243 trycnt = 5; 2248 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0);
|
nfs_clvnops.c | 2647 int passone = 1, trycnt = 0; local in function:ncl_flush 2968 np->n_directio_asyncwr != 0) && trycnt++ < 5) { 2974 printf("try%d\n", trycnt);
|
nfs_clrpcops.c | 652 int error, do_unlock, trycnt; local in function:nfsrpc_doclose 686 trycnt = 0; 698 error == 0 && trycnt++ < 5);
|
/src/sys/fs/nfs/common/ |
nfs_commonkrpc.c | 488 int trycnt, error = 0, usegssname = 0, secflavour = AUTH_SYS; local in function:newnfs_request 694 trycnt = 0;
|