Home
last modified time | relevance | path

Searched refs:DFPRINTF (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dimg2qcow.c59 #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 Dqcow2raw.c56 #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 Dqcow-create.c45 #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 Dtd.c44 #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 Dvhd-util.c38 #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 Dvhd-util-resize.c40 #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