Symbol: sys_getgroups
sys/compat/aoutm68k/aoutm68k_syscallargs.h
851
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
470
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/freebsd/freebsd_syscallargs.h
754
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
387
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1437
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
732
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/alpha/linux_syscallargs.h
1545
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
347
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/amd64/linux_syscallargs.h
1583
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
611
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/arm/linux_syscallargs.h
1749
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
910
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/i386/linux_syscallargs.h
1769
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
917
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/m68k/linux_syscallargs.h
1742
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
932
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/mips/linux_syscallargs.h
1581
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
367
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1470
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
365
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/netbsd32/netbsd32_netbsd.c
767
return sys_getgroups(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
570
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
348
.sy_call = (sy_call_t *)sys_getgroups
sys/compat/ultrix/ultrix_syscallargs.h
539
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
333
.sy_call = (sy_call_t *)sys_getgroups
sys/kern/init_sysent.c
496
.sy_call = (sy_call_t *)sys_getgroups
sys/rump/librump/rumpkern/rumpkern_syscalls.c
27
extern sy_call_t sys_getgroups;
sys/rump/librump/rumpkern/rumpkern_syscalls.c
97
{ 79, sys_getgroups },
sys/sys/syscallargs.h
3571
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/sys/syscallargs.h
489
check_syscall_args(sys_getgroups)