Home
last modified time | relevance | path

Searched refs:nid_usermax (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsid.h43 int nid_usermax; /* Upper bound on user name cache */ member
H A Dnfs_commonport.c457 nid.nid_usermax = onid.nid_usermax; in nfssvc_call()
H A Dnfs.h242 int nid_usermax; /* Upper bound on user name cache */ member
H A Dnfs_commonsubs.c4437 VNET(nfsrv_usermax) = nidp->nid_usermax; in nfssvc_idname()
/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.c194 nid.nid_usermax = DEFUSERMAX; in main()
226 nid.nid_usermax = i; in main()
290 dnsname, nid.nid_usermax, nid.nid_usertimeout); in main()
378 while (i < nid.nid_usermax && (grp = getgrent())) { in main()
401 while (i < nid.nid_usermax && (pwd = getpwent())) { in main()
/freebsd/sys/nfs/
H A Dnfs_diskless.c325 nid.nid_usermax = 10; in nfs_setup_diskless()