Home
last modified time | relevance | path

Searched refs:netbsd32_mprotect_args (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h196 struct netbsd32_mprotect_args;
571 int netbsd32_mprotect(struct lwp *, const struct netbsd32_mprotect_args *, register_t *);
H A Dsunos32_sysent.c298 ns(struct netbsd32_mprotect_args),
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c428 ns(struct netbsd32_mprotect_args),
H A Dnetbsd32_syscallargs.h399 struct netbsd32_mprotect_args { struct
2979 int netbsd32_mprotect(struct lwp *, const struct netbsd32_mprotect_args *, register_t *);
H A Dnetbsd32_netbsd.c703 netbsd32_mprotect(struct lwp *l, const struct netbsd32_mprotect_args *uap, register_t *retval) in netbsd32_mprotect()
H A Dnetbsd32_systrace_args.c554 const struct netbsd32_mprotect_args *p = params; in systrace_args()