Home
last modified time | relevance | path

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

/freebsd-head/sys/arm/arm/
HDexec_machdep.c375 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-head/sys/riscv/riscv/
HDexec_machdep.c318 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-head/sys/amd64/amd64/
HDexec_machdep.c226 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
333 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd-head/sys/powerpc/powerpc/
HDexec_machdep.c336 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
372 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/freebsd-head/sys/arm64/arm64/
HDexec_machdep.c640 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-head/sys/i386/i386/
HDexec_machdep.c753 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
/freebsd-head/sys/sys/
HDsysproto.h1118 struct sigreturn_args { struct
2135 int sys_sigreturn(struct thread *, struct sigreturn_args *);
/freebsd-head/sys/kern/
HDinit_sysent.c486 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
HDsystrace_args.c2091 struct sigreturn_args *p = params; in systrace_args()