Home
last modified time | relevance | path

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

/src/sys/arm64/arm64/
H A Dfreebsd32_machdep.c466 ofreebsd32_sigreturn(struct thread *td, struct ofreebsd32_sigreturn_args *uap) in ofreebsd32_sigreturn()
/src/sys/amd64/ia32/
H A Dia32_signal.c705 ofreebsd32_sigreturn(struct thread *td, struct ofreebsd32_sigreturn_args *uap) in ofreebsd32_sigreturn()
/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h861 struct ofreebsd32_sigreturn_args { struct
906 int ofreebsd32_sigreturn(struct thread *, struct ofreebsd32_sigreturn_args *);
H A Dfreebsd32_sysent.c173 …{ compat(AS(ofreebsd32_sigreturn_args),freebsd32_sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flag…