Home
last modified time | relevance | path

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

1234

/include/drm/
Ddrm_print.h100 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf()
113 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
289 #define _DRM_PRINTK(once, level, fmt, ...) \ argument
292 #define DRM_INFO(fmt, ...) \ argument
294 #define DRM_NOTE(fmt, ...) \ argument
296 #define DRM_WARN(fmt, ...) \ argument
299 #define DRM_INFO_ONCE(fmt, ...) \ argument
301 #define DRM_NOTE_ONCE(fmt, ...) \ argument
303 #define DRM_WARN_ONCE(fmt, ...) \ argument
312 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
[all …]
/include/linux/
Dprintk.h88 const char *fmt; member
134 #define no_printk(fmt, ...) \ argument
255 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
283 #define pr_fmt(fmt) fmt argument
293 #define pr_emerg(fmt, ...) \ argument
295 #define pr_alert(fmt, ...) \ argument
297 #define pr_crit(fmt, ...) \ argument
299 #define pr_err(fmt, ...) \ argument
301 #define pr_warning(fmt, ...) \ argument
304 #define pr_notice(fmt, ...) \ argument
[all …]
Ddynamic_debug.h81 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
122 #define __dynamic_func_call(id, fmt, func, ...) do { \ argument
128 #define __dynamic_func_call_no_desc(id, fmt, func, ...) do { \ argument
142 #define _dynamic_func_call(fmt, func, ...) \ argument
149 #define _dynamic_func_call_no_desc(fmt, func, ...) \ argument
152 #define dynamic_pr_debug(fmt, ...) \ argument
156 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
160 #define dynamic_netdev_dbg(dev, fmt, ...) \ argument
164 #define dynamic_ibdev_dbg(dev, fmt, ...) \ argument
203 #define dynamic_pr_debug(fmt, ...) \ argument
[all …]
Ddevice.h1740 #define dev_fmt(fmt) fmt argument
1773 const char *fmt, va_list args) in dev_vprintk_emit()
1776 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
1784 const char *fmt, ...) in dev_printk()
1788 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg()
1791 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit()
1794 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert()
1797 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err()
1800 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn()
1803 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice()
[all …]
Dnet.h259 #define net_emerg_ratelimited(fmt, ...) \ argument
261 #define net_alert_ratelimited(fmt, ...) \ argument
263 #define net_crit_ratelimited(fmt, ...) \ argument
265 #define net_err_ratelimited(fmt, ...) \ argument
267 #define net_notice_ratelimited(fmt, ...) \ argument
269 #define net_warn_ratelimited(fmt, ...) \ argument
271 #define net_info_ratelimited(fmt, ...) \ argument
275 #define net_dbg_ratelimited(fmt, ...) \ argument
284 #define net_dbg_ratelimited(fmt, ...) \ argument
287 #define net_dbg_ratelimited(fmt, ...) \ argument
Ddevice-mapper.h557 #define DM_FMT(fmt) DM_NAME ": " DM_MSG_PREFIX ": " fmt "\n" argument
559 #define DMCRIT(fmt, ...) pr_crit(DM_FMT(fmt), ##__VA_ARGS__) argument
561 #define DMERR(fmt, ...) pr_err(DM_FMT(fmt), ##__VA_ARGS__) argument
562 #define DMERR_LIMIT(fmt, ...) pr_err_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
563 #define DMWARN(fmt, ...) pr_warn(DM_FMT(fmt), ##__VA_ARGS__) argument
564 #define DMWARN_LIMIT(fmt, ...) pr_warn_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
565 #define DMINFO(fmt, ...) pr_info(DM_FMT(fmt), ##__VA_ARGS__) argument
566 #define DMINFO_LIMIT(fmt, ...) pr_info_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
569 #define DMDEBUG(fmt, ...) printk(KERN_DEBUG DM_FMT(fmt), ##__VA_ARGS__) argument
570 #define DMDEBUG_LIMIT(fmt, ...) pr_debug_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
[all …]
Dwakeup_reason.h32 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()
Dblktrace_api.h52 #define blk_add_cgroup_trace_msg(q, cg, fmt, ...) \ argument
62 #define blk_add_trace_msg(q, fmt, ...) \ argument
97 # define blk_add_trace_msg(q, fmt, ...) do { } while (0) argument
98 # define blk_add_cgroup_trace_msg(q, cg, fmt, ...) do { } while (0) argument
Dfs_context.h199 #define infof(fc, fmt, ...) ({ logfc(fc, "i "fmt, ## __VA_ARGS__); }) argument
209 #define warnf(fc, fmt, ...) ({ logfc(fc, "w "fmt, ## __VA_ARGS__); }) argument
219 #define errorf(fc, fmt, ...) ({ logfc(fc, "e "fmt, ## __VA_ARGS__); }) argument
229 #define invalf(fc, fmt, ...) ({ errorf(fc, fmt, ## __VA_ARGS__); -EINVAL; }) argument
Ddma-fence.h576 #define DMA_FENCE_TRACE(f, fmt, args...) \ argument
584 #define DMA_FENCE_WARN(f, fmt, args...) \ argument
591 #define DMA_FENCE_ERR(f, fmt, args...) \ argument
Dtrace_seq.h96 static inline void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
100 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
Dlibata.h50 #define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
52 #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
54 #define VPRINTK(fmt, args...) argument
57 #define DPRINTK(fmt, args...) argument
58 #define VPRINTK(fmt, args...) argument
61 #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func… argument
1425 #define ata_port_err(ap, fmt, ...) \ argument
1427 #define ata_port_warn(ap, fmt, ...) \ argument
1429 #define ata_port_notice(ap, fmt, ...) \ argument
1431 #define ata_port_info(ap, fmt, ...) \ argument
[all …]
Dacpi.h979 acpi_handle_printk(const char *level, void *handle, const char *fmt, ...) {} in acpi_handle_printk()
993 #define acpi_handle_emerg(handle, fmt, ...) \ argument
995 #define acpi_handle_alert(handle, fmt, ...) \ argument
997 #define acpi_handle_crit(handle, fmt, ...) \ argument
999 #define acpi_handle_err(handle, fmt, ...) \ argument
1001 #define acpi_handle_warn(handle, fmt, ...) \ argument
1003 #define acpi_handle_notice(handle, fmt, ...) \ argument
1005 #define acpi_handle_info(handle, fmt, ...) \ argument
1009 #define acpi_handle_debug(handle, fmt, ...) \ argument
1013 #define acpi_handle_debug(handle, fmt, ...) \ argument
[all …]
Dkernel.h678 void ____trace_printk_check_format(const char *fmt, ...) in ____trace_printk_check_format()
681 #define __trace_printk_check_format(fmt, args...) \ argument
717 #define trace_printk(fmt, ...) \ argument
726 #define do_trace_printk(fmt, args...) \ argument
791 #define ftrace_vprintk(fmt, vargs) \ argument
822 int trace_printk(const char *fmt, ...) in trace_printk()
827 ftrace_vprintk(const char *fmt, va_list ap) in ftrace_vprintk()
Dbug.h71 #define CHECK_DATA_CORRUPTION(condition, fmt, ...) \ argument
Dbinfmts.h108 static inline void register_binfmt(struct linux_binfmt *fmt) in register_binfmt()
113 static inline void insert_binfmt(struct linux_binfmt *fmt) in insert_binfmt()
/include/linux/sunrpc/
Ddebug.h24 #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/linux/ceph/
Dceph_debug.h5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
18 # define dout(fmt, ...) \ argument
24 # define dout(fmt, ...) do { \ argument
35 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument
/include/media/
Dv4l2-common.h22 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument
25 #define v4l_client_printk(level, client, fmt, arg...) \ argument
29 #define v4l_err(client, fmt, arg...) \ argument
32 #define v4l_warn(client, fmt, arg...) \ argument
35 #define v4l_info(client, fmt, arg...) \ argument
40 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
56 #define v4l2_printk(level, dev, fmt, arg...) \ argument
59 #define v4l2_err(dev, fmt, arg...) \ argument
62 #define v4l2_warn(dev, fmt, arg...) \ argument
65 #define v4l2_info(dev, fmt, arg...) \ argument
[all …]
/include/net/bluetooth/
Dbluetooth.h134 #define BT_INFO(fmt, ...) bt_info(fmt "\n", ##__VA_ARGS__) argument
135 #define BT_WARN(fmt, ...) bt_warn(fmt "\n", ##__VA_ARGS__) argument
136 #define BT_ERR(fmt, ...) bt_err(fmt "\n", ##__VA_ARGS__) argument
137 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) argument
139 #define BT_ERR_RATELIMITED(fmt, ...) bt_err_ratelimited(fmt "\n", ##__VA_ARGS__) argument
141 #define bt_dev_info(hdev, fmt, ...) \ argument
143 #define bt_dev_warn(hdev, fmt, ...) \ argument
145 #define bt_dev_err(hdev, fmt, ...) \ argument
147 #define bt_dev_dbg(hdev, fmt, ...) \ argument
150 #define bt_dev_err_ratelimited(hdev, fmt, ...) \ argument
/include/media/drv-intf/
Dsaa7146.h31 #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/
Dhvc-console.h16 void xen_raw_printk(const char *fmt, ...) { } in xen_raw_printk()
/include/net/netfilter/
Dnf_conntrack_l4proto.h172 u16 pf, u8 protonum, const char *fmt, ...) {} in nf_l4proto_log_invalid()
176 const char *fmt, ...) { } in nf_ct_l4proto_log_invalid()
/include/scsi/
Dscsi_dbg.h61 scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt) in scsi_extd_sense_format()
/include/linux/usb/
Dcomposite.h635 #define DBG(d, fmt, args...) \ argument
637 #define VDBG(d, fmt, args...) \ argument
639 #define ERROR(d, fmt, args...) \ argument
641 #define WARNING(d, fmt, args...) \ argument
643 #define INFO(d, fmt, args...) \ argument

1234