Symbol: linux_sys_setresuid
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1415
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
690
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/aarch64/linux_sysent.c
685
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/alpha/linux_syscallargs.h
1775
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
701
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/alpha/linux_sysent.c
1370
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/amd64/linux_syscallargs.h
1587
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
488
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/amd64/linux_sysent.c
620
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/arm/linux_syscallargs.h
1755
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
741
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/arm/linux_sysent.c
923
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/i386/linux_syscallargs.h
1775
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
764
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/i386/linux_sysent.c
930
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/m68k/linux_syscallargs.h
1748
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
740
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/m68k/linux_sysent.c
945
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/mips/linux_syscallargs.h
1747
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
680
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/mips/linux_sysent.c
820
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1607
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
557
check_syscall_args(linux_sys_setresuid)
sys/compat/linux/arch/powerpc/linux_sysent.c
733
.sy_call = (sy_call_t *)linux_sys_setresuid
sys/compat/linux/common/linux_uid16.c
150
return linux_sys_setresuid(l, &lsa, retval);
sys/compat/linux32/common/linux32_unistd.c
632
return linux_sys_setresuid(l, &ua, retval);