Home
last modified time | relevance | path

Searched refs:DEBUG_LEVEL (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c62 #ifdef DEBUG_LEVEL
63 static int sfe_debug = DEBUG_LEVEL;
64 #if DEBUG_LEVEL > 4
575 #ifdef DEBUG_LEVEL
619 #if DEBUG_LEVEL > 0 in sfe_set_rx_filter_dp83815()
669 #if DEBUG_LEVEL > 1 in sfe_set_rx_filter_dp83815()
692 #if DEBUG_LEVEL > 3 in sfe_set_rx_filter_dp83815()
725 #if DEBUG_LEVEL > 2 in sfe_set_rx_filter_dp83815()
953 #ifdef DEBUG_LEVEL in sfe_set_media()
1111 #if DEBUG_LEVEL > 2 in sfe_tx_desc_write()
[all …]
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c90 #ifdef DEBUG_LEVEL
91 static int axf_debug = DEBUG_LEVEL;
588 #if DEBUG_LEVEL > 1 in axf_set_rx_filter()
792 #if DEBUG_LEVEL > 10
842 #if DEBUG_LEVEL > 0 in axf_rx_make_packet()
867 #if DEBUG_LEVEL > 10 in axf_rx_make_packet()
958 #ifdef DEBUG_LEVEL
998 #ifdef DEBUG_LEVEL in axf_attach_chip()
1071 #ifdef DEBUG_LEVEL in axf_attach_chip()
1083 #if DEBUG_LEVEL > 0 in axf_attach_chip()
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c81 #ifdef DEBUG_LEVEL
82 static int urf_debug = DEBUG_LEVEL;
367 #if DEBUG_LEVEL > 2 in urf_set_rx_filter()
497 #ifdef DEBUG_LEVEL in urf_rx_make_packet()
741 #if DEBUG_LEVEL > 2 in urf_attach_chip()
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c84 #ifdef DEBUG_LEVEL
85 static int upf_debug = DEBUG_LEVEL;
368 #ifdef DEBUG_LEVEL in upf_set_rx_filter()
405 #if DEBUG_LEVEL > 0 in upf_set_rx_filter()
578 #ifdef DEBUG_LEVEL in upf_rx_make_packet()
928 #if DEBUG_LEVEL > 3 in upf_attach_chip()
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c84 #ifdef DEBUG_LEVEL
85 static int udmf_debug = DEBUG_LEVEL;
352 #if DEBUG_LEVEL > 1 in udmf_set_rx_filter()
669 #ifdef DEBUG_LEVEL
720 #if DEBUG_LEVEL > 0 in udmf_attach_chip()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h119 #ifndef DEBUG_LEVEL
120 #define DEBUG_LEVEL DEBUG_NONE macro
125 if (DEBUG_LEVEL & (MASK)) { \
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h149 #ifdef DEBUG_LEVEL
150 #define DPRINTF(n, args) if (DEBUG_LEVEL > (n)) cmn_err args;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c75 #define DEBUG_LEVEL (ufs_fix_failure_dbg & DBGFLG_LEVELMASK) macro
81 if (DEBUG_LEVEL != DBGLVL_NONE) { \
83 if (DEBUG_LEVEL & dbg_level) { \
87 if (dbg_level <= DEBUG_LEVEL) { \
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v61031 added undocumented ".DEBUG_LEVEL=[0-3]" and ".VERBOSE=[01]"