Home
last modified time | relevance | path

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

123

/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
256 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
288 #define pr_fmt(fmt) fmt argument
297 #define pr_emerg(fmt, ...) \ argument
299 #define pr_alert(fmt, ...) \ argument
301 #define pr_crit(fmt, ...) \ argument
303 #define pr_err(fmt, ...) \ argument
305 #define pr_warning(fmt, ...) \ argument
308 #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.h1700 #define dev_fmt(fmt) fmt argument
1733 const char *fmt, va_list args) in dev_vprintk_emit()
1736 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
1744 const char *fmt, ...) in dev_printk()
1748 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg()
1751 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit()
1754 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert()
1757 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err()
1760 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn()
1763 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice()
[all …]
Dnet.h252 #define net_emerg_ratelimited(fmt, ...) \ argument
254 #define net_alert_ratelimited(fmt, ...) \ argument
256 #define net_crit_ratelimited(fmt, ...) \ argument
258 #define net_err_ratelimited(fmt, ...) \ argument
260 #define net_notice_ratelimited(fmt, ...) \ argument
262 #define net_warn_ratelimited(fmt, ...) \ argument
264 #define net_info_ratelimited(fmt, ...) \ argument
267 #define net_dbg_ratelimited(fmt, ...) \ argument
276 #define net_dbg_ratelimited(fmt, ...) \ argument
279 #define net_dbg_ratelimited(fmt, ...) \ argument
Ddevice-mapper.h552 #define DM_FMT(fmt) DM_NAME ": " DM_MSG_PREFIX ": " fmt "\n" argument
554 #define DMCRIT(fmt, ...) pr_crit(DM_FMT(fmt), ##__VA_ARGS__) argument
556 #define DMERR(fmt, ...) pr_err(DM_FMT(fmt), ##__VA_ARGS__) argument
557 #define DMERR_LIMIT(fmt, ...) pr_err_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
558 #define DMWARN(fmt, ...) pr_warn(DM_FMT(fmt), ##__VA_ARGS__) argument
559 #define DMWARN_LIMIT(fmt, ...) pr_warn_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
560 #define DMINFO(fmt, ...) pr_info(DM_FMT(fmt), ##__VA_ARGS__) argument
561 #define DMINFO_LIMIT(fmt, ...) pr_info_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
564 #define DMDEBUG(fmt, ...) printk(KERN_DEBUG DM_FMT(fmt), ##__VA_ARGS__) argument
565 #define DMDEBUG_LIMIT(fmt, ...) pr_debug_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) argument
[all …]
Dblktrace_api.h52 #define blk_add_cgroup_trace_msg(q, cg, fmt, ...) \ argument
58 #define blk_add_trace_msg(q, fmt, ...) \ argument
89 # define blk_add_trace_msg(q, fmt, ...) do { } while (0) argument
90 # define blk_add_cgroup_trace_msg(q, cg, fmt, ...) do { } while (0) argument
Dfs_context.h196 #define infof(fc, fmt, ...) ({ logfc(fc, "i "fmt, ## __VA_ARGS__); }) argument
206 #define warnf(fc, fmt, ...) ({ logfc(fc, "w "fmt, ## __VA_ARGS__); }) argument
216 #define errorf(fc, fmt, ...) ({ logfc(fc, "e "fmt, ## __VA_ARGS__); }) argument
226 #define invalf(fc, fmt, ...) ({ errorf(fc, fmt, ## __VA_ARGS__); -EINVAL; }) argument
Dwakeup_reason.h27 static inline void log_suspend_abort_reason(const char *fmt, ...) { } in log_suspend_abort_reason()
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.h49 #define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
51 #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
53 #define VPRINTK(fmt, args...) argument
56 #define DPRINTK(fmt, args...) argument
57 #define VPRINTK(fmt, args...) argument
60 #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func… argument
1414 #define ata_port_err(ap, fmt, ...) \ argument
1416 #define ata_port_warn(ap, fmt, ...) \ argument
1418 #define ata_port_notice(ap, fmt, ...) \ argument
1420 #define ata_port_info(ap, fmt, ...) \ argument
[all …]
Dacpi.h960 acpi_handle_printk(const char *level, void *handle, const char *fmt, ...) {} in acpi_handle_printk()
974 #define acpi_handle_emerg(handle, fmt, ...) \ argument
976 #define acpi_handle_alert(handle, fmt, ...) \ argument
978 #define acpi_handle_crit(handle, fmt, ...) \ argument
980 #define acpi_handle_err(handle, fmt, ...) \ argument
982 #define acpi_handle_warn(handle, fmt, ...) \ argument
984 #define acpi_handle_notice(handle, fmt, ...) \ argument
986 #define acpi_handle_info(handle, fmt, ...) \ argument
990 #define acpi_handle_debug(handle, fmt, ...) \ argument
994 #define acpi_handle_debug(handle, fmt, ...) \ argument
[all …]
Dkernel.h673 void ____trace_printk_check_format(const char *fmt, ...) in ____trace_printk_check_format()
676 #define __trace_printk_check_format(fmt, args...) \ argument
712 #define trace_printk(fmt, ...) \ argument
721 #define do_trace_printk(fmt, args...) \ argument
786 #define ftrace_vprintk(fmt, vargs) \ argument
817 int trace_printk(const char *fmt, ...) in trace_printk()
822 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.h632 #define DBG(d, fmt, args...) \ argument
634 #define VDBG(d, fmt, args...) \ argument
636 #define ERROR(d, fmt, args...) \ argument
638 #define WARNING(d, fmt, args...) \ argument
640 #define INFO(d, fmt, args...) \ argument

123