Searched refs:NGRPS (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dauth_unix.h54 #define NGRPS 16 macro
/freebsd-11-stable/sys/rpc/
H A Dauthunix_prot.c58 #define NGRPS 16 macro
105 if (ngroups > NGRPS)
106 ngroups = NGRPS;
H A Dsvc_auth_unix.c58 #define NGRPS 16 macro
92 if (gid_len > NGRPS) {
/freebsd-11-stable/lib/libc/rpc/
H A Dauthunix_prot.c72 &(p->aup_len), NGRPS, sizeof(u_int), (xdrproc_t)xdr_u_int) ) {
H A Dsvc_auth_unix.c68 u_int area_gids[NGRPS];
98 if (gid_len > NGRPS) {
H A Dnetnamer.c97 for (gidlen = 0; gidlen < NGRPS; gidlen++) {
148 _getgroups(char *uname, gid_t groups[NGRPS])
160 if (ngroups == NGRPS) {
H A Dauth_unix.c202 if (ngids > NGRPS)
203 ngids = NGRPS;
H A Dsvc_auth_des.c448 gid_t groups[NGRPS]; /* cached groups */
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c240 if (ngroups > NGRPS)
241 ngroups = NGRPS;
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c130 gid_t cl_gid_storage[NGRPS];
581 int len = NGRPS;

Completed in 144 milliseconds