Symbol: DBG
sys/dev/pci/if_em_osdep.h
47
#ifdef DBG
sys/dev/pci/if_igc.h
183
do { if (DBG) printf(__VA_ARGS__); } while (0)
sys/dev/pci/if_ixgb_osdep.h
47
#if DBG
sys/dev/pci/ixgb_hw.c
100
#ifdef DBG
sys/dev/pci/ixgbe.h
88
#if DBG
usr.bin/ssh/packet.c
1004
DBG(debug_f("cipher_init: %s", dir));
usr.bin/ssh/packet.c
1247
DBG(debug("compression: raw %d compressed %zd", len,
usr.bin/ssh/packet.c
1274
DBG(debug3_f("adding %d (len %d padlen %d extra_pad %d)",
usr.bin/ssh/packet.c
1302
DBG(debug("send: len %d (includes padlen %d, aadlen %d)",
usr.bin/ssh/packet.c
1311
DBG(debug("done calc MAC out #%d", state->p_send.seqnr));
usr.bin/ssh/packet.c
1328
DBG(debug("done calc MAC(EtM) out #%d",
usr.bin/ssh/packet.c
1478
DBG(debug("packet_read()"));
usr.bin/ssh/packet.c
1677
DBG(debug("input: packet len %u", state->packlen+4));
usr.bin/ssh/packet.c
1689
DBG(debug("partial packet: block %d, need %d, maclen %d, authlen %d,"
usr.bin/ssh/packet.c
1746
DBG(debug("MAC #%d ok", state->p_read.seqnr));
usr.bin/ssh/packet.c
1767
DBG(debug("input: padlen %d", padlen));
usr.bin/ssh/packet.c
1781
DBG(debug("input: len before de-compress %zd",
usr.bin/ssh/packet.c
1792
DBG(debug("input: len after de-compress %zd",
usr.bin/ssh/packet.c
1855
DBG(debug("received packet type %d", *typep));
usr.bin/ssh/packet.c
1906
DBG(debug("Received SSH2_MSG_PING len %zu", len));
usr.bin/ssh/packet.c
1908
DBG(debug("Won't reply to PING in preauth"));
usr.bin/ssh/packet.c
1912
DBG(debug("Won't reply to PING during KEX"));
usr.bin/ssh/packet.c
1924
DBG(debug("Received SSH2_MSG_PONG len %zu", len));
usr.bin/ssh/packet.c
2813
DBG(debug("packet_start[%d]", type));