/src/sys/rump/librump/rumpkern/ |
rumpkern_syscalls.c | 27 extern sy_call_t sys_getgroups; 97 { 79, sys_getgroups },
|
/src/sys/compat/sunos/ |
sunos_syscallargs.h | 570 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
sunos_sysent.c | 348 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 539 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
ultrix_sysent.c | 333 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/kern/ |
kern_prot.c | 226 sys_getgroups(struct lwp *l, const struct sys_getgroups_args *uap, register_t *retval) function in typeref:typename:int
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 851 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
aoutm68k_sysent.c | 470 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 754 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
freebsd_sysent.c | 387 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1424 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
linux_sysent.c | 732 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 611 .sy_call = (sy_call_t *)sys_getgroups
|
linux_syscallargs.h | 1570 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 908 .sy_call = (sy_call_t *)sys_getgroups
|
linux_syscallargs.h | 1734 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 915 .sy_call = (sy_call_t *)sys_getgroups
|
linux_syscallargs.h | 1762 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 930 .sy_call = (sy_call_t *)sys_getgroups
|
linux_syscallargs.h | 1735 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 367 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 365 .sy_call = (sy_call_t *)sys_getgroups
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 767 return sys_getgroups(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1532 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
|
linux_sysent.c | 347 .sy_call = (sy_call_t *)sys_getgroups
|