Searched refs:munlock_args (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/sys/vm/ |
| D | vm_mmap.c | 1191 struct munlock_args { struct 1199 struct munlock_args *uap; argument
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 170 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 150 …
|
| D | linux_systrace_args.c | 1241 struct munlock_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/i386/linux/ |
| D | linux_sysent.c | 171 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 151 …
|
| D | linux_systrace_args.c | 1066 struct munlock_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux32_sysent.c | 172 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 151 …
|
| D | linux32_systrace_args.c | 1028 struct munlock_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 253 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 204 …
|
| D | freebsd32_systrace_args.c | 1015 struct munlock_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/kern/ |
| D | init_sysent.c | 240 …{ AS(munlock_args), (sy_call_t *)sys_munlock, AUE_MUNLOCK, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STAT…
|
| D | systrace_args.c | 1108 struct munlock_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/sys/ |
| D | sysproto.h | 634 struct munlock_args { struct 1970 int sys_munlock(struct thread *, struct munlock_args *);
|