Searched refs:DFPRINTF (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | img2qcow.c | 59 #define DFPRINTF(_f, _a...) ((void)0) macro 87 DFPRINTF("Buf dump, length %d:\n",length); in print_bytes() 89 DFPRINTF("%x",*p); in print_bytes() 91 if(k % 16 == 0) DFPRINTF("\n"); in print_bytes() 92 else if(k % 2 == 0) DFPRINTF(" "); in print_bytes() 94 DFPRINTF("\n"); in print_bytes() 106 DFPRINTF("\r%s %"PRIi64"%%", in debug_output() 145 DFPRINTF("Image size: [%"PRIu64"]\n", in get_image_info() 155 DFPRINTF("AIO FAILURE: res [%d]!\n",err); in send_responses() 196 DFPRINTF("Unable to create QCOW file\n"); in main() [all …]
|
A D | qcow2raw.c | 56 #define DFPRINTF(_f, _a...) ((void)0) macro 95 DFPRINTF("%x",*p); in print_bytes() 97 if (k % 16 == 0) DFPRINTF("\n"); in print_bytes() 100 DFPRINTF("\n"); in print_bytes() 112 DFPRINTF("\r%s %"PRIu64"%%", in debug_output() 123 DFPRINTF("AIO FAILURE: res [%d]!\n",err); in send_write_responses() 259 DFPRINTF("ERROR creating file [%s] " in main() 265 DFPRINTF("Unable to create file " in main() 291 DFPRINTF("Exiting...\n"); in main() 320 DFPRINTF("Unable to create file " in main() [all …]
|
A D | qcow-create.c | 45 #define DFPRINTF(_f, _a...) fprintf ( stderr, _f , ## _a ) macro 47 #define DFPRINTF(_f, _a...) ((void)0) macro 109 DFPRINTF("Creating file size %"PRIu64", name %s\n",(uint64_t)size, filename); in main()
|
A D | td.c | 44 #define DFPRINTF(_f, _a...) fprintf ( stdout, _f , ## _a ) macro 46 #define DFPRINTF(_f, _a...) ((void)0) macro
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-util.c | 38 #define DFPRINTF(_f, _a...) fprintf(stdout, _f , ##_a) macro 40 #define DFPRINTF(_f, _a...) ((void)0) macro
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-resize.c | 40 #define DFPRINTF(_f, _a...) fprintf(stdout, _f, ##_a) macro 42 #define DFPRINTF(_f, _a...) ((void)0) macro 48 DFPRINTF(_f, _a); \
|
Completed in 8 milliseconds