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