Home
last modified time | relevance | path

Searched defs:DPRINTF (Results 1 – 4 of 4) 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/uboot/u-boot-2020.01/drivers/rtc/
Dds1302.c31 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro
38 # define DPRINTF(x,args...) macro
/third_party/glib/glib/pcre/
Dpcre_internal.h98 #define DPRINTF(p) printf p macro
100 #define DPRINTF(p) /* Nothing */ macro