Home
last modified time | relevance | path

Searched refs:sigreturn_args (Results 1 – 8 of 8) 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()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c774 struct sigreturn_args { struct
780 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() argument
/f-stack/freebsd/arm/arm/
H A Dmachdep.c638 struct sigreturn_args /* {
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c473 struct sigreturn_args /* {
580 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
/f-stack/freebsd/sys/
H A Dsysproto.h1128 struct sigreturn_args { struct
2099 int sys_sigreturn(struct thread *, struct sigreturn_args *);
/f-stack/freebsd/i386/i386/
H A Dmachdep.c964 struct sigreturn_args /* {
/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…
H A Dsystrace_args.c2104 struct sigreturn_args *p = params; in systrace_args()