Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c239 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in freebsd32_sigreturn()
241 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) != 0) { in freebsd32_sigreturn()
H A Dpm_machdep.c196 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c707 error = copyin(uap->sigcntxp, &sc, sizeof(sc)); in ofreebsd32_sigreturn()
771 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
847 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c266 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in freebsd32_sigreturn()
H A Dmachdep.c785 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
/f-stack/freebsd/arm/arm/
H A Dmachdep.c647 if (copyin(uap->sigcntxp, &uc, sizeof(uc)))
/f-stack/freebsd/i386/i386/
H A Dmachdep.c757 error = copyin(uap->sigcntxp, &sc, sizeof(sc));
871 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
979 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
/f-stack/freebsd/sys/
H A Dsysproto.h1129 …char sigcntxp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * sigcntxp; char sigcn… member
2317 …char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PAD… member
2467 …char sigcntxp_l_[PADL_(const struct ucontext4 *)]; const struct ucontext4 * sigcntxp; char sigcntx… member
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c491 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
/f-stack/freebsd/kern/
H A Dsystrace_args.c2105 uarg[0] = (intptr_t) p->sigcntxp; /* const struct __ucontext * */ in systrace_args()