Searched refs:DEBUG_LEVEL (Results 1 – 16 of 16) sorted by relevance
118 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT) macro121 _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL), \122 _nc_tracing |= DEBUG_LEVEL(n)125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
153 # ifdef DEBUG_LEVEL154 # warning undefining DEBUG_LEVEL due to option name conflict155 # undef DEBUG_LEVEL185 # undef DEBUG_LEVEL
154 # ifdef DEBUG_LEVEL155 # warning undefining DEBUG_LEVEL due to option name conflict156 # undef DEBUG_LEVEL190 # undef DEBUG_LEVEL
34 #define DEBUG_LEVEL OSSA_DEBUG_LEVEL_1 macro47 if ( level <= DEBUG_LEVEL ) \
39 .if defined(DEBUG_LEVEL)40 DEBUGOPT += -DDEBUG_LEVEL=$(DEBUG_LEVEL)
169 # ifdef DEBUG_LEVEL170 # warning undefining DEBUG_LEVEL due to option name conflict171 # undef DEBUG_LEVEL227 # undef DEBUG_LEVEL
164 # ifdef DEBUG_LEVEL165 # warning undefining DEBUG_LEVEL due to option name conflict166 # undef DEBUG_LEVEL240 # undef DEBUG_LEVEL
187 # ifdef DEBUG_LEVEL188 # warning undefining DEBUG_LEVEL due to option name conflict189 # undef DEBUG_LEVEL310 # undef DEBUG_LEVEL
49 #ifndef DEBUG_LEVEL50 #define DEBUG_LEVEL 0 macro
45 int debug_level = DEBUG_LEVEL;
47 int debug_level = DEBUG_LEVEL;
214 int debug_level = DEBUG_LEVEL;
710 if (_nc_tracing >= DEBUG_LEVEL(8)) { in _nc_get_token()715 if (_nc_tracing >= DEBUG_LEVEL(7)) { in _nc_get_token()
358 if (_nc_tracing >= DEBUG_LEVEL(1)) in _nc_parse_entry()
63 #ifdef DEBUG_LEVEL64 int hpt_dbg_level = DEBUG_LEVEL;
1874 if (_nc_tracing >= DEBUG_LEVEL(level)) { in show_where()