Searched refs:sigreturn_args (Results 1 – 8 of 8) sorted by relevance
191 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
774 struct sigreturn_args { struct780 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() argument
638 struct sigreturn_args /* {
473 struct sigreturn_args /* {580 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
1128 struct sigreturn_args { struct2099 int sys_sigreturn(struct thread *, struct sigreturn_args *);
964 struct sigreturn_args /* {
475 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
2104 struct sigreturn_args *p = params; in systrace_args()