/openbmc/qemu/include/qemu/ |
H A D | error-report.h | 33 int error_vprintf(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 34 int error_printf(const char *fmt, ...) G_GNUC_PRINTF(1, 2); 36 void error_vreport(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 37 void warn_vreport(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 38 void info_vreport(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 40 void error_report(const char *fmt, ...) G_GNUC_PRINTF(1, 2); 41 void warn_report(const char *fmt, ...) G_GNUC_PRINTF(1, 2); 42 void info_report(const char *fmt, ...) G_GNUC_PRINTF(1, 2); 45 G_GNUC_PRINTF(2, 3); 47 G_GNUC_PRINTF(2, 3);
|
H A D | qemu-print.h | 16 int qemu_vprintf(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 17 int qemu_printf(const char *fmt, ...) G_GNUC_PRINTF(1, 2); 20 G_GNUC_PRINTF(2, 0); 21 int qemu_fprintf(FILE *stream, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
H A D | log-for-trace.h | 33 void G_GNUC_PRINTF(1, 2) qemu_log(const char *fmt, ...);
|
H A D | buffer.h | 52 G_GNUC_PRINTF(2, 3);
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.h | 35 QTestState *qtest_initf(const char *fmt, ...) G_GNUC_PRINTF(1, 2); 47 QTestState *qtest_vinitf(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 133 G_GNUC_PRINTF(4, 5); 146 G_GNUC_PRINTF(2, 3); 158 G_GNUC_PRINTF(2, 3); 169 G_GNUC_PRINTF(2, 3); 194 G_GNUC_PRINTF(4, 0); 208 G_GNUC_PRINTF(2, 0); 225 G_GNUC_PRINTF(4, 0); 239 G_GNUC_PRINTF(2, 0); [all …]
|
H A D | libqmp.h | 26 const char *fmt, va_list ap) G_GNUC_PRINTF(4, 0); 28 void qmp_fd_vsend(int fd, const char *fmt, va_list ap) G_GNUC_PRINTF(2, 0); 29 void qmp_fd_send(int fd, const char *fmt, ...) G_GNUC_PRINTF(2, 3); 30 void qmp_fd_send_raw(int fd, const char *fmt, ...) G_GNUC_PRINTF(2, 3); 31 void qmp_fd_vsend_raw(int fd, const char *fmt, va_list ap) G_GNUC_PRINTF(2, 0); 32 QDict *qmp_fdv(int fd, const char *fmt, va_list ap) G_GNUC_PRINTF(2, 0); 33 QDict *qmp_fd(int fd, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
H A D | migration-helpers.h | 28 G_GNUC_PRINTF(5, 6) 32 G_GNUC_PRINTF(3, 4) 36 G_GNUC_PRINTF(4, 5)
|
/openbmc/qemu/include/qapi/ |
H A D | error.h | 323 G_GNUC_PRINTF(5, 6); 339 G_GNUC_PRINTF(6, 7); 353 G_GNUC_PRINTF(6, 7); 386 G_GNUC_PRINTF(3, 4); 393 G_GNUC_PRINTF(2, 0); 400 G_GNUC_PRINTF(2, 3); 417 G_GNUC_PRINTF(2, 3); 461 G_GNUC_PRINTF(2, 3); 467 G_GNUC_PRINTF(2, 3); 480 G_GNUC_PRINTF(6, 7);
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qjson.h | 20 G_GNUC_PRINTF(1, 0); 22 G_GNUC_PRINTF(1, 2); 24 G_GNUC_PRINTF(1, 0); 26 G_GNUC_PRINTF(1, 2);
|
/openbmc/qemu/include/monitor/ |
H A D | monitor.h | 36 G_GNUC_PRINTF(2, 0); 37 int monitor_printf(Monitor *mon, const char *fmt, ...) G_GNUC_PRINTF(2, 3); 62 int error_vprintf_unless_qmp(const char *fmt, va_list ap) G_GNUC_PRINTF(1, 0); 63 int error_printf_unless_qmp(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-pc.h | 7 G_GNUC_PRINTF(1, 0); 9 G_GNUC_PRINTF(1, 2);
|
H A D | libqos-spapr.h | 7 G_GNUC_PRINTF(1, 0); 9 G_GNUC_PRINTF(1, 2);
|
H A D | libqos.h | 25 G_GNUC_PRINTF(2, 0); 27 G_GNUC_PRINTF(2, 3);
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-bus-helper.h | 25 G_GNUC_PRINTF(6, 0); 29 G_GNUC_PRINTF(6, 7);
|
H A D | xen-bus.h | 86 G_GNUC_PRINTF(3, 4); 89 G_GNUC_PRINTF(3, 4);
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 292 Aml *aml_name(const char *name_format, ...) G_GNUC_PRINTF(1, 2); 347 Aml *aml_string(const char *name_format, ...) G_GNUC_PRINTF(1, 2); 353 const char *name_format, ...) G_GNUC_PRINTF(4, 5); 387 Aml *aml_scope(const char *name_format, ...) G_GNUC_PRINTF(1, 2); 388 Aml *aml_device(const char *name_format, ...) G_GNUC_PRINTF(1, 2); 463 G_GNUC_PRINTF(2, 3);
|
/openbmc/qemu/include/hw/ |
H A D | hw.h | 8 G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
|
/openbmc/qemu/qga/vss-win32/ |
H A D | vss-debug.h | 19 void qga_debug_internal(const char *funcname, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
H A D | requester.h | 28 G_GNUC_PRINTF(6, 7);
|
/openbmc/qemu/audio/ |
H A D | audio.h | 94 void AUD_vlog (const char *cap, const char *fmt, va_list ap) G_GNUC_PRINTF(2, 0); 95 void AUD_log (const char *cap, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
/openbmc/qemu/disas/ |
H A D | disas-internal.h | 20 G_GNUC_PRINTF(2, 3);
|
/openbmc/qemu/include/sysemu/ |
H A D | qtest.h | 28 void G_GNUC_PRINTF(2, 3) qtest_sendf(CharBackend *chr, const char *fmt, ...);
|
/openbmc/qemu/fsdev/ |
H A D | 9p-marshal.c | 30 void G_GNUC_PRINTF(2, 3)
|
/openbmc/qemu/qga/ |
H A D | guest-agent-core.h | 39 void G_GNUC_PRINTF(1, 2) slog(const gchar *fmt, ...);
|
/openbmc/qemu/include/exec/ |
H A D | gdbstub.h | 77 void G_GNUC_PRINTF(2, 3)
|