Searched refs:CTR1 (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | ktr.h | 147 #define CTR1(m, format, p1) CTR6(m, format, p1, 0, 0, 0, 0, 0) macro 154 #define CTR1(m, d, p1) macro 163 #define TR1(d, p1) CTR1(KTR_GEN, d, p1) 178 #define ITR1(d, p1) CTR1(KTR_INIT, d, p1)
|
H A D | eventhandler.h | 77 CTR1(KTR_EVH, "eventhandler_invoke: executing %p", \
|
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/ |
H A D | if_de.c | 3152 CTR1(KTR_TULIP, "tulip_reset: inreset %d", inreset); in tulip_reset() 3303 CTR1(KTR_TULIP, "tulip_init_locked: status %08x\n", in tulip_init_locked() 3437 CTR1(KTR_TULIP, "tulip_rx_intr: good packet; length %d", in tulip_rx_intr() 3440 CTR1(KTR_TULIP, "tulip_rx_intr: bad packet; status %08x", in tulip_rx_intr() 3524 CTR1(KTR_TULIP, "tulip_rx_intr: passing %p to upper layer", m0); in tulip_rx_intr() 3676 CTR1(KTR_TULIP, "tulip_tx_intr: output error: %08x", in tulip_tx_intr() 3995 CTR1(KTR_TULIP, "tulip_txput: nsegs %d", nsegs); in tulip_txput() 4205 CTR1(KTR_TULIP, "tulip_txput_setup: using descriptor %td", in tulip_txput_setup() 4301 CTR1(KTR_TULIP, "tulip_start_locked: %d tx packets pending", in tulip_start_locked()
|