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