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

/freebsd-12-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c194 nid.nid_usermax = DEFUSERMAX;
226 nid.nid_usermax = i;
290 dnsname, nid.nid_usermax, nid.nid_usertimeout);
369 while (i < nid.nid_usermax && (grp = getgrent())) {
392 while (i < nid.nid_usermax && (pwd = getpwent())) {
397 * for nid_usermax at 10000. If nid_usermax is cranked up to
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h237 int nid_usermax; /* Upper bound on user name cache */ member in struct:nfsd_idargs
249 int nid_usermax; /* Upper bound on user name cache */ member in struct:nfsd_oidargs
H A Dnfs_commonport.c480 nid.nid_usermax = onid.nid_usermax;
H A Dnfs_commonsubs.c3786 nfsrv_usermax = nidp->nid_usermax;

Completed in 117 milliseconds