Searched refs:sys_munlock (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | vm_mmap.c | 1232 sys_munlock(struct thread *td, struct munlock_args *uap) in sys_munlock() function
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 246 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 168 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 167 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 169 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-14.2/sys/kern/ |
| H A D | init_sysent.c | 267 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 268 …{ .sy_narg = AS(munlock_args), .sy_call = (sy_call_t *)sys_munlock, .sy_auevent = AUE_MUNLOCK, .sy…
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 2010 int sys_munlock(struct thread *, struct munlock_args *);
|