Searched refs:vreport (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | error-report.c | 187 static void vreport(report_type type, const char *fmt, va_list ap) in vreport() function 228 vreport(REPORT_TYPE_ERROR, fmt, ap); in error_vreport() 239 vreport(REPORT_TYPE_WARNING, fmt, ap); in warn_vreport() 251 vreport(REPORT_TYPE_INFO, fmt, ap); in info_vreport() 266 vreport(REPORT_TYPE_ERROR, fmt, ap); in error_report() 281 vreport(REPORT_TYPE_WARNING, fmt, ap); in warn_report() 297 vreport(REPORT_TYPE_INFO, fmt, ap); in info_report() 316 vreport(REPORT_TYPE_ERROR, fmt, ap); in error_report_once_cond() 336 vreport(REPORT_TYPE_WARNING, fmt, ap); in warn_report_once_cond()
|