Home
last modified time | relevance | path

Searched defs:printed (Results 1 – 3 of 3) 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()
H A Derror.c248 bool warn_report_err_once_cond(bool *printed, Error *err) in warn_report_err_once_cond()
/qemu/block/monitor/
H A Dblock-hmp-cmds.c734 bool printed = false; in hmp_info_block() local