HomeSort by: relevance | last modified time | path
    Searched refs:spc_debug (Results 1 - 2 of 2) 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...]

Completed in 12 milliseconds