Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pccbb/
H A Dpccbbvar.h110 extern int cbb_debug;
H A Dpccbb.c112 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
113 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
149 int cbb_debug = 0; variable
150 SYSCTL_INT(_hw_cbb, OID_AUTO, debug, CTLFLAG_RWTUN, &cbb_debug, 0,
H A Dpccbb_pci.c112 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)
113 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)