Home
last modified time | relevance | path

Searched refs:sys_mprotect_args (Results 1 – 18 of 18) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/osf1/
H A Dosf1_mmap.c206 struct sys_mprotect_args a; in osf1_sys_mprotect()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ultrix/
H A Dultrix_syscallargs.h163 struct sys_mprotect_args;
536 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
H A Dultrix_sysent.c312 ns(struct sys_mprotect_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos/
H A Dsunos_syscallargs.h185 struct sys_mprotect_args;
564 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
H A Dsunos_sysent.c327 ns(struct sys_mprotect_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ibcs2/
H A Dibcs2_syscallargs.h386 struct sys_mprotect_args;
680 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
H A Dibcs2_sysent.c511 ns(struct sys_mprotect_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h175 struct sys_mprotect_args;
750 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
H A Dfreebsd_sysent.c365 ns(struct sys_mprotect_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/svr4/
H A Dsvr4_syscallargs.h370 struct sys_mprotect_args;
886 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
H A Dsvr4_sysent.c522 ns(struct sys_mprotect_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h203 struct sys_mprotect_args;
835 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
H A Daoutm68k_sysent.c448 ns(struct sys_mprotect_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/uvm/
H A Duvm_mmap.c600 sys_mprotect(struct lwp *l, const struct sys_mprotect_args *uap, in sys_mprotect()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsyscallargs.h469 struct sys_mprotect_args { struct
3308 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dinit_sysent.c447 ns(struct sys_mprotect_args),
H A Dsystrace_args.c568 struct sys_mprotect_args *p = params; in systrace_args()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c767 struct sys_mprotect_args ua; in netbsd32_mprotect()