Searched refs:KTR_SIG (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ktr_class.h | 55 #define KTR_SIG 0x00000400 /* Signal processing */ macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | freebsd32_machdep.c | 331 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in freebsd32_sendsig() 373 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in freebsd32_sendsig() 405 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_x[14], in freebsd32_sendsig()
|
| H A D | machdep.c | 840 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig() 873 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in sendsig() 891 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_elr, in sendsig()
|
| /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() 242 CTR1(KTR_SIG, "sigreturn: efault td=%p", td); in freebsd32_sigreturn() 253 CTR3(KTR_SIG, "sigreturn: return td=%p pc=%#x sp=%#x", in freebsd32_sigreturn()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 553 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, 594 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); 628 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_usr_lr,
|