| /src/sys/rump/librump/rumpkern/ |
| rumpkern_syscalls.c | 36 extern sy_call_t sys_setreuid; 106 { 126, sys_setreuid },
|
| /src/sys/compat/linux32/common/ |
| linux32_uid16.c | 158 return sys_setreuid(l, &bsa, retval);
|
| /src/sys/compat/linux/common/ |
| linux_uid16.c | 118 return sys_setreuid(l, &bsa, retval);
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 650 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| sunos_sysent.c | 552 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 623 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| ultrix_sysent.c | 541 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/kern/ |
| kern_prot.c | 466 sys_setreuid(struct lwp *l, const struct sys_setreuid_args *uap, register_t *retval) function in typeref:typename:int
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 968 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| aoutm68k_sysent.c | 763 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 843 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| freebsd_sysent.c | 600 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 906 .sy_call = (sy_call_t *)sys_setreuid
|
| linux_syscallargs.h | 1758 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 921 .sy_call = (sy_call_t *)sys_setreuid
|
| linux_syscallargs.h | 1731 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 318 .sy_call = (sy_call_t *)sys_setreuid
|
| linux_syscallargs.h | 1556 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 316 .sy_call = (sy_call_t *)sys_setreuid
|
| linux_syscallargs.h | 1445 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1406 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
|
| linux_sysent.c | 677 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 602 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 899 .sy_call = (sy_call_t *)sys_setreuid
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 1009 return sys_setreuid(l, &ua, retval);
|