Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pccbb/
Dpccbb_isa.c106 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
107 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
Dpccbbvar.h112 extern int cbb_debug;
Dpccbb.c116 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
117 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
152 int cbb_debug = 0; variable
153 SYSCTL_INT(_hw_cbb, OID_AUTO, debug, CTLFLAG_RWTUN, &cbb_debug, 0,
Dpccbb_pci.c113 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
114 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)