Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/linux/
H A Dlinux_proto.h1584 struct linux_ppoll_time64_args { struct
2070 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.c3104 struct linux_ppoll_time64_args *p = params; in systrace_args()
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_proto.h1590 struct linux_ppoll_time64_args { struct
2074 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.c3073 struct linux_ppoll_time64_args *p = params; in systrace_args()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c2253 linux_ppoll_time64(struct thread *td, struct linux_ppoll_time64_args *args) in linux_ppoll_time64()