Home
last modified time | relevance | path

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

/freebsd-head/sys/amd64/linux32/
HDlinux32_proto.h1590 struct linux_ppoll_time64_args { struct
2074 int linux_ppoll_time64(struct thread *, struct linux_ppoll_time64_args *);
HDlinux32_sysent.c432 …{ .sy_narg = AS(linux_ppoll_time64_args), .sy_call = (sy_call_t *)linux_ppoll_time64, .sy_auevent …
HDlinux32_systrace_args.c3074 struct linux_ppoll_time64_args *p = params; in systrace_args()
/freebsd-head/sys/i386/linux/
HDlinux_proto.h1584 struct linux_ppoll_time64_args { struct
2070 int linux_ppoll_time64(struct thread *, struct linux_ppoll_time64_args *);
HDlinux_sysent.c431 …{ .sy_narg = AS(linux_ppoll_time64_args), .sy_call = (sy_call_t *)linux_ppoll_time64, .sy_auevent …
HDlinux_systrace_args.c3105 struct linux_ppoll_time64_args *p = params; in systrace_args()
/freebsd-head/sys/compat/linux/
HDlinux_misc.c2279 linux_ppoll_time64(struct thread *td, struct linux_ppoll_time64_args *args) in linux_ppoll_time64()