Searched refs:bootdev_debug (Results 1 – 4 of 4) sorted by relevance
46 #define DPRINTF(x) if (bootdev_debug) printf x
51 #define DPRINTF(x) if (bootdev_debug) printf x
82 extern int bootdev_debug;
161 int bootdev_debug = 0; /* patchable, or from DDB */ variable