Home
last modified time | relevance | path

Searched defs:printed (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Derror-report.c306 bool error_report_once_cond(bool *printed, const char *fmt, ...) in error_report_once_cond()
326 bool warn_report_once_cond(bool *printed, const char *fmt, ...) in warn_report_once_cond()
/qemu/block/monitor/
H A Dblock-hmp-cmds.c732 bool printed = false; in hmp_info_block() local