Searched refs:sys_sigreturn (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/mips/mips/ |
| H A D | pm_machdep.c | 193 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_sysent.c | 122 …{ AS(sigreturn_args), (sy_call_t *)sys_sigreturn, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 103…
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 306 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function 335 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | machdep.c | 516 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | machdep.c | 712 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | machdep.c | 576 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | machdep.c | 707 sys_sigreturn(td, uap) in sys_sigreturn() function
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | machdep.c | 477 sys_sigreturn(td, uap) in sys_sigreturn() function 586 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
|
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 469 …{ AS(sigreturn_args), (sy_call_t *)sys_sigreturn, AUE_SIGRETURN, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | machdep.c | 975 sys_sigreturn(td, uap) in sys_sigreturn() function
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 2042 int sys_sigreturn(struct thread *, struct sigreturn_args *);
|