Home
last modified time | relevance | path

Searched refs:sigreturn_args (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/arm/arm/
H A Dexec_machdep.c367 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-13.1/sys/riscv/riscv/
H A Dexec_machdep.c330 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-13.1/sys/amd64/amd64/
H A Dexec_machdep.c230 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
337 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd-13.1/sys/powerpc/powerpc/
H A Dexec_machdep.c320 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
356 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd-13.1/sys/mips/mips/
H A Dpm_machdep.c191 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-13.1/sys/arm64/arm64/
H A Dexec_machdep.c542 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-13.1/sys/i386/i386/
H A Dexec_machdep.c751 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-13.1/sys/sys/
H A Dsysproto.h1128 struct sigreturn_args { struct
2106 int sys_sigreturn(struct thread *, struct sigreturn_args *);
/freebsd-13.1/sys/kern/
H A Dinit_sysent.c475 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
H A Dsystrace_args.c2104 struct sigreturn_args *p = params; in systrace_args()