Searched refs:sys_sigreturn (Results 1 – 8 of 8) sorted by relevance
| /src/sys/arm/arm/ |
| H A D | exec_machdep.c | 375 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /src/sys/riscv/riscv/ |
| H A D | exec_machdep.c | 318 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /src/sys/amd64/amd64/ |
| H A D | exec_machdep.c | 226 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function 333 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
|
| /src/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 336 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function 365 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
|
| /src/sys/arm64/arm64/ |
| H A D | exec_machdep.c | 684 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /src/sys/i386/i386/ |
| H A D | exec_machdep.c | 753 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() function
|
| /src/sys/kern/ |
| H A D | init_sysent.c | 486 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
|
| /src/sys/sys/ |
| H A D | sysproto.h | 2179 int sys_sigreturn(struct thread *, struct sigreturn_args *);
|