Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.h46 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
48 #define DPRINTF(...) do { } while (0) macro
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Ddebug.h13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro
44 #define DPRINTF(F,X) macro
/third_party/glib/glib/pcre/
Dpcre_internal.h98 #define DPRINTF(p) printf p macro
100 #define DPRINTF(p) /* Nothing */ macro