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

12

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDebug.h31 #define DEBUG_LEVEL 3 //<rdar://problem/9725460> macro
49 do { if (level <= DEBUG_LEVEL) kprintf( message );} while (0)
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dcompare.c48 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.c228 int debug_level = DEBUG_LEVEL;
/macosx-10.10.1/ncurses-44/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
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperf_c.h132 #define DEBUG_LEVEL "0.1" macro
H A Dserver.c672 rpc__dbg_set_switches(c == 'd' ? optarg : DEBUG_LEVEL, &st);
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc-opts.h129 # ifdef DEBUG_LEVEL
130 # warning undefining DEBUG_LEVEL due to option name conflict
131 # undef DEBUG_LEVEL macro
149 # undef DEBUG_LEVEL macro
H A Dntpdc-opts.c165 tSCC zDebug_Level_NAME[] = "DEBUG_LEVEL";
549 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.h112 # ifdef DEBUG_LEVEL
113 # warning undefining DEBUG_LEVEL due to option name conflict
114 # undef DEBUG_LEVEL macro
140 # undef DEBUG_LEVEL macro
H A Dntpq-opts.c110 tSCC zDebug_Level_NAME[] = "DEBUG_LEVEL";
516 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
/macosx-10.10.1/ntp-92/util/
H A Dntp-keygen-opts.h113 # ifdef DEBUG_LEVEL
114 # warning undefining DEBUG_LEVEL due to option name conflict
115 # undef DEBUG_LEVEL macro
183 # undef DEBUG_LEVEL macro
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DDebugging.h137 #define DEBUG_LEVEL 1 macro
H A DIOUFIStorageServices.cpp43 #define DEBUG_LEVEL 1 macro
/macosx-10.10.1/ntp-92/ntpd/
H A Dntpd-opts.h145 # ifdef DEBUG_LEVEL
146 # warning undefining DEBUG_LEVEL due to option name conflict
147 # undef DEBUG_LEVEL macro
256 # undef DEBUG_LEVEL macro
H A Dntpd-opts.c146 tSCC zDebug_Level_NAME[] = "DEBUG_LEVEL";
1036 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
H A Dntpd.c589 debug = DESC(DEBUG_LEVEL).optOccCt;
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dinit.rb118 @CONF[:DEBUG_LEVEL] = 0
201 @CONF[:DEBUG_LEVEL] = ($1 || ARGV.shift).to_i
H A Dcontext.rb103 self.debug_level = IRB.conf[:DEBUG_LEVEL]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_scan.c651 if (_nc_tracing >= DEBUG_LEVEL(8)) {
656 if (_nc_tracing >= DEBUG_LEVEL(7)) {
H A Dparse_entry.c353 if (_nc_tracing >= DEBUG_LEVEL(1))
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dxchat.c213 #define DEBUG_LEVEL(level) \ macro
841 if (DEBUG_LEVEL(DB_LGI) && dbf != NULL)
1284 if ((dbf != NULL) && DEBUG_LEVEL(level))
1302 if (DEBUG_LEVEL(mask) && dbf != NULL)
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcd.c243 #define DEBUG_LEVEL "0.1"
363 rpc__dbg_set_switches(c == 'd' ? optarg : DEBUG_LEVEL, &status);
242 #define DEBUG_LEVEL macro
/macosx-10.10.1/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp78 #define DEBUG_LEVEL 0 macro
86 #if (DEBUG_LEVEL > 3)
820 #if ( DEBUG_LEVEL > 3 )

Completed in 218 milliseconds

12