Searched refs:linux_llseek (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 372 linux_llseek(struct thread *td, struct linux_llseek_args *args) in linux_llseek() function
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 160 …{ .sy_narg = AS(linux_llseek_args), .sy_call = (sy_call_t *)linux_llseek, .sy_auevent = AUE_LSEEK,…
|
| H A D | linux32_proto.h | 1743 int linux_llseek(struct thread *, struct linux_llseek_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 160 …{ .sy_narg = AS(linux_llseek_args), .sy_call = (sy_call_t *)linux_llseek, .sy_auevent = AUE_LSEEK,…
|
| H A D | linux_proto.h | 1738 int linux_llseek(struct thread *, struct linux_llseek_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 160 …{ .sy_narg = AS(linux_llseek_args), .sy_call = (sy_call_t *)linux_llseek, .sy_auevent = AUE_LSEEK,…
|
| H A D | linux_proto.h | 1313 int linux_llseek(struct thread *, struct linux_llseek_args *);
|