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

/freebsd-11-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-11-stable/sys/modules/hptmv/
H A DMakefile39 .if defined(DEBUG_LEVEL)
40 DEBUGOPT += -DDEBUG_LEVEL=$(DEBUG_LEVEL)
/freebsd-11-stable/contrib/ncurses/include/
H A Dtic.h118 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT) macro
121 _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
/freebsd-11-stable/cddl/contrib/opensolaris/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.c47 int debug_level = DEBUG_LEVEL;
H A Dctfmerge.c214 int debug_level = DEBUG_LEVEL;
/freebsd-11-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-11-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-11-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-11-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-11-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-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c710 if (_nc_tracing >= DEBUG_LEVEL(8)) {
715 if (_nc_tracing >= DEBUG_LEVEL(7)) {
H A Dparse_entry.c358 if (_nc_tracing >= DEBUG_LEVEL(1))
/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c61 #ifdef DEBUG_LEVEL
62 int hpt_dbg_level = DEBUG_LEVEL;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1874 if (_nc_tracing >= DEBUG_LEVEL(level)) {

Completed in 219 milliseconds