HomeSort by: relevance | last modified time | path
    Searched defs:DEBUG (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/games/mille/
table.c 46 #define DEBUG
  /src/sys/arch/evbarm/integrator/
int_bus_dma.c 58 #undef DEBUG
59 #define DEBUG(x)
  /src/sys/external/bsd/gnu-efi/dist/apps/
AllocPages.c 100 #ifdef DEBUG
101 #undef DEBUG
103 #define DEBUG 0
115 #if DEBUG
133 #if DEBUG
137 #if DEBUG
141 #if DEBUG
FreePages.c 75 #ifdef DEBUG
76 #undef DEBUG
78 #define DEBUG 0
88 #if DEBUG
104 #if DEBUG
108 #if DEBUG
112 #if DEBUG
  /src/lib/libc/resolv/
res_mkquery.c 101 #ifndef DEBUG
102 #define DEBUG
129 #ifdef DEBUG
236 #ifdef DEBUG
259 #ifdef DEBUG
294 #ifdef DEBUG
res_query.c 124 #ifndef DEBUG
125 #define DEBUG
160 #ifdef DEBUG
178 #ifdef DEBUG
198 #ifdef DEBUG
207 #ifdef DEBUG
401 #ifdef DEBUG
res_init.c 138 #ifndef DEBUG
139 #define DEBUG
555 #ifdef DEBUG
615 #ifdef DEBUG
631 #ifdef DEBUG
641 #ifdef DEBUG
667 #ifdef DEBUG
671 } else if (!strncmp(cp, "debug", sizeof("debug") - 1)) {
672 #ifdef DEBUG
    [all...]
res_send.c 159 #ifndef DEBUG
160 #define DEBUG
  /src/sys/dev/vme/
sc_vme.c 92 #ifndef DEBUG
93 #define DEBUG XXX
231 #ifdef DEBUG
  /src/share/examples/refuse/ian/libfetch/
common.h 100 #define DEBUG(x) do { if (fetchDebug) { x; } } while (/* CONSTCOND */ 0)
102 #define DEBUG(x) do { } while (/* CONSTCOND */ 0)
  /src/sys/arch/shark/stand/ofwboot/
boot.c 1 #define DEBUG
91 #ifdef DEBUG
100 int debug; variable in typeref:typename:int
  /src/usr.sbin/fwctl/
fwmpegts.c 57 #define DEBUG 0
181 #if DEBUG
183 #endif /* DEBUG */
195 #if DEBUG
200 #endif /* DEBUG */
220 #if DEBUG
235 #endif /* DEBUG */
258 #if DEBUG
260 #endif /* DEBUG */
fwdv.c 57 #define DEBUG 0
174 #if DEBUG
184 #if DEBUG
195 #if DEBUG
331 #if DEBUG
  /src/usr.sbin/rmt/
rmt.c 72 FILE *debug; variable in typeref:typename:FILE *
73 #define DEBUG(f) if (debug) fprintf(debug, f)
74 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a)
75 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
91 debug = fopen(*argv, "w");
92 if (debug == 0
    [all...]
  /src/sys/arch/ia64/stand/common/
bcache.c 47 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
50 # define DEBUG(fmt, args...)
243 DEBUG("bypass %d from %d", size / bcache_blksize, blk);
287 DEBUG("insert blk %d -> %d @ %d # %d", blkno, cand, now, bcache_bcount);
311 DEBUG("hit blk %d <- %d (now %d then %d)", blkno, i, now, bcache_ctl[i].bc_stamp);
329 DEBUG("invalidate blk %d", blkno);
  /src/sys/dev/gpib/
cs80bus.c 44 #ifndef DEBUG
45 #define DEBUG
48 #ifdef DEBUG
gpib.c 49 #ifndef DEBUG
50 #define DEBUG
53 #ifdef DEBUG
  /src/sys/external/bsd/drm2/dist/drm/
drm_print.c 32 #define DEBUG /* for pr_debug() */
56 * __drm_debug: Enable debug output.
62 MODULE_PARM_DESC(debug, "Enable debug output, where each bit enables a debug category.\n"
71 module_param_named(debug, __drm_debug, int, 0600);
454 * Often in driver debug, it's useful to be able to either capture the
  /src/sys/arch/acorn32/podulebus/
esc.c 146 #undef DEBUG
147 #define DEBUG
148 #ifdef DEBUG
sfas.c 145 #undef DEBUG
146 #define DEBUG
147 #ifdef DEBUG
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 19 DEBUG = False
91 if DEBUG:
109 if DEBUG:
155 if DEBUG:
225 if DEBUG:
244 if DEBUG:
386 # On non-Darwin (i.e. on platforms without .dSYM debug info) always use
390 # use |llvm_symbolizers[binary]|, which has already loaded the debug
458 if DEBUG:
  /src/usr.bin/sort/
sort.h 175 #define DEBUG(ch) (debug_flags & (1 << ((ch) & 31)))
  /src/sbin/efi/
gptsubr.c 56 #define DEBUG
58 #ifdef DEBUG
  /src/sys/dev/isa/
cec.c 51 #ifndef DEBUG
52 #define DEBUG
55 #ifdef DEBUG
  /src/sys/arch/sparc/dev/
sw.c 114 #ifndef DEBUG
115 #define DEBUG XXX
139 #ifdef DEBUG
378 #ifdef DEBUG
425 #ifdef DEBUG
443 #ifdef DEBUG
613 #ifdef DEBUG
706 #ifdef DEBUG
736 #ifdef DEBUG
789 #ifdef DEBUG
    [all...]

Completed in 35 milliseconds

1 2