Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.c193 nid.nid_usermax = DEFUSERMAX; in main()
225 nid.nid_usermax = i; in main()
289 dnsname, nid.nid_usermax, nid.nid_usertimeout); in main()
377 while (i < nid.nid_usermax && (grp = getgrent())) { in main()
400 while (i < nid.nid_usermax && (pwd = getpwent())) { in main()
/freebsd/sys/fs/nfs/
H A Dnfs.h242 int nid_usermax; /* Upper bound on user name cache */ member
254 int nid_usermax; /* Upper bound on user name cache */ member
H A Dnfs_commonport.c462 nid.nid_usermax = onid.nid_usermax; in nfssvc_call()
H A Dnfs_commonsubs.c4027 NFSD_VNET(nfsrv_usermax) = nidp->nid_usermax; in nfssvc_idname()