| /src/sys/rump/librump/rumpkern/ |
| rumpkern_syscalls.c | 28 extern sy_call_t sys_setgroups; 98 { 80, sys_setgroups },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 572 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| sunos_sysent.c | 353 .sy_call = (sy_call_t *)sys_setgroups
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 541 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| ultrix_sysent.c | 338 .sy_call = (sy_call_t *)sys_setgroups
|
| /src/sys/kern/ |
| kern_prot.c | 564 sys_setgroups(struct lwp *l, const struct sys_setgroups_args *uap, register_t *retval) function
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 853 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| aoutm68k_sysent.c | 475 .sy_call = (sy_call_t *)sys_setgroups
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 756 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| freebsd_sysent.c | 392 .sy_call = (sy_call_t *)sys_setgroups
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1439 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| linux_sysent.c | 737 .sy_call = (sy_call_t *)sys_setgroups
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 616 .sy_call = (sy_call_t *)sys_setgroups
|
| linux_syscallargs.h | 1585 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 915 .sy_call = (sy_call_t *)sys_setgroups
|
| linux_syscallargs.h | 1751 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 922 .sy_call = (sy_call_t *)sys_setgroups
|
| linux_syscallargs.h | 1771 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 937 .sy_call = (sy_call_t *)sys_setgroups
|
| linux_syscallargs.h | 1744 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 372 .sy_call = (sy_call_t *)sys_setgroups
|
| linux_syscallargs.h | 1583 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 370 .sy_call = (sy_call_t *)sys_setgroups
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1547 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
|
| linux_sysent.c | 352 .sy_call = (sy_call_t *)sys_setgroups
|