Searched refs: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 15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname)) 16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname)) 18 DPRINTF(F, ("%s() returning status = %d\n", fname, S)) 44 #define DPRINTF(F,X) macro
|
/external/python/cpython2/Modules/ |
D | socketmodule.h | 224 #ifndef DPRINTF 225 # define DPRINTF if (0) printf macro 233 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME); in PySocketModule_ImportModuleAndAPI() 238 DPRINTF(" API object loaded and initialized.\n"); in PySocketModule_ImportModuleAndAPI() 242 DPRINTF(" not found.\n"); in PySocketModule_ImportModuleAndAPI()
|
/external/u-boot/drivers/rtc/ |
D | ds1302.c | 31 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro 38 # define DPRINTF(x,args...) macro 155 DPRINTF("READ 0x%x bytes @ 0x%x [ ", count, addr); in read_ser_drv() 176 DPRINTF("WRITE 0x%x bytes @ 0x%x [ ", count, addr); in write_ser_drv() 196 DPRINTF("init\n"); in rtc_init() 242 DPRINTF("init done\n"); in rtc_init() 281 DPRINTF("Get DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_get() 295 DPRINTF("Set DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_set()
|
/external/iproute2/tc/ |
D | q_gred.c | 33 #define DPRINTF(format, args...) fprintf(stderr, format, ##args) 35 #define DPRINTF(format, args...) macro 58 DPRINTF(stderr, "init_gred: invoked with %s\n", *argv); in init_gred() 107 DPRINTF("TC_GRED: sending DPs=%u def_DP=%u\n", opt.DPs, opt.def_DP); in init_gred()
|
/external/strace/ |
D | ChangeLog | 10333 unwind.c: eliminate DPRINTF. 10334 Since DPRINTF is simply a macro that provides debugging information 10338 * unwind.c (DPRINTF): Remove. 10341 DPRINTF(fmt, str, ...) with debug_func_msg(fmt, ...)/ 38378 * unwind.c (DPRINTF): Likewise. 43540 * unwind.c (DPRINTF): New macro, to be utilized in debugging cache
|