Home
last modified time | relevance | path

Searched refs:sigcntxp (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c341 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 Dia32_signal.c702 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 Dexec_machdep.c378 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h545 #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 Dexec_machdep.c323 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c555 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 Dfreebsd32_machdep.c307 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in freebsd32_sigreturn()
H A Dexec_machdep.c606 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h340 …char sigcntxp_l_[PADL_(const struct __ucontext32 *)]; const struct __ucontext32 * sigcntxp; char s… member
848 …char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PAD… member
940 …onst struct freebsd4_ucontext32 *)]; const struct freebsd4_ucontext32 * sigcntxp; char sigcntxp_r_… member
H A Dfreebsd32_systrace_args.c1958 uarg[a++] = (intptr_t)p->sigcntxp; /* const struct __ucontext32 * */ in systrace_args()
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c242 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()
/freebsd/lib/libsys/
H A D_libsys.h710 int __sys_sigreturn(const struct __ucontext * sigcntxp);
/freebsd/sys/sys/
H A Dsysproto.h1119 …char sigcntxp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * sigcntxp; char sigcn… member
2352 …char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PAD… member
2515 …L_(const struct freebsd4_ucontext *)]; const struct freebsd4_ucontext * sigcntxp; char sigcntxp_r_… member
/freebsd/sys/kern/
H A Dsystrace_args.c2091 uarg[a++] = (intptr_t)p->sigcntxp; /* const struct __ucontext * */ in systrace_args()