Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_bus.c165 static int bus_debug = 1; variable
166 SYSCTL_INT(_debug, OID_AUTO, bus_debug, CTLFLAG_RWTUN, &bus_debug, 0,
168 #define PDEBUG(a) if (bus_debug) {printf("%s:%d: ", __func__, __LINE__), printf a; printf("\n");}