Searched refs:DEBUG_LEVEL (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dcompare.c45 int debug_level = DEBUG_LEVEL;
H A Dctftools.h49 #ifndef DEBUG_LEVEL
50 #define DEBUG_LEVEL 0 macro
H A Dctfconvert.c45 int debug_level = DEBUG_LEVEL;
H A Dctfmerge.c206 int debug_level = DEBUG_LEVEL;
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c65 #ifdef DEBUG_LEVEL
66 static int sfe_debug = DEBUG_LEVEL;
67 #if DEBUG_LEVEL > 4
651 #ifdef DEBUG_LEVEL
695 #if DEBUG_LEVEL > 0
745 #if DEBUG_LEVEL > 1
768 #if DEBUG_LEVEL > 3
801 #if DEBUG_LEVEL > 2
1029 #ifdef DEBUG_LEVEL
1187 #if DEBUG_LEVEL >
[all...]
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c92 #ifdef DEBUG_LEVEL
93 static int axf_debug = DEBUG_LEVEL;
590 #if DEBUG_LEVEL > 1
842 #if DEBUG_LEVEL > 0
867 #if DEBUG_LEVEL > 10
958 #ifdef DEBUG_LEVEL
998 #ifdef DEBUG_LEVEL
1071 #ifdef DEBUG_LEVEL
1083 #if DEBUG_LEVEL > 0
/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
405 #if DEBUG_LEVEL > 0
578 #ifdef DEBUG_LEVEL
928 #if DEBUG_LEVEL > 3
/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
669 #ifdef DEBUG_LEVEL
720 #if DEBUG_LEVEL > 0
/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
497 #ifdef DEBUG_LEVEL
741 #if DEBUG_LEVEL > 2
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c153 #define DEBUG_LEVEL (md_medup_failure_dbg & DBGFLG_LEVELMASK) macro
163 if (DEBUG_LEVEL != DBGLVL_NONE) { \
165 if (DEBUG_LEVEL & dbg_level) { \
169 if (dbg_level <= DEBUG_LEVEL) { \
/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/uts/common/io/ntxn/
H A Dunm_nic.h149 #ifdef DEBUG_LEVEL
150 #define DPRINTF(n, args) if (DEBUG_LEVEL > (n)) cmn_err args;

Completed in 100 milliseconds