Home
last modified time | relevance | path

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

12345

/openbmc/u-boot/api/
H A Dapi.c50 static int API_getc(va_list ap) in API_getc()
66 static int API_tstc(va_list ap) in API_tstc()
82 static int API_putc(va_list ap) in API_putc()
98 static int API_puts(va_list ap) in API_puts()
114 static int API_reset(va_list ap) in API_reset()
130 static int API_get_sys_info(va_list ap) in API_get_sys_info()
146 static int API_udelay(va_list ap) in API_udelay()
162 static int API_get_timer(va_list ap) in API_get_timer()
196 static int API_dev_enum(va_list ap) in API_dev_enum()
229 static int API_dev_open(va_list ap) in API_dev_open()
[all …]
/openbmc/qemu/util/
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-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 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 …]
/openbmc/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
/openbmc/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 …]
/openbmc/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
/openbmc/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()
/openbmc/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()
/openbmc/qemu/tests/qtest/libqos/
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-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.c15 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap) in qtest_vboot()
40 va_list ap; in qtest_boot() local
/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/
H A Derror.h20 va_list ap; in error() local
38 va_list ap; in error_at_line() local
/openbmc/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
/openbmc/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.c32 va_list ap; in v9fs_string_sprintf() local
/openbmc/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
/openbmc/qemu/
H A Dcpu-target.c54 va_list ap; in cpu_abort() local
/openbmc/libcper/
H A Dlog.c22 va_list ap; in cper_print_log() local
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y600 va_list ap; in zconfprint() local
611 va_list ap; in zconf_error() local
/openbmc/phosphor-mboxd/test/
H A Dsystem.c37 va_list ap; in ioctl() local
/openbmc/hiomapd/test/
H A Dsystem.c36 va_list ap; in ioctl() local

12345