Searched refs:sys_sigreturn (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/ia64/ia32/
H A Dia32_signal.c120 return (sys_sigreturn(td, (struct sigreturn_args *)uap));
127 return (sys_sigreturn(td, (struct sigreturn_args *)uap));
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_sysent.c123 { AS(sigreturn_args), (sy_call_t *)sys_sigreturn, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 103 = sigreturn */
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dexec_machdep.c315 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) function
344 return sys_sigreturn(td, (struct sigreturn_args *)uap);
/freebsd-10.0-release/sys/mips/mips/
H A Dpm_machdep.c216 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) function
/freebsd-10.0-release/sys/ia64/ia64/
H A Dmachdep.c1093 sys_sigreturn(struct thread *td, function
1130 return sys_sigreturn(td, (struct sigreturn_args *)uap);
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dmachdep.c712 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) function
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmachdep.c452 sys_sigreturn(td, uap) function
561 return sys_sigreturn(td, (struct sigreturn_args *)uap);
/freebsd-10.0-release/sys/arm/arm/
H A Dmachdep.c726 sys_sigreturn(td, uap) function
/freebsd-10.0-release/sys/kern/
H A Dinit_sysent.c454 { AS(sigreturn_args), (sy_call_t *)sys_sigreturn, AUE_SIGRETURN, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 417 = sigreturn */
/freebsd-10.0-release/sys/pc98/pc98/
H A Dmachdep.c934 sys_sigreturn(td, uap) function
/freebsd-10.0-release/sys/i386/i386/
H A Dmachdep.c1003 sys_sigreturn(td, uap) function
/freebsd-10.0-release/sys/sys/
H A Dsysproto.h2097 int sys_sigreturn(struct thread *, struct sigreturn_args *);

Completed in 275 milliseconds