Searched defs:DPRINTF (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | debug.h | 13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro 44 #define DPRINTF(F,X) macro
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
D | test.h | 24 #define DPRINTF(a, x, args...) fprintf(a, x , ##args); macro
|
/external/iproute2/tc/ |
D | q_gred.c | 35 #define DPRINTF(format, args...) macro
|
/external/u-boot/drivers/rtc/ |
D | ds1302.c | 33 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro 40 # define DPRINTF(x,args...) macro
|
/external/python/cpython2/Modules/ |
D | socketmodule.h | 225 # define DPRINTF if (0) printf macro
|