Symbol: sys_setgroups
sys/compat/aoutm68k/aoutm68k_syscallargs.h
853
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
475
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/freebsd/freebsd_syscallargs.h
756
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
392
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1439
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
737
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/alpha/linux_syscallargs.h
1547
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
352
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/amd64/linux_syscallargs.h
1585
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
616
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/arm/linux_syscallargs.h
1751
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
915
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/i386/linux_syscallargs.h
1771
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
922
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/m68k/linux_syscallargs.h
1744
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
937
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/mips/linux_syscallargs.h
1583
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
372
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1472
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
370
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/netbsd32/netbsd32_netbsd.c
782
return sys_setgroups(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
572
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
353
.sy_call = (sy_call_t *)sys_setgroups
sys/compat/ultrix/ultrix_syscallargs.h
541
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
338
.sy_call = (sy_call_t *)sys_setgroups
sys/kern/init_sysent.c
501
.sy_call = (sy_call_t *)sys_setgroups
sys/rump/librump/rumpkern/rumpkern_syscalls.c
28
extern sy_call_t sys_setgroups;
sys/rump/librump/rumpkern/rumpkern_syscalls.c
98
{ 80, sys_setgroups },
sys/sys/syscallargs.h
3573
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/sys/syscallargs.h
495
check_syscall_args(sys_setgroups)