| /qemu/util/ |
| A D | error-report.c | 34 va_list ap; in error_printf() local 187 static void vreport(report_type type, const char *fmt, va_list ap) in vreport() 226 void error_vreport(const char *fmt, va_list ap) in error_vreport() 237 void warn_vreport(const char *fmt, va_list ap) in warn_vreport() 249 void info_vreport(const char *fmt, va_list ap) in info_vreport() 263 va_list ap; in error_report() local 278 va_list ap; in warn_report() local 294 va_list ap; in info_report() local 308 va_list ap; in error_report_once_cond() local 328 va_list ap; in warn_report_once_cond() local
|
| A D | qemu-print.c | 21 int qemu_vprintf(const char *fmt, va_list ap) in qemu_vprintf() 36 va_list ap; in qemu_printf() local 49 int qemu_vfprintf(FILE *stream, const char *fmt, va_list ap) in qemu_vfprintf() 63 va_list ap; in qemu_fprintf() local
|
| A D | error.c | 59 ErrorClass err_class, const char *fmt, va_list ap, in error_setv() 91 va_list ap; in error_set_internal() local 102 va_list ap; in error_setg_internal() local 113 va_list ap; in error_setg_errno_internal() local 132 void error_vprepend(Error *const *errp, const char *fmt, va_list ap) in error_vprepend() 149 va_list ap; in error_prepend() local 158 va_list ap; in error_append_hint() local 184 va_list ap; in error_setg_win32_internal() local 252 va_list ap; in error_reportf_err() local 263 va_list ap; in warn_reportf_err() local [all …]
|
| A D | qsp.c | 182 static bool qsp_callsite_cmp(const void *ap, const void *bp) in qsp_callsite_cmp() 194 static bool qsp_callsite_no_obj_cmp(const void *ap, const void *bp) in qsp_callsite_no_obj_cmp() 205 static bool qsp_entry_no_thread_cmp(const void *ap, const void *bp) in qsp_entry_no_thread_cmp() 213 static bool qsp_entry_no_thread_obj_cmp(const void *ap, const void *bp) in qsp_entry_no_thread_obj_cmp() 221 static bool qsp_entry_cmp(const void *ap, const void *bp) in qsp_entry_cmp() 460 static gint qsp_tree_cmp(gconstpointer ap, gconstpointer bp, gpointer up) in qsp_tree_cmp()
|
| /qemu/tests/tcg/minilib/ |
| A D | printf.c | 17 #define va_start(ap, X) __builtin_va_start(ap, X) argument 18 #define va_arg(ap, type) __builtin_va_arg(ap, type) argument 19 #define va_end(ap) __builtin_va_end(ap) argument 49 va_list ap; in ml_printf() local
|
| /qemu/tests/qtest/ |
| A D | libqmp.c | 139 const char *fmt, va_list ap) in _qmp_fd_vsend_fds() 182 const char *fmt, va_list ap) in qmp_fd_vsend_fds() 188 void qmp_fd_vsend(int fd, const char *fmt, va_list ap) in qmp_fd_vsend() 194 QDict *qmp_fdv(int fd, const char *fmt, va_list ap) in qmp_fdv() 203 va_list ap; in qmp_fd() local 214 va_list ap; in qmp_fd_send() local 221 void qmp_fd_vsend_raw(int fd, const char *fmt, va_list ap) in qmp_fd_vsend_raw() 235 va_list ap; in qmp_fd_send_raw() local
|
| A D | libqtest.c | 396 va_list ap; in qtest_spawn_qemu() local 560 va_list ap; in qtest_initf() local 629 va_list ap; in qtest_sendf() local 814 va_list ap; in qtest_qmp_fds() local 826 va_list ap; in qtest_qmp() local 837 va_list ap; in qtest_qmp_send() local 846 va_list ap; in qtest_qmp_send_raw() local 922 va_list ap; in qtest_hmp() local 1374 va_list ap; in qtest_qmp_assert_failure_ref() local 1385 va_list ap; in qtest_qmp_assert_success_ref() local [all …]
|
| A D | migration-helpers.c | 173 va_list ap; in migrate_qmp_fail() local 207 va_list ap; in migrate_qmp() local 248 va_list ap; in migrate_incoming_qmp() local
|
| /qemu/tests/multiboot/ |
| A D | libc.h | 44 #define va_start(ap, X) __builtin_va_start(ap, X) argument 45 #define va_arg(ap, type) __builtin_va_arg(ap, type) argument 46 #define va_end(ap) __builtin_va_end(ap) argument
|
| A D | libc.c | 65 va_list ap; in printf() local
|
| /qemu/qobject/ |
| A D | qjson.c | 62 static QObject *qobject_from_jsonv(const char *string, va_list *ap, in qobject_from_jsonv() 90 QObject *qobject_from_vjsonf_nofail(const char *string, va_list ap) in qobject_from_vjsonf_nofail() 112 va_list ap; in qobject_from_jsonf_nofail() local 126 QDict *qdict_from_vjsonf_nofail(const char *string, va_list ap) in qdict_from_vjsonf_nofail() 143 va_list ap; in qdict_from_jsonf_nofail() local
|
| A D | json-parser.c | 38 va_list *ap; member 60 va_list ap; in parse_error() local 574 QObject *json_parser_parse(GQueue *tokens, va_list *ap, Error **errp) in json_parser_parse()
|
| /qemu/stubs/ |
| A D | error-printf.c | 5 int error_vprintf(const char *fmt, va_list ap) in error_vprintf() 20 int error_vprintf_unless_qmp(const char *fmt, va_list ap) in error_vprintf_unless_qmp()
|
| A D | monitor-core.c | 19 int monitor_vprintf(Monitor *mon, const char *fmt, va_list ap) in monitor_vprintf()
|
| /qemu/tests/qtest/libqos/ |
| A D | libqos-pc.c | 13 QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap) in qtest_pc_vboot() 21 va_list ap; in qtest_pc_boot() local
|
| A D | libqos-spapr.c | 13 QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap) in qtest_spapr_vboot() 21 va_list ap; in qtest_spapr_boot() local
|
| A D | libqos.c | 15 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap) in qtest_vboot() 40 va_list ap; in qtest_boot() local
|
| /qemu/hw/xen/ |
| A D | xen-bus-helper.c | 73 const char *fmt, va_list ap) in xs_node_vprintf() 97 va_list ap; in xs_node_printf() local 106 const char *fmt, va_list ap) in xs_node_vscanf() 135 va_list ap; in xs_node_scanf() local
|
| /qemu/fsdev/ |
| A D | 9p-iov-marshal.c | 73 int bswap, const char *fmt, va_list ap) in v9fs_iov_vunmarshal() 195 va_list ap; in v9fs_iov_unmarshal() local 205 int bswap, const char *fmt, va_list ap) in v9fs_iov_vmarshal() 308 va_list ap; in v9fs_iov_marshal() local
|
| A D | 9p-marshal.c | 33 va_list ap; in v9fs_string_sprintf() local
|
| /qemu/monitor/ |
| A D | monitor.c | 214 int monitor_vprintf(Monitor *mon, const char *fmt, va_list ap) in monitor_vprintf() 237 va_list ap; in monitor_printf() local 274 int error_vprintf(const char *fmt, va_list ap) in error_vprintf() 284 int error_vprintf_unless_qmp(const char *fmt, va_list ap) in error_vprintf_unless_qmp() 299 va_list ap; in error_printf_unless_qmp() local
|
| /qemu/hw/arm/ |
| A D | smmu-internal.h | 75 #define is_permission_fault(ap, perm) \ argument 81 #define PTE_AP_TO_PERM(ap) \ argument
|
| /qemu/tests/tcg/s390x/ |
| A D | trap.c | 20 va_list ap; in error1() local
|
| /qemu/hw/9pfs/ |
| A D | virtio-9p-device.c | 121 const char *fmt, va_list ap) in virtio_pdu_vmarshal() 139 const char *fmt, va_list ap) in virtio_pdu_vunmarshal()
|
| /qemu/include/qapi/qmp/ |
| A D | json-parser.h | 26 va_list *ap; member
|