Searched refs:sys_munlock (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/vm/ |
| H A D | vm_mmap.c | 1233 sys_munlock(struct thread *td, struct munlock_args *uap) in sys_munlock() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 170 …{ .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 D | linux32_sysent.c | 171 …{ .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 D | linux_sysent.c | 171 …{ .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 D | linux_sysent.c | 171 …{ .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 D | linux_sysent.c | 249 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-13.1/sys/kern/ |
| H A D | init_sysent.c | 262 …{ .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 D | freebsd32_sysent.c | 269 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 1977 int sys_munlock(struct thread *, struct munlock_args *);
|