Searched refs:sigreturn_args (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/arm/arm/ |
| H A D | exec_machdep.c | 372 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | exec_machdep.c | 319 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | exec_machdep.c | 228 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() 335 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 336 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() 372 return sys_sigreturn(td, (struct sigreturn_args *)uap); in freebsd4_sigreturn()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | exec_machdep.c | 641 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | exec_machdep.c | 755 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 1124 struct sigreturn_args { struct 2139 int sys_sigreturn(struct thread *, struct sigreturn_args *);
|
| /freebsd-14.2/sys/kern/ |
| H A D | init_sysent.c | 480 …{ .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETUR…
|
| H A D | systrace_args.c | 2104 struct sigreturn_args *p = params; in systrace_args()
|