Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c191 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/f-stack/freebsd/arm/arm/
H A Dmachdep.c636 sys_sigreturn(td, uap) in sys_sigreturn() function
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c780 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c471 sys_sigreturn(td, uap) in sys_sigreturn() function
580 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c962 sys_sigreturn(td, uap) in sys_sigreturn() function
/f-stack/freebsd/kern/
H A Dinit_sysent.c475 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
/f-stack/freebsd/sys/
H A Dsysproto.h2099 int sys_sigreturn(struct thread *, struct sigreturn_args *);