Home
last modified time | relevance | path

Searched refs:error_vprintf_unless_qmp (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/stubs/
H A Derror-printf.c20 int error_vprintf_unless_qmp(const char *fmt, va_list ap) in error_vprintf_unless_qmp() function
/openbmc/qemu/include/monitor/
H A Dmonitor.h62 int error_vprintf_unless_qmp(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0);
/openbmc/qemu/monitor/
H A Dmonitor.c284 int error_vprintf_unless_qmp(const char *fmt, va_list ap) in error_vprintf_unless_qmp() function
303 ret = error_vprintf_unless_qmp(fmt, ap); in error_printf_unless_qmp()