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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c233 linux_llseek(struct thread *td, struct linux_llseek_args *args)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c161 { AS(linux_llseek_args), (sy_call_t *)linux_llseek, AUE_LSEEK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 140 = linux_llseek */
H A Dlinux32_proto.h431 struct linux_llseek_args { struct
1612 int linux_llseek(struct thread *, struct linux_llseek_args *);
H A Dlinux32_systrace_args.c923 struct linux_llseek_args *p = params;
/freebsd-11-stable/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 }, /* 140 = linux_llseek */
H A Dlinux_proto.h439 struct linux_llseek_args { struct
1632 int linux_llseek(struct thread *, struct linux_llseek_args *);
H A Dlinux_systrace_args.c961 struct linux_llseek_args *p = params;

Completed in 250 milliseconds