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
1009
DBG(debug_f("cipher_init: %s", dir));
usr.bin/ssh/packet.c
1252
DBG(debug("compression: raw %d compressed %zd", len,
usr.bin/ssh/packet.c
1279
DBG(debug3_f("adding %d (len %d padlen %d extra_pad %d)",
usr.bin/ssh/packet.c
1307
DBG(debug("send: len %d (includes padlen %d, aadlen %d)",
usr.bin/ssh/packet.c
1316
DBG(debug("done calc MAC out #%d", state->p_send.seqnr));
usr.bin/ssh/packet.c
1333
DBG(debug("done calc MAC(EtM) out #%d",
usr.bin/ssh/packet.c
1483
DBG(debug("packet_read()"));
usr.bin/ssh/packet.c
1682
DBG(debug("input: packet len %u", state->packlen+4));
usr.bin/ssh/packet.c
1694
DBG(debug("partial packet: block %d, need %d, maclen %d, authlen %d,"
usr.bin/ssh/packet.c
1751
DBG(debug("MAC #%d ok", state->p_read.seqnr));
usr.bin/ssh/packet.c
1772
DBG(debug("input: padlen %d", padlen));
usr.bin/ssh/packet.c
1786
DBG(debug("input: len before de-compress %zd",
usr.bin/ssh/packet.c
1797
DBG(debug("input: len after de-compress %zd",
usr.bin/ssh/packet.c
1860
DBG(debug("received packet type %d", *typep));
usr.bin/ssh/packet.c
1911
DBG(debug("Received SSH2_MSG_PING len %zu", len));
usr.bin/ssh/packet.c
1913
DBG(debug("Won't reply to PING in preauth"));
usr.bin/ssh/packet.c
1917
DBG(debug("Won't reply to PING during KEX"));
usr.bin/ssh/packet.c
1929
DBG(debug("Received SSH2_MSG_PONG len %zu", len));
usr.bin/ssh/packet.c
2839
DBG(debug("packet_start[%d]", type));