Searched refs:linux_pread (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 87 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 67…
|
| H A D | linux_proto.h | 1104 int linux_pread(struct thread *, struct linux_pread_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 37 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 17…
|
| H A D | linux_proto.h | 1257 int linux_pread(struct thread *, struct linux_pread_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 200 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 18…
|
| H A D | linux32_proto.h | 1643 int linux_pread(struct thread *, struct linux_pread_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 200 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 18…
|
| H A D | linux_proto.h | 1662 int linux_pread(struct thread *, struct linux_pread_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1009 linux_pread(struct thread *td, struct linux_pread_args *uap) in linux_pread() function
|