Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h108 extern int cbb_debug;
H A Dpccbb.c109 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
144 int cbb_debug = 0; variable
145 SYSCTL_INT(_hw_cbb, OID_AUTO, debug, CTLFLAG_RWTUN, &cbb_debug, 0,
H A Dpccbb_pci.c109 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)