Searched refs:sys_munlockall (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | vm_mmap.c | 1196 sys_munlockall(struct thread *td, struct munlockall_args *uap) in sys_munlockall() function
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 248 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 170 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 169 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 171 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-14.2/sys/kern/ |
| H A D | init_sysent.c | 388 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 389 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 2069 int sys_munlockall(struct thread *, struct munlockall_args *);
|