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