Home
last modified time | relevance | path

Searched defs:ap (Results 1 – 25 of 86) sorted by relevance

1234

/qemu/util/
H A Derror-report.c34 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
H A Dqemu-print.c21 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
H A Derror.c56 ErrorClass err_class, const char *fmt, va_list ap, in error_setv()
89 va_list ap; in error_set_internal() local
100 va_list ap; in error_setg_internal() local
111 va_list ap; in error_setg_errno_internal() local
130 void error_vprepend(Error *const *errp, const char *fmt, va_list ap) in error_vprepend()
147 va_list ap; in error_prepend() local
156 va_list ap; in error_append_hint() local
182 va_list ap; in error_setg_win32_internal() local
261 va_list ap; in error_reportf_err() local
272 va_list ap; in warn_reportf_err() local
[all …]
H A Dqsp.c182 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/
H A Dprintf.c17 #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/
H A Dlibqmp.c139 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
H A Dlibqtest.c415 va_list ap; in qtest_spawn_qemu() local
600 QTestState *qtest_vinitf(const char *fmt, va_list ap) in qtest_vinitf()
612 va_list ap; in qtest_initf() local
681 va_list ap; in qtest_sendf() local
833 const char *fmt, va_list ap) in qtest_qmp_vsend_fds()
840 void qtest_qmp_vsend(QTestState *s, const char *fmt, va_list ap) in qtest_qmp_vsend()
848 const char *fmt, va_list ap) in qtest_vqmp_fds()
857 QDict *qtest_vqmp(QTestState *s, const char *fmt, va_list ap) in qtest_vqmp()
869 va_list ap; in qtest_qmp_fds() local
881 va_list ap; in qtest_qmp() local
[all …]
/qemu/qobject/
H A Dqjson.c62 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
H A Djson-parser.c38 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/tests/multiboot/
H A Dlibc.h44 #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
H A Dlibc.c65 va_list ap; in printf() local
/qemu/stubs/
H A Derror-printf.c5 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()
H A Dmonitor-core.c19 int monitor_vprintf(Monitor *mon, const char *fmt, va_list ap) in monitor_vprintf()
/qemu/tests/qtest/libqos/
H A Dlibqos-spapr.c13 QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap) in qtest_spapr_vboot()
21 va_list ap; in qtest_spapr_boot() local
H A Dlibqos-pc.c13 QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap) in qtest_pc_vboot()
21 va_list ap; in qtest_pc_boot() local
H A Dlibqos.c15 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/
H A Dxen-bus-helper.c73 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()
132 va_list ap; in xs_node_scanf() local
147 va_list ap; in xs_node_read() local
/qemu/fsdev/
H A D9p-iov-marshal.c73 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
H A D9p-marshal.c33 va_list ap; in v9fs_string_sprintf() local
/qemu/monitor/
H A Dmonitor.c214 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/
H A Dcpu-target.c55 va_list ap; in cpu_abort() local
/qemu/hw/arm/
H A Dsmmu-internal.h75 #define is_permission_fault(ap, perm) \ argument
81 #define PTE_AP_TO_PERM(ap) \ argument
/qemu/tests/tcg/s390x/
H A Dtrap.c20 va_list ap; in error1() local
/qemu/hw/9pfs/
H A Dvirtio-9p-device.c121 const char *fmt, va_list ap) in virtio_pdu_vmarshal()
139 const char *fmt, va_list ap) in virtio_pdu_vunmarshal()
/qemu/include/qobject/
H A Djson-parser.h26 va_list *ap; member

1234