Home
last modified time | relevance | path

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

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_xenix.h107 int ibcs2_getgroups(struct thread *, struct ibcs2_getgroups_args *);
H A Dsyscalls.xenix59 43 AUE_GETGROUPS STD { int ibcs2_getgroups(int gidsetsize, \
H A Dibcs2_xenix_sysent.c63 …{ AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
H A Dibcs2_misc.c648 ibcs2_getgroups(struct thread *td, struct ibcs2_getgroups_args *uap) in ibcs2_getgroups() function