Searched refs:kern_setgroups (Results 1 – 2 of 2) sorted by relevance
326 int kern_setgroups(struct thread *td, int *ngrpp, gid_t *groups);
1219 error = kern_setgroups(td, &gidsetsize, groups); in sys_setgroups()1231 kern_setgroups(struct thread *td, int *ngrpp, gid_t *groups) in kern_setgroups() function