Searched refs:sys_munlockall (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/vm/ |
| H A D | vm_mmap.c | 1197 sys_munlockall(struct thread *td, struct munlockall_args *uap) in sys_munlockall() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 172 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 173 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 173 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 173 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 251 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/kern/ |
| H A D | init_sysent.c | 383 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 390 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 2036 int sys_munlockall(struct thread *, struct munlockall_args *);
|