sbt_debug 84 dev/sdmmc/sbt.c int sbt_debug = 1; sbt_debug 86 dev/sdmmc/sbt.c #define DNPRINTF(n, s) do { if ((n) <= sbt_debug) printf s; } while (0)