Home
last modified time | relevance | path

Searched refs:NFS_RETRANS (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/nfs/
Dnfs.h54 #define NFS_RETRANS 10 /* Num of retrans for soft mounts */ macro
Dnfs_vfsops.c689 nmp->nm_retry = NFS_RETRANS;
/mirbsd/src/sbin/mount_nfs/
Dmount_nfs.c138 NFS_RETRANS,
/mirbsd/src/sbin/mount/
Dmount.c525 if (verbose || nfs_args->retrans != NFS_RETRANS) in prmount()