HomeSort by: relevance | last modified time | path
    Searched refs:sci_debug (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/amiga/dev/
mlhsc.c 85 extern int sci_debug;
86 #define QPRINTF(a) if (sci_debug > 1) printf a
207 if (sci_debug)
243 if (sci_debug)
294 if (sci_debug)
322 if (sci_debug)
otgsc.c 87 extern int sci_debug;
88 #define QPRINTF(a) if (sci_debug > 1) printf a
210 if (sci_debug)
257 if (sci_debug)
ivsc.c 88 extern int sci_debug;
89 #define QPRINTF(a) if (sci_debug > 1) printf a
217 if (sci_debug)
254 if (sci_debug)
301 if (sci_debug)
wstsc.c 90 extern int sci_debug;
91 #define QPRINTF(a) if (sci_debug > 1) printf a
229 if (sci_debug | 1)
266 if (sci_debug | 1)
313 if (sci_debug)
366 if (sci_debug | 1)
399 if (sci_debug | 1)
458 if (sci_debug)
492 if (sci_debug)
sci.c 114 #define QPRINTF(a) if (sci_debug > 1) printf a
115 int sci_debug = 0; variable in typeref:typename:int
422 if (sci_debug)
468 if (sci_debug)
empsc.c 90 extern int sci_debug;
  /src/sys/arch/sh3/dev/
sci.c 122 #ifdef SCI_DEBUG
123 int sci_debug = 1; variable in typeref:typename:int
124 #define DPRINTF(x) if (sci_debug) printf x

Completed in 14 milliseconds