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

/freebsd-11.0-release/usr.sbin/nfsuserd/
H A Dnfsuserd.c147 nid.nid_usermax = DEFUSERMAX;
179 nid.nid_usermax = i;
243 dnsname, nid.nid_usermax, nid.nid_usertimeout);
321 while (i < nid.nid_usermax && (grp = getgrent())) {
343 while (i < nid.nid_usermax && (pwd = getpwent())) {
348 * for nid_usermax at 10000. If nid_usermax is cranked up to
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_commonport.c462 nid.nid_usermax = onid.nid_usermax;
H A Dnfs.h197 int nid_usermax; /* Upper bound on user name cache */ member in struct:nfsd_idargs
209 int nid_usermax; /* Upper bound on user name cache */ member in struct:nfsd_oidargs
H A Dnfs_commonsubs.c3269 nfsrv_usermax = nidp->nid_usermax;

Completed in 110 milliseconds