Searched refs:kern_setgroups (Results 1 – 3 of 3) sorted by relevance
241 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
813 error = kern_setgroups(td, gidsetsize, groups); in sys_setgroups()821 kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups) in kern_setgroups() function
699 error = kern_setgroups(td, uap->gidsetsize, gp); in ibcs2_setgroups()