Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 220) sorted by relevance

123456789

/qemu/hw/net/
H A Dvmxnet_debug.h81 #define VMW_SHPRN(fmt, ...) \ argument
89 #define VMW_CBPRN(fmt, ...) \ argument
97 #define VMW_PKPRN(fmt, ...) \ argument
105 #define VMW_WRPRN(fmt, ...) \ argument
113 #define VMW_ERPRN(fmt, ...) \ argument
121 #define VMW_IRPRN(fmt, ...) \ argument
129 #define VMW_CFPRN(fmt, ...) \ argument
137 #define VMW_RIPRN(fmt, ...) \ argument
/qemu/util/
H A Derror-report.c32 int error_printf(const char *fmt, ...) in error_printf()
197 static void vreport(report_type type, const char *fmt, va_list ap) in vreport()
236 void error_vreport(const char *fmt, va_list ap) in error_vreport()
247 void warn_vreport(const char *fmt, va_list ap) in warn_vreport()
259 void info_vreport(const char *fmt, va_list ap) in info_vreport()
271 void error_report(const char *fmt, ...) in error_report()
286 void warn_report(const char *fmt, ...) in warn_report()
302 void info_report(const char *fmt, ...) in info_report()
316 bool error_report_once_cond(bool *printed, const char *fmt, ...) in error_report_once_cond()
336 bool warn_report_once_cond(bool *printed, const char *fmt, ...) in warn_report_once_cond()
H A Dqemu-print.c21 int qemu_vprintf(const char *fmt, va_list ap) in qemu_vprintf()
34 int qemu_printf(const char *fmt, ...) in qemu_printf()
49 int qemu_vfprintf(FILE *stream, const char *fmt, va_list ap) in qemu_vfprintf()
61 int qemu_fprintf(FILE *stream, const char *fmt, ...) in qemu_fprintf()
H A Derror.c59 ErrorClass err_class, const char *fmt, va_list ap, in error_setv()
89 ErrorClass err_class, const char *fmt, ...) in error_set_internal()
100 const char *fmt, ...) in error_setg_internal()
111 int os_errno, const char *fmt, ...) in error_setg_errno_internal()
132 void error_vprepend(Error *const *errp, const char *fmt, va_list ap) in error_vprepend()
147 void error_prepend(Error *const *errp, const char *fmt, ...) in error_prepend()
156 void error_append_hint(Error *const *errp, const char *fmt, ...) in error_append_hint()
182 int win32_err, const char *fmt, ...) in error_setg_win32_internal()
250 void error_reportf_err(Error *err, const char *fmt, ...) in error_reportf_err()
261 void warn_reportf_err(Error *err, const char *fmt, ...) in warn_reportf_err()
[all …]
/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()
201 QDict *qmp_fd(int fd, const char *fmt, ...) in qmp_fd()
212 void qmp_fd_send(int fd, const char *fmt, ...) in qmp_fd_send()
221 void qmp_fd_vsend_raw(int fd, const char *fmt, va_list ap) in qmp_fd_vsend_raw()
233 void qmp_fd_send_raw(int fd, const char *fmt, ...) in qmp_fd_send_raw()
H A Dlibqtest.c547 QTestState *qtest_vinitf(const char *fmt, va_list ap) in qtest_vinitf()
557 QTestState *qtest_initf(const char *fmt, ...) in qtest_initf()
777 const char *fmt, va_list ap) in qtest_qmp_vsend_fds()
790 const char *fmt, va_list ap) in qtest_vqmp_fds()
809 const char *fmt, ...) in qtest_qmp_fds()
821 QDict *qtest_qmp(QTestState *s, const char *fmt, ...) in qtest_qmp()
832 void qtest_qmp_send(QTestState *s, const char *fmt, ...) in qtest_qmp_send()
841 void qtest_qmp_send_raw(QTestState *s, const char *fmt, ...) in qtest_qmp_send_raw()
917 char *qtest_hmp(QTestState *s, const char *fmt, ...) in qtest_hmp()
1410 const char *fmt, ...) in qtest_qmp_fds_assert_success()
[all …]
/qemu/include/qapi/
H A Derror.h317 #define error_setg(errp, fmt, ...) \ argument
333 #define error_setg_errno(errp, os_error, fmt, ...) \ argument
347 #define error_setg_win32(errp, win32_err, fmt, ...) \ argument
474 #define error_set(errp, err_class, fmt, ...) \ argument
/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c71 char *fmt; in fmt_16() local
135 char *fmt; in fmt_f32() local
203 char *fmt; in fmt_f64() local
214 char *fmt; in fmt_flags() 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()
/qemu/hw/i2c/
H A Dsmbus_slave.c25 #define DPRINTF(fmt, ...) \ argument
27 #define BADF(fmt, ...) \ argument
32 #define DPRINTF(fmt, ...) do {} while(0) argument
33 #define BADF(fmt, ...) \ argument
/qemu/hw/ssi/
H A Dpl022.c22 #define DPRINTF(fmt, ...) \ argument
24 #define BADF(fmt, ...) \ argument
27 #define DPRINTF(fmt, ...) do {} while(0) argument
28 #define BADF(fmt, ...) \ argument
H A Dstm32f2xx_spi.c35 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
41 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
/qemu/include/qemu/
H A Derror-report.h55 #define error_report_once(fmt, ...) \ argument
66 #define warn_report_once(fmt, ...) \ argument
/qemu/hw/xen/
H A Dxen-bus-helper.c73 const char *fmt, va_list ap) in xs_node_vprintf()
95 const char *fmt, ...) in xs_node_printf()
106 const char *fmt, va_list ap) in xs_node_vscanf()
133 const char *fmt, ...) in xs_node_scanf()
/qemu/fsdev/
H A D9p-iov-marshal.c73 int bswap, const char *fmt, va_list ap) in v9fs_iov_vunmarshal()
183 int bswap, const char *fmt, ...) in v9fs_iov_unmarshal()
196 int bswap, const char *fmt, va_list ap) in v9fs_iov_vmarshal()
296 int bswap, const char *fmt, ...) in v9fs_iov_marshal()
/qemu/tests/tcg/s390x/
H A Dtrap.c18 static void error1(const char *filename, int line, const char *fmt, ...) in error1()
38 #define error(fmt, ...) error1(__FILE__, __LINE__, fmt, ## __VA_ARGS__) argument
/qemu/hw/net/rocker/
H A Drocker.h26 # define DPRINTF(fmt, ...) \ argument
33 static inline G_GNUC_PRINTF(1, 2) int DPRINTF(const char *fmt, ...) in DPRINTF()
/qemu/hw/display/
H A Dssd0303.c24 #define DPRINTF(fmt, ...) \ argument
26 #define BADF(fmt, ...) \ argument
29 #define DPRINTF(fmt, ...) do {} while(0) argument
30 #define BADF(fmt, ...) \ argument
H A Dssd0323.c24 #define DPRINTF(fmt, ...) \ argument
26 #define BADF(fmt, ...) \ argument
31 #define DPRINTF(fmt, ...) do {} while(0) argument
32 #define BADF(fmt, ...) \ argument
/qemu/hw/misc/
H A Dstm32f2xx_syscfg.c34 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
40 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
/qemu/hw/sd/
H A Dssi-sd.c32 #define DPRINTF(fmt, ...) \ argument
34 #define BADF(fmt, ...) \ argument
37 #define DPRINTF(fmt, ...) do {} while(0) argument
38 #define BADF(fmt, ...) \ argument
/qemu/hw/adc/
H A Dstm32f2xx_adc.c36 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
42 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
/qemu/linux-user/
H A Dcpu_loop-common.h27 #define EXCP_DUMP(env, fmt, code) \ argument
/qemu/qga/vss-win32/
H A Dvss-debug.h21 #define qga_debug(fmt, ...) qga_debug_internal(__func__, fmt, ## __VA_ARGS__) argument
/qemu/include/hw/s390x/
H A Ds390-pci-clp.h89 uint32_t fmt; member
98 uint32_t fmt; member
111 uint32_t fmt; member
121 uint32_t fmt; member
145 uint32_t fmt; member
156 uint32_t fmt; member
177 uint32_t fmt; member
189 uint32_t fmt; member

123456789