Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h300 struct freebsd32_sigwaitinfo_args { struct
755 int freebsd32_sigwaitinfo(struct thread *, struct freebsd32_sigwaitinfo_args *);
H A Dfreebsd32_sysent.c416 …{ .sy_narg = AS(freebsd32_sigwaitinfo_args), .sy_call = (sy_call_t *)freebsd32_sigwaitinfo, .sy_au…
H A Dfreebsd32_misc.c3361 freebsd32_sigwaitinfo(struct thread *td, struct freebsd32_sigwaitinfo_args *uap) in freebsd32_sigwaitinfo()
H A Dfreebsd32_systrace_args.c1594 struct freebsd32_sigwaitinfo_args *p = params; in systrace_args()