| /include/linux/ |
| D | dev_printk.h | 19 #define dev_fmt(fmt) fmt argument 62 const char *fmt, va_list args) in dev_vprintk_emit() 65 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit() 73 const char *fmt, ...) in _dev_printk() 77 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg() 80 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit() 83 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert() 86 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err() 89 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn() 92 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice() [all …]
|
| D | printk.h | 86 const char *fmt; member 132 #define no_printk(fmt, ...) \ argument 265 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc() 386 #define pr_fmt(fmt) fmt argument 393 const char *fmt; member 462 #define printk_index_subsys_emit(subsys_fmt_prefix, level, fmt, ...) \ argument 496 #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) argument 497 #define printk_deferred(fmt, ...) \ argument 508 #define pr_emerg(fmt, ...) \ argument 518 #define pr_alert(fmt, ...) \ argument [all …]
|
| D | dynamic_debug.h | 163 #define DEFINE_DYNAMIC_DEBUG_METADATA_CLS(name, cls, fmt) \ argument 178 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument 221 #define __dynamic_func_call_cls(id, cls, fmt, func, ...) do { \ argument 226 #define __dynamic_func_call(id, fmt, func, ...) \ argument 230 #define __dynamic_func_call_cls_no_desc(id, cls, fmt, func, ...) do { \ argument 235 #define __dynamic_func_call_no_desc(id, fmt, func, ...) \ argument 247 #define _dynamic_func_call_cls(cls, fmt, func, ...) \ argument 249 #define _dynamic_func_call(fmt, func, ...) \ argument 257 #define _dynamic_func_call_cls_no_desc(cls, fmt, func, ...) \ argument 260 #define _dynamic_func_call_no_desc(fmt, func, ...) \ argument [all …]
|
| D | fs_context.h | 191 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \ argument 193 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ argument 203 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) argument 204 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) argument 205 #define infofc(fc, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) argument 215 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) argument 216 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) argument 217 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) argument 227 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) argument 228 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) argument [all …]
|
| D | kernel.h | 232 void ____trace_printk_check_format(const char *fmt, ...) in ____trace_printk_check_format() 235 #define __trace_printk_check_format(fmt, args...) \ argument 271 #define trace_printk(fmt, ...) \ argument 280 #define do_trace_printk(fmt, args...) \ argument 345 #define ftrace_vprintk(fmt, vargs) \ argument 376 int trace_printk(const char *fmt, ...) in trace_printk() 381 ftrace_vprintk(const char *fmt, va_list ap) in ftrace_vprintk()
|
| D | net.h | 281 #define net_emerg_ratelimited(fmt, ...) \ argument 283 #define net_alert_ratelimited(fmt, ...) \ argument 285 #define net_crit_ratelimited(fmt, ...) \ argument 287 #define net_err_ratelimited(fmt, ...) \ argument 289 #define net_notice_ratelimited(fmt, ...) \ argument 291 #define net_warn_ratelimited(fmt, ...) \ argument 293 #define net_info_ratelimited(fmt, ...) \ argument 297 #define net_dbg_ratelimited(fmt, ...) \ argument 306 #define net_dbg_ratelimited(fmt, ...) \ argument 309 #define net_dbg_ratelimited(fmt, ...) \ argument
|
| D | wakeup_reason.h | 32 static inline void log_suspend_abort_reason(const char *fmt, ...) { } in log_suspend_abort_reason() 33 static inline void log_abnormal_wakeup_reason(const char *fmt, ...) { } in log_abnormal_wakeup_reason()
|
| D | device-mapper.h | 649 #define DM_FMT(fmt) DM_NAME ": " DM_MSG_PREFIX ": " fmt "\n" argument 651 #define DMCRIT(fmt, ...) pr_crit(DM_FMT(fmt), ##__VA_ARGS__) argument 653 #define DMERR(fmt, ...) pr_err(DM_FMT(fmt), ##__VA_ARGS__) argument 654 #define DMERR_LIMIT(fmt, ...) pr_err_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument 655 #define DMWARN(fmt, ...) pr_warn(DM_FMT(fmt), ##__VA_ARGS__) argument 656 #define DMWARN_LIMIT(fmt, ...) pr_warn_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument 657 #define DMINFO(fmt, ...) pr_info(DM_FMT(fmt), ##__VA_ARGS__) argument 658 #define DMINFO_LIMIT(fmt, ...) pr_info_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument 660 #define DMDEBUG(fmt, ...) pr_debug(DM_FMT(fmt), ##__VA_ARGS__) argument 661 #define DMDEBUG_LIMIT(fmt, ...) pr_debug_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
|
| D | blktrace_api.h | 49 #define blk_add_cgroup_trace_msg(q, css, fmt, ...) \ argument 59 #define blk_add_trace_msg(q, fmt, ...) \ argument 88 # define blk_add_trace_msg(q, fmt, ...) do { } while (0) argument 89 # define blk_add_cgroup_trace_msg(q, cg, fmt, ...) do { } while (0) argument
|
| D | suspend.h | 580 #define pr_fmt(fmt) "PM: " fmt argument 582 #define __pm_pr_dbg(fmt, ...) \ argument 589 #define __pm_deferred_pr_dbg(fmt, ...) \ argument 600 #define __pm_pr_dbg(fmt, ...) \ argument 602 #define __pm_deferred_pr_dbg(fmt, ...) \ argument 617 #define pm_pr_dbg(fmt, ...) \ argument 620 #define pm_deferred_pr_dbg(fmt, ...) \ argument
|
| D | coredump.h | 61 #define coredump_report(fmt, ...) __COREDUMP_PRINTK(KERN_INFO, fmt, ##__VA_ARGS__) argument 62 #define coredump_report_failure(fmt, ...) __COREDUMP_PRINTK(KERN_WARNING, fmt, ##__VA_ARGS__) argument
|
| /include/drm/ |
| D | drm_print.h | 206 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf() 219 #define drm_printf_indent(printer, indent, fmt, ...) \ argument 436 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument 450 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument 461 #define DRM_DEV_INFO(dev, fmt, ...) \ argument 465 #define DRM_DEV_INFO_ONCE(dev, fmt, ...) \ argument 475 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument 478 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument 491 #define DRM_DEV_DEBUG(dev, fmt, ...) \ argument 501 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, ...) \ argument [all …]
|
| /include/linux/ceph/ |
| D | ceph_debug.h | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 18 # define dout(fmt, ...) \ argument 22 # define doutc(client, fmt, ...) \ argument 30 # define dout(fmt, ...) \ argument 32 # define doutc(client, fmt, ...) \ argument 44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument 45 # define doutc(client, fmt, ...) \ argument 51 #define pr_notice_client(client, fmt, ...) \ argument 54 #define pr_info_client(client, fmt, ...) \ argument 57 #define pr_warn_client(client, fmt, ...) \ argument [all …]
|
| /include/linux/sunrpc/ |
| D | debug.h | 24 #define dprintk(fmt, ...) \ argument 26 #define dprintk_cont(fmt, ...) \ argument 28 #define dprintk_rcu(fmt, ...) \ argument 30 #define dprintk_rcu_cont(fmt, ...) \ argument 37 # define dfprintk(fac, fmt, ...) \ argument 43 # define dfprintk_cont(fac, fmt, ...) \ argument 49 # define dfprintk_rcu(fac, fmt, ...) \ argument 58 # define dfprintk_rcu_cont(fac, fmt, ...) \ argument 70 # define dfprintk(fac, fmt, ...) do {} while (0) argument 71 # define dfprintk_cont(fac, fmt, ...) do {} while (0) argument [all …]
|
| /include/uapi/linux/media/raspberrypi/ |
| D | pisp_common.h | 95 #define PISP_IMAGE_FORMAT_BPS_8(fmt) \ argument 97 #define PISP_IMAGE_FORMAT_BPS_10(fmt) \ argument 99 #define PISP_IMAGE_FORMAT_BPS_12(fmt) \ argument 101 #define PISP_IMAGE_FORMAT_BPS_16(fmt) \ argument 103 #define PISP_IMAGE_FORMAT_BPS(fmt) \ argument 106 #define PISP_IMAGE_FORMAT_SHIFT(fmt) \ argument 108 #define PISP_IMAGE_FORMAT_THREE_CHANNEL(fmt) \ argument 110 #define PISP_IMAGE_FORMAT_SINGLE_CHANNEL(fmt) \ argument 112 #define PISP_IMAGE_FORMAT_COMPRESSED(fmt) \ argument 115 #define PISP_IMAGE_FORMAT_SAMPLING_444(fmt) \ argument [all …]
|
| /include/net/ |
| D | net_debug.h | 28 #define netdev_level_once(level, dev, fmt, ...) \ argument 38 #define netdev_emerg_once(dev, fmt, ...) \ argument 40 #define netdev_alert_once(dev, fmt, ...) \ argument 42 #define netdev_crit_once(dev, fmt, ...) \ argument 44 #define netdev_err_once(dev, fmt, ...) \ argument 46 #define netdev_warn_once(dev, fmt, ...) \ argument 48 #define netdev_notice_once(dev, fmt, ...) \ argument 50 #define netdev_info_once(dev, fmt, ...) \ argument 84 #define netif_printk(priv, type, level, dev, fmt, args...) \ argument 90 #define netif_level(level, priv, type, dev, fmt, args...) \ argument [all …]
|
| /include/kunit/ |
| D | test.h | 573 #define kunit_mark_skipped(test_or_suite, fmt, ...) \ argument 592 #define kunit_skip(test_or_suite, fmt, ...) \ argument 602 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument 609 #define kunit_printk(lvl, test, fmt, ...) \ argument 622 #define kunit_info(test, fmt, ...) \ argument 633 #define kunit_warn(test, fmt, ...) \ argument 644 #define kunit_err(test, fmt, ...) \ argument 675 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument 690 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument 712 #define KUNIT_FAIL(test, fmt, ...) \ argument [all …]
|
| D | test-bug.h | 58 #define kunit_fail_current_test(fmt, ...) do { \ argument 70 #define kunit_fail_current_test(fmt, ...) do {} while (0) argument
|
| /include/media/ |
| D | v4l2-common.h | 23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument 26 #define v4l_client_printk(level, client, fmt, arg...) \ argument 30 #define v4l_err(client, fmt, arg...) \ argument 33 #define v4l_warn(client, fmt, arg...) \ argument 36 #define v4l_info(client, fmt, arg...) \ argument 41 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument 57 #define v4l2_printk(level, dev, fmt, arg...) \ argument 60 #define v4l2_err(dev, fmt, arg...) \ argument 63 #define v4l2_warn(dev, fmt, arg...) \ argument 66 #define v4l2_info(dev, fmt, arg...) \ argument [all …]
|
| /include/acpi/ |
| D | nhlt.h | 46 #define __acpi_nhlt_next_fmtcfg(fmt) \ argument 49 #define __acpi_nhlt_get_fmtcfg(fmts, fmt, i) \ argument 74 #define for_each_nhlt_fmtcfg(fmts, fmt) \ argument 85 #define for_each_nhlt_endpoint_fmtcfg(ep, fmt) \ argument
|
| /include/net/bluetooth/ |
| D | bluetooth.h | 262 #define BT_INFO(fmt, ...) bt_info(fmt "\n", ##__VA_ARGS__) argument 263 #define BT_WARN(fmt, ...) bt_warn(fmt "\n", ##__VA_ARGS__) argument 264 #define BT_ERR(fmt, ...) bt_err(fmt "\n", ##__VA_ARGS__) argument 267 #define BT_DBG(fmt, ...) bt_dbg(fmt "\n", ##__VA_ARGS__) argument 269 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) argument 274 #define bt_dev_info(hdev, fmt, ...) \ argument 276 #define bt_dev_warn(hdev, fmt, ...) \ argument 278 #define bt_dev_err(hdev, fmt, ...) \ argument 280 #define bt_dev_dbg(hdev, fmt, ...) \ argument 283 #define bt_dev_warn_ratelimited(hdev, fmt, ...) \ argument [all …]
|
| /include/media/drv-intf/ |
| D | saa7146.h | 31 #define ERR(fmt, ...) pr_err("%s: " fmt, __func__, ##__VA_ARGS__) argument 33 #define _DBG(mask, fmt, ...) \ argument 40 #define DEB_S(fmt, ...) _DBG(0x01, fmt, ##__VA_ARGS__) argument 42 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__) argument 44 #define DEB_EE(fmt, ...) _DBG(0x04, fmt, ##__VA_ARGS__) argument 46 #define DEB_I2C(fmt, ...) _DBG(0x08, fmt, ##__VA_ARGS__) argument 48 #define DEB_VBI(fmt, ...) _DBG(0x10, fmt, ##__VA_ARGS__) argument 50 #define DEB_INT(fmt, ...) _DBG(0x20, fmt, ##__VA_ARGS__) argument 52 #define DEB_CAP(fmt, ...) _DBG(0x40, fmt, ##__VA_ARGS__) argument
|
| /include/xen/ |
| D | hvc-console.h | 16 void xen_raw_printk(const char *fmt, ...) { } in xen_raw_printk()
|
| /include/trace/stages/ |
| D | stage7_class_define.h | 40 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) argument
|
| /include/linux/soc/qcom/ |
| D | qcom_aoss.h | 22 static inline int qmp_send(struct qmp *qmp, const char *fmt, ...) in qmp_send()
|