HomeSort by: relevance | last modified time | path
    Searched defs:adb_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/dev/
adb.c 66 #ifdef ADB_DEBUG
67 int adb_debug = 0; /* Output debugging messages */ variable in typeref:typename:int
68 #endif /* ADB_DEBUG */
143 #ifdef ADB_DEBUG
144 if (adb_debug)
149 #ifdef ADB_DEBUG
150 if (adb_debug)
158 #ifdef ADB_DEBUG
159 if (adb_debug)
170 #ifdef ADB_DEBUG
    [all...]
  /src/sys/arch/macppc/dev/
adb.c 68 #ifdef ADB_DEBUG
69 int adb_debug = 0; /* Output debugging messages */ variable in typeref:typename:int
70 #endif /* ADB_DEBUG */
164 #ifdef ADB_DEBUG
165 if (adb_debug)

Completed in 19 milliseconds