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

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h34 #define DEBUG_LEVEL OSSA_DEBUG_LEVEL_1 macro
47 if ( level <= DEBUG_LEVEL ) \
/freebsd-13-stable/sys/modules/hptmv/
H A DMakefile33 .if defined(DEBUG_LEVEL)
34 DEBUGOPT += -DDEBUG_LEVEL=$(DEBUG_LEVEL)
/freebsd-13-stable/contrib/ncurses/include/
H A Dtic.h135 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT) macro
138 _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL) \
139 + DEBUG_LEVEL(MAX_DEBUG_LEVEL) - 1, \
140 _nc_tracing |= DEBUG_LEVEL(n)
143 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dcompare.c45 int debug_level = DEBUG_LEVEL;
H A Dctftools.h50 #ifndef DEBUG_LEVEL
51 #define DEBUG_LEVEL 0 macro
H A Dctfconvert.c47 int debug_level = DEBUG_LEVEL;
H A Dctfmerge.c214 int debug_level = DEBUG_LEVEL;
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.h153 # ifdef DEBUG_LEVEL
154 # warning undefining DEBUG_LEVEL due to option name conflict
155 # undef DEBUG_LEVEL macro
185 # undef DEBUG_LEVEL macro
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq-opts.h154 # ifdef DEBUG_LEVEL
155 # warning undefining DEBUG_LEVEL due to option name conflict
156 # undef DEBUG_LEVEL macro
190 # undef DEBUG_LEVEL macro
/freebsd-13-stable/contrib/ntp/sntp/
H A Dsntp-opts.h169 # ifdef DEBUG_LEVEL
170 # warning undefining DEBUG_LEVEL due to option name conflict
171 # undef DEBUG_LEVEL macro
227 # undef DEBUG_LEVEL macro
/freebsd-13-stable/contrib/ntp/util/
H A Dntp-keygen-opts.h164 # ifdef DEBUG_LEVEL
165 # warning undefining DEBUG_LEVEL due to option name conflict
166 # undef DEBUG_LEVEL macro
240 # undef DEBUG_LEVEL macro
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpd-opts.h187 # ifdef DEBUG_LEVEL
188 # warning undefining DEBUG_LEVEL due to option name conflict
189 # undef DEBUG_LEVEL macro
310 # undef DEBUG_LEVEL macro
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c722 if (_nc_tracing >= DEBUG_LEVEL(8)) {
727 if (_nc_tracing >= DEBUG_LEVEL(7)) {
H A Dparse_entry.c427 if (_nc_tracing >= DEBUG_LEVEL(1)) {
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c182 if (fp == 0 && !MyInit && _nc_tracing >= DEBUG_LEVEL(1))
/freebsd-13-stable/sys/dev/hptmv/
H A Dentry.c63 #ifdef DEBUG_LEVEL
64 int hpt_dbg_level = DEBUG_LEVEL;
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c2559 if (_nc_tracing >= DEBUG_LEVEL(level)) {

Completed in 117 milliseconds