Home
last modified time | relevance | path

Searched refs:KTR_SIG (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/powerpc/powerpc/
Dexec_machdep.c214 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig()
302 CTR2(KTR_SIG, "sendsig: sigexit td=%p sfp=%p", td, sfp); in sendsig()
307 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, in sendsig()
320 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in sys_sigreturn()
323 CTR1(KTR_SIG, "sigreturn: efault td=%p", td); in sys_sigreturn()
333 CTR3(KTR_SIG, "sigreturn: return td=%p pc=%#x sp=%#x", in sys_sigreturn()
775 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in freebsd32_sigreturn()
778 CTR1(KTR_SIG, "sigreturn: efault td=%p", td); in freebsd32_sigreturn()
788 CTR3(KTR_SIG, "sigreturn: return td=%p pc=%#x sp=%#x", in freebsd32_sigreturn()
/freebsd-9-stable/sys/sparc64/sparc64/
Dmachdep.c631 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig()
639 CTR0(KTR_SIG, "sendsig: no sigtramp"); in sendsig()
693 CTR2(KTR_SIG, "sendsig: sigexit td=%p sfp=%p", td, sfp); in sendsig()
703 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#lx sp=%#lx", td, tf->tf_tpc, in sendsig()
733 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in sys_sigreturn()
735 CTR1(KTR_SIG, "sigreturn: efault td=%p", td); in sys_sigreturn()
746 CTR4(KTR_SIG, "sigreturn: return td=%p pc=%#lx sp=%#lx tstate=%#lx", in sys_sigreturn()
/freebsd-9-stable/sys/arm/arm/
Dmachdep.c136 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm,
168 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp);
194 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_usr_lr,
/freebsd-9-stable/sys/sys/
Dktr.h57 #define KTR_SIG 0x00000400 /* Signal processing */ macro