Searched refs:qprintf (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-img.c | 293 static int G_GNUC_PRINTF(2, 3) qprintf(bool quiet, const char *fmt, ...) in qprintf() function 622 qprintf(quiet, "%s\n", str->str); in dump_json_image_check() 631 qprintf(quiet, "No errors were found on the image.\n"); in dump_human_image_check() 634 qprintf(quiet, "\n%" PRId64 " errors were found on the image.\n" in dump_human_image_check() 641 qprintf(quiet, in dump_human_image_check() 648 qprintf(quiet, in dump_human_image_check() 656 qprintf(quiet, "%" PRId64 "/%" PRId64 " = %0.2f%% allocated, " in dump_human_image_check() 666 qprintf(quiet, in dump_human_image_check() 846 qprintf(quiet, in img_check() 1143 qprintf(quiet, "Image committed.\n"); in img_commit() [all …]
|