Home
last modified time | relevance | path

Searched refs:G_GNUC_PRINTF (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/qemu/include/qemu/
H A Derror-report.h33 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 Dqemu-print.h16 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 Dlog-for-trace.h33 void G_GNUC_PRINTF(1, 2) qemu_log(const char *fmt, ...);
H A Dbuffer.h52 G_GNUC_PRINTF(2, 3);
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h35 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 Dlibqmp.h26 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 Dmigration-helpers.h28 G_GNUC_PRINTF(5, 6)
32 G_GNUC_PRINTF(3, 4)
36 G_GNUC_PRINTF(4, 5)
/openbmc/qemu/include/qapi/
H A Derror.h323 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 Dqjson.h20 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 Dmonitor.h36 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 Dlibqos-pc.h7 G_GNUC_PRINTF(1, 0);
9 G_GNUC_PRINTF(1, 2);
H A Dlibqos-spapr.h7 G_GNUC_PRINTF(1, 0);
9 G_GNUC_PRINTF(1, 2);
H A Dlibqos.h25 G_GNUC_PRINTF(2, 0);
27 G_GNUC_PRINTF(2, 3);
/openbmc/qemu/include/hw/xen/
H A Dxen-bus-helper.h25 G_GNUC_PRINTF(6, 0);
29 G_GNUC_PRINTF(6, 7);
H A Dxen-bus.h86 G_GNUC_PRINTF(3, 4);
89 G_GNUC_PRINTF(3, 4);
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h292 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 Dhw.h8 G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
/openbmc/qemu/qga/vss-win32/
H A Dvss-debug.h19 void qga_debug_internal(const char *funcname, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
H A Drequester.h28 G_GNUC_PRINTF(6, 7);
/openbmc/qemu/audio/
H A Daudio.h94 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 Ddisas-internal.h20 G_GNUC_PRINTF(2, 3);
/openbmc/qemu/include/sysemu/
H A Dqtest.h28 void G_GNUC_PRINTF(2, 3) qtest_sendf(CharBackend *chr, const char *fmt, ...);
/openbmc/qemu/fsdev/
H A D9p-marshal.c30 void G_GNUC_PRINTF(2, 3)
/openbmc/qemu/qga/
H A Dguest-agent-core.h39 void G_GNUC_PRINTF(1, 2) slog(const gchar *fmt, ...);
/openbmc/qemu/include/exec/
H A Dgdbstub.h77 void G_GNUC_PRINTF(2, 3)

1234