Searched refs:kern_setgroups (Results 1 – 2 of 2) sorted by relevance
1226 error = kern_setgroups(td, &ngroups, groups + 1); in freebsd14_setgroups()1271 error = kern_setgroups(td, &gidsetsize, groups); in sys_setgroups()1283 kern_setgroups(struct thread *td, int *ngrpp, gid_t *groups) in kern_setgroups() function
329 int kern_setgroups(struct thread *td, int *ngrpp, gid_t *groups);