/qemu/hw/net/ |
H A D | vmxnet_debug.h | 81 #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 D | error-report.c | 32 int error_printf(const char *fmt, ...) in error_printf() 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() 261 void error_report(const char *fmt, ...) in error_report() 276 void warn_report(const char *fmt, ...) in warn_report() 292 void info_report(const char *fmt, ...) in info_report() 306 bool error_report_once_cond(bool *printed, const char *fmt, ...) in error_report_once_cond() 326 bool warn_report_once_cond(bool *printed, const char *fmt, ...) in warn_report_once_cond()
|
H A D | qemu-print.c | 21 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 D | error.c | 56 ErrorClass err_class, const char *fmt, va_list ap, in error_setv() 87 ErrorClass err_class, const char *fmt, ...) in error_set_internal() 98 const char *fmt, ...) in error_setg_internal() 109 int os_errno, const char *fmt, ...) in error_setg_errno_internal() 130 void error_vprepend(Error *const *errp, const char *fmt, va_list ap) in error_vprepend() 145 void error_prepend(Error *const *errp, const char *fmt, ...) in error_prepend() 154 void error_append_hint(Error *const *errp, const char *fmt, ...) in error_append_hint() 180 int win32_err, const char *fmt, ...) in error_setg_win32_internal() 259 void error_reportf_err(Error *err, const char *fmt, ...) in error_reportf_err() 270 void warn_reportf_err(Error *err, const char *fmt, ...) in warn_reportf_err() [all …]
|
/qemu/tests/qtest/ |
H 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() 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 D | libqtest.c | 413 const char *fmt, ...) in qtest_spawn_qemu() 600 QTestState *qtest_vinitf(const char *fmt, va_list ap) in qtest_vinitf() 610 QTestState *qtest_initf(const char *fmt, ...) in qtest_initf() 679 static void G_GNUC_PRINTF(2, 3) qtest_sendf(QTestState *s, const char *fmt, ...) in qtest_sendf() 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() 867 const char *fmt, ...) in qtest_qmp_fds() 879 QDict *qtest_qmp(QTestState *s, const char *fmt, ...) in qtest_qmp() [all …]
|
/qemu/include/qapi/ |
H A D | error.h | 317 #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 488 #define error_set(errp, err_class, fmt, ...) \ argument
|
/qemu/stubs/ |
H 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()
|
/qemu/tests/tcg/multiarch/libs/ |
H A D | float_helpers.c | 71 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/hw/i2c/ |
H A D | smbus_slave.c | 25 #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 D | pl022.c | 22 #define DPRINTF(fmt, ...) \ argument 24 #define BADF(fmt, ...) \ argument 27 #define DPRINTF(fmt, ...) do {} while(0) argument 28 #define BADF(fmt, ...) \ argument
|
H A D | stm32f2xx_spi.c | 35 #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 D | error-report.h | 55 #define error_report_once(fmt, ...) \ argument 66 #define warn_report_once(fmt, ...) \ argument
|
/qemu/hw/net/rocker/ |
H A D | rocker.h | 26 # define DPRINTF(fmt, ...) \ argument 33 static inline G_GNUC_PRINTF(1, 2) int DPRINTF(const char *fmt, ...) in DPRINTF()
|
/qemu/fsdev/ |
H A D | 9p-iov-marshal.c | 73 int bswap, const char *fmt, va_list ap) in v9fs_iov_vunmarshal() 192 int bswap, const char *fmt, ...) in v9fs_iov_unmarshal() 205 int bswap, const char *fmt, va_list ap) in v9fs_iov_vmarshal() 305 int bswap, const char *fmt, ...) in v9fs_iov_marshal()
|
/qemu/tests/tcg/s390x/ |
H A D | trap.c | 18 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/xen/ |
H A D | xen-bus-helper.c | 73 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() 130 const char *fmt, ...) in xs_node_scanf()
|
/qemu/hw/display/ |
H A D | ssd0303.c | 24 #define DPRINTF(fmt, ...) \ argument 26 #define BADF(fmt, ...) \ argument 29 #define DPRINTF(fmt, ...) do {} while(0) argument 30 #define BADF(fmt, ...) \ argument
|
H A D | ssd0323.c | 24 #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 D | stm32f2xx_syscfg.c | 34 #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 D | ssi-sd.c | 32 #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 D | stm32f2xx_adc.c | 36 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 42 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
|
/qemu/include/user/ |
H A D | cpu_loop.h | 81 #define EXCP_DUMP(env, fmt, code) \ argument
|
/qemu/qga/vss-win32/ |
H A D | vss-debug.h | 21 #define qga_debug(fmt, ...) qga_debug_internal(__func__, fmt, ## __VA_ARGS__) argument
|
/qemu/include/hw/s390x/ |
H A D | s390-pci-clp.h | 89 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 178 uint32_t fmt; member 190 uint32_t fmt; member
|