Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h33 #define DEBUG_LEVEL OSSA_DEBUG_LEVEL_1 macro
46 if ( level <= DEBUG_LEVEL ) \
/freebsd/sys/modules/hptmv/
H A DMakefile29 .if defined(DEBUG_LEVEL)
30 DEBUGOPT += -DDEBUG_LEVEL=$(DEBUG_LEVEL)
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.h162 # ifdef DEBUG_LEVEL
163 # warning undefining DEBUG_LEVEL due to option name conflict
164 # undef DEBUG_LEVEL
198 # undef DEBUG_LEVEL
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.h163 # ifdef DEBUG_LEVEL
164 # warning undefining DEBUG_LEVEL due to option name conflict
165 # undef DEBUG_LEVEL
203 # undef DEBUG_LEVEL
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h177 # ifdef DEBUG_LEVEL
178 # warning undefining DEBUG_LEVEL due to option name conflict
179 # undef DEBUG_LEVEL
235 # undef DEBUG_LEVEL
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.h172 # ifdef DEBUG_LEVEL
173 # warning undefining DEBUG_LEVEL due to option name conflict
174 # undef DEBUG_LEVEL
248 # undef DEBUG_LEVEL
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.h195 # ifdef DEBUG_LEVEL
196 # warning undefining DEBUG_LEVEL due to option name conflict
197 # undef DEBUG_LEVEL
318 # undef DEBUG_LEVEL
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
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/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c722 if (_nc_tracing >= DEBUG_LEVEL(8)) { in _nc_get_token()
727 if (_nc_tracing >= DEBUG_LEVEL(7)) { in _nc_get_token()
H A Dparse_entry.c427 if (_nc_tracing >= DEBUG_LEVEL(1)) { in _nc_parse_entry()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c182 if (fp == 0 && !MyInit && _nc_tracing >= DEBUG_LEVEL(1)) in _nc_va_tracef()
/freebsd/sys/dev/hptmv/
H A Dentry.c60 #ifdef DEBUG_LEVEL
61 int hpt_dbg_level = DEBUG_LEVEL;
/freebsd/contrib/ncurses/progs/
H A Dtic.c2609 if (_nc_tracing >= DEBUG_LEVEL(level)) { in show_where()