Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/pccbb/
Dpccbb_isa.c103 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
104 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
Dpccbb.c114 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
115 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
153 int cbb_debug = 0; variable
154 TUNABLE_INT("hw.cbb.debug", &cbb_debug);
155 SYSCTL_INT(_hw_cbb, OID_AUTO, debug, CTLFLAG_RW, &cbb_debug, 0,
Dpccbbvar.h111 extern int cbb_debug;
Dpccbb_pci.c110 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
111 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)