Home
last modified time | relevance | path

Searched refs:ibcs2_setgroups (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_xenix.h108 int ibcs2_setgroups(struct thread *, struct ibcs2_setgroups_args *);
H A Dsyscalls.xenix61 44 AUE_SETGROUPS STD { int ibcs2_setgroups(int gidsetsize, \
H A Dibcs2_xenix_sysent.c64 …{ AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups, AUE_SETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
H A Dibcs2_misc.c676 ibcs2_setgroups(struct thread *td, struct ibcs2_setgroups_args *uap) in ibcs2_setgroups() function