Home
last modified time | relevance | path

Searched refs:freebsd32_mprotect (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h709 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() function