Searched refs:linux_mincore (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/i386/linux/ |
| HD | linux_sysent.c | 238 …{ AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux_proto.h | 1686 int linux_mincore(struct thread *, struct linux_mincore_args *);
|
| /freebsd-11-stable/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 239 …{ AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux32_proto.h | 1667 int linux_mincore(struct thread *, struct linux_mincore_args *);
|
| /freebsd-11-stable/sys/amd64/linux/ |
| HD | linux_sysent.c | 47 …{ AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux_proto.h | 1263 int linux_mincore(struct thread *, struct linux_mincore_args *);
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_misc.c | 2588 linux_mincore(struct thread *td, struct linux_mincore_args *args) in linux_mincore() function
|