Home
last modified time | relevance | path

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

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