Searched defs:DPRINTF (Results 1 – 4 of 4) 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/strace/ |
D | unwind.c | 41 #define DPRINTF(F, A, ...) if (debug_flag) error_msg("[unwind(" A ")] " F, __VA_ARGS__) macro
|