Home
last modified time | relevance | path

Searched refs:linux_llseek_args (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c160 …{ AS(linux_llseek_args), (sy_call_t *)linux_llseek, AUE_LSEEK, NULL, 0, 0, 0, SY_THR_STATIC }, /* …
H A Dlinux32_proto.h432 struct linux_llseek_args { struct
1613 int linux_llseek(struct thread *, struct linux_llseek_args *);
H A Dlinux32_systrace_args.c923 struct linux_llseek_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c160 …{ AS(linux_llseek_args), (sy_call_t *)linux_llseek, AUE_LSEEK, NULL, 0, 0, 0, SY_THR_STATIC }, /* …
H A Dlinux_proto.h440 struct linux_llseek_args { struct
1633 int linux_llseek(struct thread *, struct linux_llseek_args *);
H A Dlinux_systrace_args.c961 struct linux_llseek_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c232 linux_llseek(struct thread *td, struct linux_llseek_args *args) in linux_llseek()