Searched refs:smallgroups (Results 1 – 1 of 1) sorted by relevance
508 const u_int flags, gid_t *const smallgroups, gid_t **const groups) in kern_setcred_copyin_supp_groups() argument529 smallgroups : malloc((wcred->sc_supp_groups_nb + 1) * in kern_setcred_copyin_supp_groups()555 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in user_setcred() local604 error = kern_setcred_copyin_supp_groups(&wcred, flags, smallgroups, in user_setcred()631 if (groups != smallgroups) in user_setcred()671 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in kern_setcred() local691 smallgroups : in kern_setcred()846 if (groups != preallocated_groups && groups != smallgroups) in kern_setcred()1195 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in sys_setgroups() local1215 groups = smallgroups; in sys_setgroups()[all …]