Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dsyscallsubr.h274 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
/freebsd-13.1/sys/kern/
H A Dkern_prot.c817 error = kern_setgroups(td, gidsetsize, groups); in sys_setgroups()
825 kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups) in kern_setgroups() function