Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h750 int freebsd32_sigwaitinfo(struct thread *, struct freebsd32_sigwaitinfo_args *);
H A Dfreebsd32_sysent.c410 …{ .sy_narg = AS(freebsd32_sigwaitinfo_args), .sy_call = (sy_call_t *)freebsd32_sigwaitinfo, .sy_au…
H A Dfreebsd32_misc.c3358 freebsd32_sigwaitinfo(struct thread *td, struct freebsd32_sigwaitinfo_args *uap) in freebsd32_sigwaitinfo() function