Home
last modified time | relevance | path

Searched refs:freebsd32_ppoll (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h798 int freebsd32_ppoll(struct thread *, struct freebsd32_ppoll_args *);
H A Dfreebsd32_sysent.c609 …{ .sy_narg = AS(freebsd32_ppoll_args), .sy_call = (sy_call_t *)freebsd32_ppoll, .sy_auevent = AUE_…
H A Dfreebsd32_misc.c3972 freebsd32_ppoll(struct thread *td, struct freebsd32_ppoll_args *uap) in freebsd32_ppoll() function