Home
last modified time | relevance | path

Searched defs:PDEBUG (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c115 #define PDEBUG(a) if (bus_debug) {PRINTK("%s:%d: ", __func__, __LINE__), PRINTK a; PRINTK("\n… macro
140 #define PDEBUG(a) /* nop */ macro