Symbol: sys_setreuid
sys/compat/aoutm68k/aoutm68k_syscallargs.h
968
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
763
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/freebsd/freebsd_syscallargs.h
843
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
600
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1411
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
677
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/alpha/linux_syscallargs.h
1615
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
549
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/amd64/linux_syscallargs.h
1579
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
602
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/arm/linux_syscallargs.h
1745
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
901
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/i386/linux_syscallargs.h
1765
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
908
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/m68k/linux_syscallargs.h
1738
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
923
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/mips/linux_syscallargs.h
1561
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
318
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1450
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
316
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/linux/common/linux_uid16.c
118
return sys_setreuid(l, &bsa, retval);
sys/compat/linux32/common/linux32_uid16.c
158
return sys_setreuid(l, &bsa, retval);
sys/compat/netbsd32/netbsd32_netbsd.c
1009
return sys_setreuid(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
650
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
552
.sy_call = (sy_call_t *)sys_setreuid
sys/compat/ultrix/ultrix_syscallargs.h
623
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
541
.sy_call = (sy_call_t *)sys_setreuid
sys/kern/init_sysent.c
704
.sy_call = (sy_call_t *)sys_setreuid
sys/rump/librump/rumpkern/rumpkern_syscalls.c
106
{ 126, sys_setreuid },
sys/rump/librump/rumpkern/rumpkern_syscalls.c
36
extern sy_call_t sys_setreuid;
sys/sys/syscallargs.h
3657
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/sys/syscallargs.h
800
check_syscall_args(sys_setreuid)