Searched refs:bus_debug (Results 1 – 1 of 1) sorted by relevance
186 static int bus_debug = 1; variable187 SYSCTL_INT(_debug, OID_AUTO, bus_debug, CTLFLAG_RWTUN, &bus_debug, 0,189 #define PDEBUG(a) if (bus_debug) {printf("%s:%d: ", __func__, __LINE__), printf a; printf("\n");}