Home
last modified time | relevance | path

Searched refs:XU_NGROUPS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc_auth_unix.c93 if (i + 1 < XU_NGROUPS) in _svcauth_unix()
98 if (gid_len + 1 > XU_NGROUPS) in _svcauth_unix()
99 xcr->cr_ngroups = XU_NGROUPS; in _svcauth_unix()
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dt_peercred.c73 if (xucred->cr_ngroups > XU_NGROUPS) { in check_xucred()
75 xucred->cr_ngroups, XU_NGROUPS); in check_xucred()
/freebsd/sys/sys/
H A Ducred.h106 #define XU_NGROUPS 16 macro
115 gid_t cr_groups[XU_NGROUPS]; /* groups */
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h60 #define XU_NGROUPS 16 macro
/freebsd/sys/kern/
H A Dkern_prot.c2624 ngroups = MIN(cr->cr_ngroups, XU_NGROUPS); in cru2x()
H A Dvfs_mount.c1469 if (export.ex_ngroups <= XU_NGROUPS) { in vfs_domount_update()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4052 if (export.export.ex_ngroups > XU_NGROUPS || in nfssvc_srvcall()