Searched refs:kern_setgroups (Results 1 – 2 of 2) sorted by relevance
274 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
818 error = kern_setgroups(td, gidsetsize, groups); in sys_setgroups()826 kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups) in kern_setgroups() function