Home
last modified time | relevance | path

Searched refs:bootdev_debug (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/alpha/alpha/
H A Dapi_up1000.c71 int bootdev_debug; variable
72 #define DPRINTF(x) if (bootdev_debug) printf x
H A Ddec_kn300.c73 int bootdev_debug; variable
74 #define DPRINTF(x) do { if (bootdev_debug) printf x; } while (0)
H A Dmachdep.c160 int bootdev_debug = 0; /* patchable, or from DDB */ variable
/openbsd/sys/arch/alpha/include/
H A Dcpu.h116 extern int bootdev_debug;