Home
last modified time | relevance | path

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

/freebsd-12.1/sys/mips/mips/
H A Dpm_machdep.c193 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_sysent.c122 …{ AS(sigreturn_args), (sy_call_t *)sys_sigreturn, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 103…
/freebsd-12.1/sys/powerpc/powerpc/
H A Dexec_machdep.c306 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
335 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd-12.1/sys/riscv/riscv/
H A Dmachdep.c516 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd-12.1/sys/sparc64/sparc64/
H A Dmachdep.c712 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd-12.1/sys/arm64/arm64/
H A Dmachdep.c576 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/freebsd-12.1/sys/arm/arm/
H A Dmachdep.c707 sys_sigreturn(td, uap) in sys_sigreturn() function
/freebsd-12.1/sys/amd64/amd64/
H A Dmachdep.c477 sys_sigreturn(td, uap) in sys_sigreturn() function
586 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c469 …{ AS(sigreturn_args), (sy_call_t *)sys_sigreturn, AUE_SIGRETURN, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
/freebsd-12.1/sys/i386/i386/
H A Dmachdep.c975 sys_sigreturn(td, uap) in sys_sigreturn() function
/freebsd-12.1/sys/sys/
H A Dsysproto.h2042 int sys_sigreturn(struct thread *, struct sigreturn_args *);