Searched refs:linux_mmap (Results 1 – 8 of 8) sorted by relevance
| /src/sys/modules/linux_common/ |
| H A D | Makefile | 7 SRCS= linux_common.c linux_mib.c linux_mmap.c linux_util.c linux_emul.c \
|
| /src/sys/modules/linux/ |
| H A D | Makefile | 68 linux_mmap.c \
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 310 linux_mmap(struct thread *td, struct linux_mmap_args *args) in linux_mmap() function
|
| H A D | linux32_sysent.c | 108 …{ .sy_narg = AS(linux_mmap_args), .sy_call = (sy_call_t *)linux_mmap, .sy_auevent = AUE_MMAP, .sy_…
|
| H A D | linux32_proto.h | 1808 int linux_mmap(struct thread *, struct linux_mmap_args *);
|
| /src/sys/i386/linux/ |
| H A D | linux_machdep.c | 312 linux_mmap(struct thread *td, struct linux_mmap_args *args) in linux_mmap() function
|
| H A D | linux_sysent.c | 107 …{ .sy_narg = AS(linux_mmap_args), .sy_call = (sy_call_t *)linux_mmap, .sy_auevent = AUE_MMAP, .sy_…
|
| H A D | linux_proto.h | 1800 int linux_mmap(struct thread *, struct linux_mmap_args *);
|