Symbol: linux_sys_mprotect
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1049
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1574
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
1086
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/alpha/linux_syscallargs.h
1541
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
183
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/alpha/linux_sysent.c
328
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/amd64/linux_syscallargs.h
1365
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
79
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/amd64/linux_sysent.c
96
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/arm/linux_syscallargs.h
1632
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
450
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/arm/linux_sysent.c
576
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/i386/linux_syscallargs.h
1650
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
474
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/i386/linux_sysent.c
581
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/m68k/linux_syscallargs.h
1623
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
455
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/m68k/linux_sysent.c
598
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/mips/linux_syscallargs.h
1651
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
413
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/mips/linux_sysent.c
564
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1547
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
425
check_syscall_args(linux_sys_mprotect)
sys/compat/linux/arch/powerpc/linux_sysent.c
573
.sy_call = (sy_call_t *)linux_sys_mprotect
sys/compat/linux32/common/linux32_mman.c
100
return (linux_sys_mprotect(l, &ua, retval));