Searched refs:smallgroups (Results 1 – 1 of 1) sorted by relevance
548 const u_int flags, gid_t *const smallgroups) in user_setcred_copyin_supp_groups() argument568 smallgroups : malloc(wcred->sc_supp_groups_nb * sizeof(gid_t), in user_setcred_copyin_supp_groups()599 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in user_setcred() local623 error = user_setcred_copyin_supp_groups(wcred, flags, smallgroups); in user_setcred()644 if (wcred->sc_supp_groups != smallgroups) in user_setcred()1216 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in freebsd14_setgroups() local1233 groups = smallgroups; in freebsd14_setgroups()1244 if (groups != smallgroups) in freebsd14_setgroups()1260 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in sys_setgroups() local1280 groups = smallgroups; in sys_setgroups()[all …]