Searched refs:sys_munlockall (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_mmap.c | 1197 sys_munlockall(struct thread *td, struct munlockall_args *uap) in sys_munlockall() function
|
| /f-stack/freebsd/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 = …
|
| /f-stack/freebsd/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 = …
|
| /f-stack/freebsd/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 = …
|
| /f-stack/freebsd/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 = …
|
| /f-stack/freebsd/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 = …
|
| /f-stack/freebsd/kern/ |
| H A D | init_sysent.c | 383 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_munlockall, .sy_auevent = AUE_MUNLOCKALL, .sy_flags = …
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 2029 int sys_munlockall(struct thread *, struct munlockall_args *);
|