Searched refs:bus_debug (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/kern/ | ||
H A D | subr_bus.c | 112 static int bus_debug = 1; variable 114 #define PDEBUG(a) if (bus_debug) {PRINTK("%s:%d: ", __func__, __LINE__), PRINTK a; PRINTK("\n");} |
Completed in 4 milliseconds