/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 341 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in sys_sigreturn() 343 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) != 0) { in sys_sigreturn() 908 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in freebsd32_sigreturn() 910 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) != 0) { in freebsd32_sigreturn()
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_signal.c | 702 error = copyin(uap->sigcntxp, &sc, sizeof(sc)); in ofreebsd32_sigreturn() 760 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in freebsd4_freebsd32_sigreturn() 829 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in freebsd32_sigreturn()
|
/freebsd/sys/arm/arm/ |
H A D | exec_machdep.c | 382 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 545 #define __sanitizer_syscall_pre_compat_13_sigreturn13(sigcntxp) \ argument 546 __sanitizer_syscall_pre_impl_compat_13_sigreturn13((long long)(sigcntxp)) 547 #define __sanitizer_syscall_post_compat_13_sigreturn13(res, sigcntxp) \ argument 549 (long long)(sigcntxp)) 1570 #define __sanitizer_syscall_pre_compat_16___sigreturn14(sigcntxp) \ argument 1571 __sanitizer_syscall_pre_impl_compat_16___sigreturn14((long long)(sigcntxp)) 1572 #define __sanitizer_syscall_post_compat_16___sigreturn14(res, sigcntxp) \ argument 1574 (long long)(sigcntxp)) 3247 void __sanitizer_syscall_pre_impl_compat_13_sigreturn13(long long sigcntxp); 3249 long long sigcntxp); [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 323 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 555 error = copyin(uap->sigcntxp, &sc, sizeof(sc)); in osigreturn() 663 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in freebsd4_sigreturn() 766 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()
|
/freebsd/sys/arm64/arm64/ |
H A D | freebsd32_machdep.c | 307 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in freebsd32_sigreturn()
|
H A D | exec_machdep.c | 645 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 340 …char sigcntxp_l_[PADL_(const struct __ucontext32 *)]; const struct __ucontext32 * sigcntxp; char s… member 854 …char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PAD… member 946 …onst struct freebsd4_ucontext32 *)]; const struct freebsd4_ucontext32 * sigcntxp; char sigcntxp_r_… member
|
H A D | freebsd32_systrace_args.c | 1959 uarg[a++] = (intptr_t)p->sigcntxp; /* const struct __ucontext32 * */ in systrace_args()
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 242 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 714 int __sys_sigreturn(const struct __ucontext * sigcntxp);
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1119 …char sigcntxp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * sigcntxp; char sigcn… member 2363 …char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PAD… member 2526 …L_(const struct freebsd4_ucontext *)]; const struct freebsd4_ucontext * sigcntxp; char sigcntxp_r_… member
|
/freebsd/sys/kern/ |
H A D | systrace_args.c | 2092 uarg[a++] = (intptr_t)p->sigcntxp; /* const struct __ucontext * */ in systrace_args()
|