Home
last modified time | relevance | path

Searched refs:sys_sigreturn (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/arm/
H A Dexec_machdep.c375 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c318 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c226 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
333 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c336 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
365 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c681 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd/sys/i386/i386/
H A Dexec_machdep.c753 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd/sys/kern/
H A Dinit_sysent.c486 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
/freebsd/sys/sys/
H A Dsysproto.h2154 int sys_sigreturn(struct thread *, struct sigreturn_args *);