Searched refs:linux_mremap (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 233 …{ .sy_narg = AS(linux_mremap_args), .sy_call = (sy_call_t *)linux_mremap, .sy_auevent = AUE_NULL, …
|
H A D | linux_proto.h | 1423 int linux_mremap(struct thread *, struct linux_mremap_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 302 linux_mremap(struct thread *td, struct linux_mremap_args *args) in linux_mremap() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 180 …{ .sy_narg = AS(linux_mremap_args), .sy_call = (sy_call_t *)linux_mremap, .sy_auevent = AUE_NULL, …
|
H A D | linux_proto.h | 1854 int linux_mremap(struct thread *, struct linux_mremap_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 42 …{ .sy_narg = AS(linux_mremap_args), .sy_call = (sy_call_t *)linux_mremap, .sy_auevent = AUE_NULL, …
|
H A D | linux_proto.h | 1463 int linux_mremap(struct thread *, struct linux_mremap_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 181 …{ .sy_narg = AS(linux_mremap_args), .sy_call = (sy_call_t *)linux_mremap, .sy_auevent = AUE_NULL, …
|
H A D | linux32_proto.h | 1860 int linux_mremap(struct thread *, struct linux_mremap_args *);
|