Searched defs:DPRINTF (Results 1 – 7 of 7) sorted by relevance
101 #define DPRINTF(x) do { if (pflogdebug) printf x ; } while (0) macro103 #define DPRINTF(x) macro
128 #define DPRINTF(fmt, arg...) printf("bstp: " fmt, ##arg) macro130 #define DPRINTF(fmt, arg...) macro
236 #define DPRINTF(x...) do { if (memmap) kprintf(x); } while (0) macro246 #define DPRINTF(x...) macro
1295 #define DPRINTF(x...) kprintf(x) macro1297 #define DPRINTF(x...) macro
139 #define DPRINTF(x ...) kprintf(x) macro141 #define DPRINTF(x ...) macro
116 #define DPRINTF(x) printf x macro119 #define DPRINTF(x) macro
247 #define DPRINTF(X) if (dummynet_debug) printf X macro250 #define DPRINTF(X) macro