Home
last modified time | relevance | path

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

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