Home
last modified time | relevance | path

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

/freebsd/sys/amd64/linux32/
H A Dlinux32_proto.h1593 struct linux_ppoll_time64_args { struct
2077 int linux_ppoll_time64(struct thread *, struct linux_ppoll_time64_args *);
H A Dlinux32_sysent.c432 …{ .sy_narg = AS(linux_ppoll_time64_args), .sy_call = (sy_call_t *)linux_ppoll_time64, .sy_auevent …
H A Dlinux32_systrace_args.c3083 struct linux_ppoll_time64_args *p = params; in systrace_args()
/freebsd/sys/i386/linux/
H A Dlinux_proto.h1587 struct linux_ppoll_time64_args { struct
2073 int linux_ppoll_time64(struct thread *, struct linux_ppoll_time64_args *);
H A Dlinux_sysent.c431 …{ .sy_narg = AS(linux_ppoll_time64_args), .sy_call = (sy_call_t *)linux_ppoll_time64, .sy_auevent …
H A Dlinux_systrace_args.c3114 struct linux_ppoll_time64_args *p = params; in systrace_args()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2255 linux_ppoll_time64(struct thread *td, struct linux_ppoll_time64_args *args) in linux_ppoll_time64()