Home
last modified time | relevance | path

Searched refs:NGRPS (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c64 &(p->aup_len), NGRPS, sizeof (int), in xdr_authunix_parms()
129 if (len > NGRPS) in xdr_authkern()
130 len = NGRPS; in xdr_authkern()
138 xdr_array(xdrs, &groups, &len, NGRPS, sizeof (gid_t), xdr_gid_t)) in xdr_authkern()
H A Dauth_kern.c152 CTASSERT((NFIELDS + NGRPS) * BYTES_PER_XDR_UNIT + in authkern_marshal()
156 if (gidlen > NGRPS) in authkern_marshal()
157 gidlen = NGRPS; in authkern_marshal()
H A Dsvc_authu.c79 gid_t area_gids[NGRPS]; in _svcauth_unix()
109 if (gid_len > NGRPS) in _svcauth_unix()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c188 if (len > NGRPS) in authsys_create_default()
189 len = NGRPS; in authsys_create_default()
226 if (len > NGRPS) in authsys_create_ruid()
227 len = NGRPS; in authsys_create_ruid()
H A Dsvc_auth_sys.c62 gid_t area_gids[NGRPS];
102 if (gid_len > NGRPS) in __svcauth_sys()
H A Dauthsys_prot.c61 &(p->aup_len), NGRPS, (uint_t)sizeof (gid_t), in xdr_authsys_parms()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h67 #define NGRPS 16 macro
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c290 &(p->aup_len), NGRPS, sizeof (int), xdr_int)) { in xdr_authunix_parms()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2456 if (flavor == AUTH_SYS && clnt_ngids == NGRPS && ngroups_max > NGRPS) in check_client_old()
2815 if (flavor == AUTH_SYS && clnt_ngids == NGRPS && ngroups_max > NGRPS) in check_client_new()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c594 gid_t glist[NGRPS]; in __dh_pname_to_uid()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c1354 if ((perm & (M_ROOT | M_NONE | M_MAP)) == 0 && (ngroups_max <= NGRPS || in nfsauth_access()
1355 flavor != AUTH_SYS || crgetngroups(cr) < NGRPS)) { in nfsauth_access()