Home
last modified time | relevance | path

Searched refs:linux_pread (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c87 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 67…
H A Dlinux_proto.h1104 int linux_pread(struct thread *, struct linux_pread_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c37 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 17…
H A Dlinux_proto.h1257 int linux_pread(struct thread *, struct linux_pread_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c200 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 18…
H A Dlinux32_proto.h1643 int linux_pread(struct thread *, struct linux_pread_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c200 …{ AS(linux_pread_args), (sy_call_t *)linux_pread, AUE_PREAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 18…
H A Dlinux_proto.h1662 int linux_pread(struct thread *, struct linux_pread_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c1009 linux_pread(struct thread *td, struct linux_pread_args *uap) in linux_pread() function