Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pccbb/
H A Dpccbbvar.h108 extern int cbb_debug;
H A Dpccbb.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)
145 int cbb_debug = 0; variable
146 SYSCTL_INT(_hw_cbb, OID_AUTO, debug, CTLFLAG_RWTUN, &cbb_debug, 0,
H A 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)