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

  /src/sys/arch/mac68k/dev/
sbc.c 75 /* SBC_DEBUG -- relies on DDB */
76 #ifdef SBC_DEBUG
85 do { if (sbc_debug & SBC_DB_BREAK) Debugger(); } while (0)
91 int sbc_debug = 0 /* | SBC_DB_INTR | SBC_DB_DMA */; variable in typeref:typename:int
179 #ifdef SBC_DEBUG
180 if (sbc_debug & SBC_DB_INTR)
192 #ifdef SBC_DEBUG
203 #ifdef SBC_DEBUG
455 #ifdef SBC_DEBUG
456 if (sbc_debug & SBC_DB_INTR
    [all...]
sbc.c 75 /* SBC_DEBUG -- relies on DDB */
76 #ifdef SBC_DEBUG
85 do { if (sbc_debug & SBC_DB_BREAK) Debugger(); } while (0)
91 int sbc_debug = 0 /* | SBC_DB_INTR | SBC_DB_DMA */; variable in typeref:typename:int
179 #ifdef SBC_DEBUG
180 if (sbc_debug & SBC_DB_INTR)
192 #ifdef SBC_DEBUG
203 #ifdef SBC_DEBUG
455 #ifdef SBC_DEBUG
456 if (sbc_debug & SBC_DB_INTR
    [all...]
sbc.c 75 /* SBC_DEBUG -- relies on DDB */
76 #ifdef SBC_DEBUG
85 do { if (sbc_debug & SBC_DB_BREAK) Debugger(); } while (0)
91 int sbc_debug = 0 /* | SBC_DB_INTR | SBC_DB_DMA */; variable in typeref:typename:int
179 #ifdef SBC_DEBUG
180 if (sbc_debug & SBC_DB_INTR)
192 #ifdef SBC_DEBUG
203 #ifdef SBC_DEBUG
455 #ifdef SBC_DEBUG
456 if (sbc_debug & SBC_DB_INTR
    [all...]

Completed in 37 milliseconds