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

  /src/sys/dev/ic/
mb89352var.h 189 #if SPC_DEBUG
197 extern int spc_debug; /* SPC_SHOWSTART|SPC_SHOWMISC|SPC_SHOWTRACE; */
200 if ((spc_debug & (b)) != 0) \
205 if ((spc_debug & SPC_DOBREAK) != 0) \
mb89352.c 118 * kernel debugger. If you set SPC_DEBUG to 0 they are not included (the
122 #define SPC_DEBUG 1
173 #if SPC_DEBUG
174 int spc_debug = 0x00; /* SPC_SHOWSTART|SPC_SHOWMISC|SPC_SHOWTRACE; */ variable in typeref:typename:int
196 #if SPC_DEBUG
849 #if SPC_DEBUG
858 #if SPC_DEBUG
859 if ((spc_debug & SPC_SHOWMISC) != 0) {
1950 #if SPC_DEBUG
1951 if ((spc_debug & SPC_SHOWMISC) != 0)
    [all...]
  /src/sys/arch/x68k/dev/
mha.c 85 * kernel debugger. If you set SPC_DEBUG to 0 they are not included (the
88 #define SPC_DEBUG 0
190 #if SPC_DEBUG
260 #if SPC_DEBUG
906 #if SPC_DEBUG
915 #if SPC_DEBUG
1091 #if SPC_DEBUG
1170 #if SPC_DEBUG
1177 #if SPC_DEBUG
1983 #if SPC_DEBUG
    [all...]

Completed in 15 milliseconds