Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_prot.c539 const u_int flags, gid_t *const smallgroups) in user_setcred_copyin_supp_groups() argument
559 smallgroups : malloc(wcred->sc_supp_groups_nb * sizeof(gid_t), in user_setcred_copyin_supp_groups()
590 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in user_setcred() local
614 error = user_setcred_copyin_supp_groups(wcred, flags, smallgroups); in user_setcred()
635 if (wcred->sc_supp_groups != smallgroups) in user_setcred()
1203 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in freebsd14_setgroups() local
1220 groups = smallgroups; in freebsd14_setgroups()
1231 if (groups != smallgroups) in freebsd14_setgroups()
1247 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in sys_setgroups() local
1267 groups = smallgroups; in sys_setgroups()
[all …]