/src/sys/arch/i386/i386/ |
compat_16_machdep.c | 161 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 236 buildcontext(l, sel, catcher, fp);
|
compat_16_machdep.c | 161 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 236 buildcontext(l, sel, catcher, fp);
|
/src/sys/arch/sh3/sh3/ |
compat_16_machdep.c | 101 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 174 tf->tf_spc = (int)catcher;
|
compat_16_machdep.c | 101 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 174 tf->tf_spc = (int)catcher;
|
/src/sys/compat/freebsd/ |
freebsd_machdep.c | 86 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:freebsd_sendsig 98 frame.sf_handler = catcher;
|
freebsd_machdep.c | 86 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:freebsd_sendsig 98 frame.sf_handler = catcher;
|
/src/sys/arch/arm/arm/ |
compat_16_machdep.c | 93 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 167 tf->tf_pc = (int)catcher; 169 if (((int) catcher) & 1)
|
compat_16_machdep.c | 93 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 167 tf->tf_pc = (int)catcher; 169 if (((int) catcher) & 1)
|
sig_machdep.c | 97 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_siginfo 144 tf->tf_pc = (int)catcher; 146 if (((int) catcher) & 1)
|
sig_machdep.c | 97 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_siginfo 144 tf->tf_pc = (int)catcher; 146 if (((int) catcher) & 1)
|
/src/sys/arch/amd64/amd64/ |
netbsd32_machdep_16.c | 90 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:netbsd32_sendsig_sigcontext 169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
|
netbsd32_machdep_16.c | 90 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:netbsd32_sendsig_sigcontext 169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
|
/src/sys/arch/powerpc/powerpc/ |
compat_16_machdep.c | 101 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 180 tf->tf_lr = (register_t)catcher; 190 tf->tf_lr = (register_t)catcher;
|
compat_16_machdep.c | 101 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 180 tf->tf_lr = (register_t)catcher; 190 tf->tf_lr = (register_t)catcher;
|
/src/sys/arch/riscv/riscv/ |
sig_machdep.c | 91 const sig_t catcher = SIGACTION(p, signo).sa_handler; local in function:sendsig_siginfo 132 tf->tf_pc = (intptr_t)catcher;
|
sig_machdep.c | 91 const sig_t catcher = SIGACTION(p, signo).sa_handler; local in function:sendsig_siginfo 132 tf->tf_pc = (intptr_t)catcher;
|
/src/sys/arch/alpha/alpha/ |
compat_16_machdep.c | 112 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 197 buildcontext(l,(void *)catcher, 203 buildcontext(l,(void *)catcher, 226 printf("sendsig(%d): pc %lx, catcher %lx\n", p->p_pid,
|
compat_16_machdep.c | 112 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 197 buildcontext(l,(void *)catcher, 203 buildcontext(l,(void *)catcher, 226 printf("sendsig(%d): pc %lx, catcher %lx\n", p->p_pid,
|
/src/sys/arch/mips/mips/ |
sig_machdep.c | 97 const sig_t catcher = SIGACTION(p, signo).sa_handler; local in function:sendsig_siginfo 130 tf->tf_regs[_R_PC] = (intptr_t)catcher; 131 tf->tf_regs[_R_T9] = (intptr_t)catcher;
|
sig_machdep.c | 97 const sig_t catcher = SIGACTION(p, signo).sa_handler; local in function:sendsig_siginfo 130 tf->tf_regs[_R_PC] = (intptr_t)catcher; 131 tf->tf_regs[_R_T9] = (intptr_t)catcher;
|
compat_16_machdep.c | 103 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 187 tf->tf_regs[_R_A3] = (intptr_t)catcher; /* XXX ??? */ 189 tf->tf_regs[_R_PC] = (intptr_t)catcher; 190 tf->tf_regs[_R_T9] = (intptr_t)catcher;
|
compat_16_machdep.c | 103 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_sigcontext 187 tf->tf_regs[_R_A3] = (intptr_t)catcher; /* XXX ??? */ 189 tf->tf_regs[_R_PC] = (intptr_t)catcher; 190 tf->tf_regs[_R_T9] = (intptr_t)catcher;
|
/src/sys/compat/linux/arch/arm/ |
linux_machdep.c | 87 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:linux_sendsig 168 tf->tf_r3 = (register_t)catcher;
|
linux_machdep.c | 87 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:linux_sendsig 168 tf->tf_r3 = (register_t)catcher;
|
/src/sys/arch/hppa/hppa/ |
sig_machdep.c | 128 sig_t catcher = SIGACTION(p, sig).sa_handler; local in function:sendsig_siginfo 180 tf->tf_arg3 = (__greg_t)catcher;
|