Searched refs:KTR_INIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dktr_class.h59 #define KTR_INIT 0x00004000 /* System initialization */ macro
H A Dktr.h244 * Trace initialization events, similar to CTR with KTR_INIT, but
245 * completely ifdef'ed out if KTR_INIT isn't in KTR_COMPILE (to
249 #if (KTR_COMPILE & KTR_INIT) != 0
250 #define ITR0(d) CTR0(KTR_INIT, d)
251 #define ITR1(d, p1) CTR1(KTR_INIT, d, p1)
252 #define ITR2(d, p1, p2) CTR2(KTR_INIT, d, p1, p2)
253 #define ITR3(d, p1, p2, p3) CTR3(KTR_INIT, d, p1, p2, p3)
254 #define ITR4(d, p1, p2, p3, p4) CTR4(KTR_INIT, d, p1, p2, p3, p4)
255 #define ITR5(d, p1, p2, p3, p4, p5) CTR5(KTR_INIT, d, p1, p2, p3, p4, p5)
256 #define ITR6(d, p1, p2, p3, p4, p5, p6) CTR6(KTR_INIT,
[all...]

Completed in 860 milliseconds