Home
last modified time | relevance | path

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

/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h709 int freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
H A Dfreebsd32_sysent.c77 …{ .sy_narg = AS(freebsd32_wait4_args), .sy_call = (sy_call_t *)freebsd32_wait4, .sy_auevent = AUE_…
H A Dfreebsd32_misc.c226 freebsd32_wait4(struct thread *td, struct freebsd32_wait4_args *uap) in freebsd32_wait4() function