Searched refs:qprintf (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/ |
| H A D | qemu-img.c | 210 static int G_GNUC_PRINTF(2, 3) qprintf(bool quiet, const char *fmt, ...) in qprintf() function 560 qprintf(quiet, "%s\n", str->str); in dump_json_image_check() 569 qprintf(quiet, "No errors were found on the image.\n"); in dump_human_image_check() 572 qprintf(quiet, "\n%" PRId64 " errors were found on the image.\n" in dump_human_image_check() 579 qprintf(quiet, in dump_human_image_check() 586 qprintf(quiet, in dump_human_image_check() 594 qprintf(quiet, "%" PRId64 "/%" PRId64 " = %0.2f%% allocated, " in dump_human_image_check() 604 qprintf(quiet, in dump_human_image_check() 797 qprintf(quiet, in img_check() 1122 qprintf(quiet, "Image committed.\n"); in img_commit() [all …]
|