Searched refs:sigcntxp (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | freebsd32_machdep.c | 239 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 D | pm_machdep.c | 196 error = copyin(uap->sigcntxp, &uc, sizeof(uc)); in sys_sigreturn()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 707 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 D | freebsd32_machdep.c | 266 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in freebsd32_sigreturn()
|
| H A D | machdep.c | 785 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 647 if (copyin(uap->sigcntxp, &uc, sizeof(uc)))
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 757 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 D | sysproto.h | 1129 …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 D | machdep.c | 491 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
|
| /f-stack/freebsd/kern/ |
| H A D | systrace_args.c | 2105 uarg[0] = (intptr_t) p->sigcntxp; /* const struct __ucontext * */ in systrace_args()
|