Home
last modified time | relevance | path

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

/dragonfly/sys/dev/pccard/pccbb/
H A Dpccbb_isa.c81 #define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0)
82 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
H A Dpccbb.c113 #define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0)
114 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
152 int cbb_debug = 0; variable
153 TUNABLE_INT("hw.cbb.debug", &cbb_debug);
154 SYSCTL_ULONG(_hw_cbb, OID_AUTO, debug, CTLFLAG_RW, &cbb_debug, 0,
H A Dpccbb_pci.c105 #define DPRINTF(x) do { if (cbb_debug) kprintf x; } while (0)
106 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
H A Dpccbbvar.h113 extern int cbb_debug;