Searched refs:CRED_SMALLGROUPS_NB (Results 1 – 2 of 2) sorted by relevance
53 #define CRED_SMALLGROUPS_NB 16 macro100 gid_t cr_smallgroups[CRED_SMALLGROUPS_NB];
528 *groups = wcred->sc_supp_groups_nb < CRED_SMALLGROUPS_NB ? in kern_setcred_copyin_supp_groups()555 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in user_setcred()671 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in kern_setcred()690 groups = wcred->sc_supp_groups_nb < CRED_SMALLGROUPS_NB ? in kern_setcred()1195 gid_t smallgroups[CRED_SMALLGROUPS_NB]; in sys_setgroups()1212 if (gidsetsize > CRED_SMALLGROUPS_NB) in sys_setgroups()