/openbmc/u-boot/include/linux/ |
H A D | printk.h | 17 #define printk(fmt, ...) \ argument 24 #define no_printk(fmt, ...) \ argument 31 #define __printk(level, fmt, ...) \ argument 37 #define pr_fmt(fmt) fmt argument 40 #define pr_emerg(fmt, ...) \ argument 42 #define pr_alert(fmt, ...) \ argument 44 #define pr_crit(fmt, ...) \ argument 46 #define pr_err(fmt, ...) \ argument 48 #define pr_warning(fmt, ...) \ argument 51 #define pr_notice(fmt, ...) \ argument [all …]
|
/openbmc/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
|
/openbmc/libmctp/ |
H A D | libmctp-log.h | 30 #define mctp_prerr(fmt, ...) \ argument 32 #define mctp_prwarn(fmt, ...) \ argument 34 #define mctp_prinfo(fmt, ...) \ argument 36 #define mctp_prdebug(fmt, ...) \ argument
|
/openbmc/qemu/util/ |
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-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 | 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 …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.h | 156 #define ubifs_dbg_msg(type, fmt, ...) \ argument 161 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument 184 #define ubifs_dbg_msg(type, fmt, ...) \ argument 189 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument 199 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument 201 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument 202 #define dbg_jnlk(key, fmt, ...) \ argument 205 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument 206 #define dbg_tnck(key, fmt, ...) \ argument 209 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument [all …]
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | debug.h | 32 #define ubi_dbg_msg(type, fmt, ...) \ argument 37 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) argument 39 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) argument 41 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) argument 43 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) argument 45 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) argument
|
/openbmc/u-boot/tools/gdb/ |
H A D | error.c | 16 Warning(char *fmt, ...) in Warning() 30 Error(char *fmt, ...) in Error() 46 Perror(char *fmt, ...) in Perror()
|
/openbmc/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()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_debug.h | 16 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) argument 17 #define INFO(fmt, args...) yprintk(KERN_INFO, fmt, ## args) argument 18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) argument
|
/openbmc/u-boot/include/ |
H A D | stdio.h | 29 static inline int __printf(1, 2) printf(const char *fmt, ...) in printf() 34 static inline int vprintf(const char *fmt, va_list args) in vprintf() 51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) argument
|
/openbmc/u-boot/tools/ |
H A D | dumpimage.h | 27 #define debug(fmt, args...) printf(fmt, ##args) argument 29 #define debug(fmt, args...) argument
|
H A D | mkimage.h | 27 #define debug(fmt,args...) printf (fmt ,##args) argument 29 #define debug(fmt,args...) argument
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/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
|
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.h | 120 #define ubi_dbg(fmt, ...) printf("UBI: debug:" fmt "\n", ##__VA_ARGS__) argument 122 #define ubi_dbg(fmt, ...) argument 126 #define ubi_msg(fmt, ...) argument 128 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) argument 131 #define ubi_warn(fmt, ...) printf("UBI warning: " fmt "\n", ##__VA_ARGS__) argument 133 #define ubi_err(fmt, ...) printf("UBI error: " fmt "\n", ##__VA_ARGS__) argument
|
/openbmc/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
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc-lexer.l | 52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) argument 54 #define DPRINT(fmt, ...) do { } while (0) argument
|
/openbmc/u-boot/lib/ |
H A D | tiny-printf.c | 160 static void pointer(struct printf_info *info, const char *fmt, void *ptr) in pointer() 198 static int _vprintf(struct printf_info *info, const char *fmt, va_list va) in _vprintf() 324 int vprintf(const char *fmt, va_list va) in vprintf() 332 int printf(const char *fmt, ...) in printf() 353 int sprintf(char *buf, const char *fmt, ...) in sprintf() 370 int snprintf(char *buf, size_t size, const char *fmt, ...) in snprintf()
|
H A D | vsprintf.c | 393 int precision, int flags, const char *fmt) in uuid_string() 438 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() 507 static int vsnprintf_internal(char *buf, size_t size, const char *fmt, in vsnprintf_internal() 712 int vsnprintf(char *buf, size_t size, const char *fmt, in vsnprintf() 718 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 731 int snprintf(char *buf, size_t size, const char *fmt, ...) in snprintf() 743 int scnprintf(char *buf, size_t size, const char *fmt, ...) in scnprintf() 768 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 773 int sprintf(char *buf, const char *fmt, ...) in sprintf() 785 int printf(const char *fmt, ...) in printf() [all …]
|
/openbmc/u-boot/api/ |
H A D | api_net.c | 18 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) argument 20 #define debugf(fmt, args...) argument 23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
|
/openbmc/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
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 977 #define dev_printk(dev, fmt, ...) \ argument 982 #define __dev_printk(level, dev, fmt, ...) \ argument 988 #define dev_emerg(dev, fmt, ...) \ argument 990 #define dev_alert(dev, fmt, ...) \ argument 992 #define dev_crit(dev, fmt, ...) \ argument 994 #define dev_err(dev, fmt, ...) \ argument 996 #define dev_warn(dev, fmt, ...) \ argument 998 #define dev_notice(dev, fmt, ...) \ argument 1000 #define dev_info(dev, fmt, ...) \ argument 1004 #define dev_dbg(dev, fmt, ...) \ argument [all …]
|