Searched refs:sys_munlock (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 249 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 229 …
|
| /freebsd-12.1/sys/vm/ |
| H A D | vm_mmap.c | 1158 sys_munlock(struct thread *td, struct munlock_args *uap) in sys_munlock() function
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 170 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 150 …
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 171 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 151 …
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 171 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 151 …
|
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 256 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STAT…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 263 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STAT…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1913 int sys_munlock(struct thread *, struct munlock_args *);
|