Home
last modified time | relevance | path

Searched refs:sys_munlock (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/vm/
H A Dvm_mmap.c1233 sys_munlock(struct thread *td, struct munlock_args *uap) in sys_munlock() function
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysent.c170 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysent.c171 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysent.c171 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/arm/linux/
H A Dlinux_sysent.c171 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysent.c249 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/kern/
H A Dinit_sysent.c262 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c269 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
/freebsd-13.1/sys/sys/
H A Dsysproto.h1977 int sys_munlock(struct thread *, struct munlock_args *);