Home
last modified time | relevance | path

Searched defs:DPRINTF (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_debug.h45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
47 #define DPRINTF(...) do { } while (0) macro
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Ddebug.h13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro
44 #define DPRINTF(F,X) macro

Completed in 2 milliseconds