Home
last modified time | relevance | path

Searched refs:freebsd32_ppoll_args (Results 1 – 4 of 4) sorted by relevance

/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h602 struct freebsd32_ppoll_args { struct
810 int freebsd32_ppoll(struct thread *, struct freebsd32_ppoll_args *);
H A Dfreebsd32_sysent.c615 …{ .sy_narg = AS(freebsd32_ppoll_args), .sy_call = (sy_call_t *)freebsd32_ppoll, .sy_auevent = AUE_…
H A Dfreebsd32_systrace_args.c2960 struct freebsd32_ppoll_args *p = params; in systrace_args()
H A Dfreebsd32_misc.c4018 freebsd32_ppoll(struct thread *td, struct freebsd32_ppoll_args *uap) in freebsd32_ppoll()