Searched refs:bootdev_debug (Results 1 – 4 of 4) sorted by relevance
71 int bootdev_debug; variable72 #define DPRINTF(x) if (bootdev_debug) printf x
73 int bootdev_debug; variable74 #define DPRINTF(x) do { if (bootdev_debug) printf x; } while (0)
160 int bootdev_debug = 0; /* patchable, or from DDB */ variable
116 extern int bootdev_debug;