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

  /src/sys/dev/ic/
atw.c 148 #ifdef ATW_DEBUG
149 int atw_debug = 0; variable in typeref:typename:int
151 #define ATW_DPRINTF(x) if (atw_debug > 0) printf x
152 #define ATW_DPRINTF2(x) if (atw_debug > 1) printf x
153 #define ATW_DPRINTF3(x) if (atw_debug > 2) printf x
402 #ifdef ATW_DEBUG
414 #endif /* ATW_DEBUG */
418 #ifdef ATW_DEBUG
498 #endif /* ATW_DEBUG */
529 #ifdef ATW_DEBUG
    [all...]
atw.c 148 #ifdef ATW_DEBUG
149 int atw_debug = 0; variable in typeref:typename:int
151 #define ATW_DPRINTF(x) if (atw_debug > 0) printf x
152 #define ATW_DPRINTF2(x) if (atw_debug > 1) printf x
153 #define ATW_DPRINTF3(x) if (atw_debug > 2) printf x
402 #ifdef ATW_DEBUG
414 #endif /* ATW_DEBUG */
418 #ifdef ATW_DEBUG
498 #endif /* ATW_DEBUG */
529 #ifdef ATW_DEBUG
    [all...]

Completed in 24 milliseconds