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

  /src/sys/dev/sdmmc/
sbt.c 100 #ifdef SBT_DEBUG
101 int sbt_debug = 1; variable in typeref:typename:int
103 #define DNPRINTF(n, s) do { if ((n) <= sbt_debug) printf s; } while (0)
451 #ifdef SBT_DEBUG
463 #ifdef SBT_DEBUG
472 #ifdef SBT_DEBUG
481 #ifdef SBT_DEBUG
sbt.c 100 #ifdef SBT_DEBUG
101 int sbt_debug = 1; variable in typeref:typename:int
103 #define DNPRINTF(n, s) do { if ((n) <= sbt_debug) printf s; } while (0)
451 #ifdef SBT_DEBUG
463 #ifdef SBT_DEBUG
472 #ifdef SBT_DEBUG
481 #ifdef SBT_DEBUG

Completed in 288 milliseconds