Home
last modified time | relevance | path

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

1234

/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 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.c89 error_setv(errp, src, line, func, err_class, fmt, ap, NULL); in error_set_internal() local
100 error_setv(errp, src, line, func, ERROR_CLASS_GENERIC_ERROR, fmt, ap, NULL); in error_setg_internal() local
56 error_setv(Error ** errp,const char * src,int line,const char * func,ErrorClass err_class,const char * fmt,va_list ap,const char * suffix) error_setv() argument
111 va_list ap; error_setg_errno_internal() local
130 error_vprepend(Error * const * errp,const char * fmt,va_list ap) error_vprepend() argument
147 va_list ap; error_prepend() local
156 va_list ap; error_append_hint() local
182 va_list ap; error_setg_win32_internal() local
261 va_list ap; error_reportf_err() local
272 va_list ap; warn_reportf_err() local
309 va_list ap; error_propagate_prepend() 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; qtest_spawn_qemu() local
600 qtest_vinitf(const char * fmt,va_list ap) qtest_vinitf() argument
612 va_list ap; qtest_initf() local
681 va_list ap; qtest_sendf() local
833 qtest_qmp_vsend_fds(QTestState * s,int * fds,size_t fds_num,const char * fmt,va_list ap) qtest_qmp_vsend_fds() argument
840 qtest_qmp_vsend(QTestState * s,const char * fmt,va_list ap) qtest_qmp_vsend() argument
848 qtest_vqmp_fds(QTestState * s,int * fds,size_t fds_num,const char * fmt,va_list ap) qtest_vqmp_fds() argument
857 qtest_vqmp(QTestState * s,const char * fmt,va_list ap) qtest_vqmp() argument
869 va_list ap; qtest_qmp_fds() local
881 va_list ap; qtest_qmp() local
892 va_list ap; qtest_qmp_send() local
901 va_list ap; qtest_qmp_send_raw() local
959 qtest_vhmp(QTestState * s,const char * fmt,va_list ap) qtest_vhmp() argument
978 va_list ap; qtest_hmp() local
1505 va_list ap; qtest_qmp_assert_failure_ref() local
1516 va_list ap; qtest_qmp_assert_success_ref() local
1525 va_list ap; qtest_qmp_assert_success() local
1536 va_list ap; qtest_qmp_fds_assert_success_ref() local
1546 va_list ap; qtest_qmp_fds_assert_success() local
1865 va_list ap; qtest_qmp_device_add() 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/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/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/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/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/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/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/u-boot/scripts/kconfig/
H A Dzconf.y600 va_list ap; in zconfprint() local
611 va_list ap; in zconf_error() local
/openbmc/libcper/
H A Dlog.c22 va_list ap; in cper_print_log() 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
/openbmc/libmctp/
H A Dlog.c32 va_list ap; in mctp_prlog() local

1234