Home
last modified time | relevance | path

Searched refs:freebsd32_mprotect_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h75 struct freebsd32_mprotect_args { struct
709 int freebsd32_mprotect(struct thread *, struct freebsd32_mprotect_args *);
H A Dfreebsd32_sysent.c144 …{ .sy_narg = AS(freebsd32_mprotect_args), .sy_call = (sy_call_t *)freebsd32_mprotect, .sy_auevent …
H A Dfreebsd32_misc.c519 freebsd32_mprotect(struct thread *td, struct freebsd32_mprotect_args *uap) in freebsd32_mprotect()
H A Dfreebsd32_systrace_args.c435 struct freebsd32_mprotect_args *p = params; in systrace_args()