Home
last modified time | relevance | path

Searched refs:kern_setgroups (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsyscallsubr.h274 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
/f-stack/freebsd/kern/
H A Dkern_prot.c818 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