Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/tc/
Dtc_bootdev.c46 #define DPRINTF(x) if (bootdev_debug) printf x
/netbsd/src/sys/arch/alpha/pci/
Dpci_bootdev.c51 #define DPRINTF(x) if (bootdev_debug) printf x
/netbsd/src/sys/arch/alpha/include/
Dalpha.h82 extern int bootdev_debug;
/netbsd/src/sys/arch/alpha/alpha/
Dmachdep.c161 int bootdev_debug = 0; /* patchable, or from DDB */ variable