Home
last modified time | relevance | path

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

123

/include/linux/
Dprintk.h71 const char *fmt; member
117 #define no_printk(fmt, ...) \ argument
245 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
261 #define pr_fmt(fmt) fmt argument
270 #define pr_emerg(fmt, ...) \ argument
272 #define pr_alert(fmt, ...) \ argument
274 #define pr_crit(fmt, ...) \ argument
276 #define pr_err(fmt, ...) \ argument
278 #define pr_warning(fmt, ...) \ argument
281 #define pr_notice(fmt, ...) \ argument
[all …]
Ddynamic_debug.h73 #define DEFINE_DYNAMIC_DEBUG_METADATA_KEY(name, fmt, key, init) \ argument
90 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
97 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
109 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
122 #define dynamic_pr_debug(fmt, ...) \ argument
130 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
138 #define dynamic_netdev_dbg(dev, fmt, ...) \ argument
179 #define dynamic_pr_debug(fmt, ...) \ argument
181 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
Dnet.h241 #define net_emerg_ratelimited(fmt, ...) \ argument
243 #define net_alert_ratelimited(fmt, ...) \ argument
245 #define net_crit_ratelimited(fmt, ...) \ argument
247 #define net_err_ratelimited(fmt, ...) \ argument
249 #define net_notice_ratelimited(fmt, ...) \ argument
251 #define net_warn_ratelimited(fmt, ...) \ argument
253 #define net_info_ratelimited(fmt, ...) \ argument
256 #define net_dbg_ratelimited(fmt, ...) \ argument
265 #define net_dbg_ratelimited(fmt, ...) \ argument
268 #define net_dbg_ratelimited(fmt, ...) \ argument
Ddevice.h1152 const char *fmt, va_list args) in dev_vprintk_emit()
1155 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
1163 const char *fmt, ...) in dev_printk()
1167 void dev_emerg(const struct device *dev, const char *fmt, ...) in dev_emerg()
1170 void dev_crit(const struct device *dev, const char *fmt, ...) in dev_crit()
1173 void dev_alert(const struct device *dev, const char *fmt, ...) in dev_alert()
1176 void dev_err(const struct device *dev, const char *fmt, ...) in dev_err()
1179 void dev_warn(const struct device *dev, const char *fmt, ...) in dev_warn()
1182 void dev_notice(const struct device *dev, const char *fmt, ...) in dev_notice()
1185 void _dev_info(const struct device *dev, const char *fmt, ...) in _dev_info()
[all …]
Dkallsyms.h107 #define __print_symbol(fmt, addr) argument
112 void __check_printsym_format(const char *fmt, ...) in __check_printsym_format()
116 static inline void print_symbol(const char *fmt, unsigned long addr) in print_symbol()
Dwakeup_reason.h29 static inline void log_suspend_abort_reason(const char *fmt, ...) { } in log_suspend_abort_reason()
Dtrace_seq.h95 static inline void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
99 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
Dfence.h461 #define FENCE_TRACE(f, fmt, args...) \ argument
469 #define FENCE_WARN(f, fmt, args...) \ argument
476 #define FENCE_ERR(f, fmt, args...) \ argument
Dacpi.h845 acpi_handle_printk(const char *level, void *handle, const char *fmt, ...) {} in acpi_handle_printk()
852 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ argument
862 #define acpi_handle_emerg(handle, fmt, ...) \ argument
864 #define acpi_handle_alert(handle, fmt, ...) \ argument
866 #define acpi_handle_crit(handle, fmt, ...) \ argument
868 #define acpi_handle_err(handle, fmt, ...) \ argument
870 #define acpi_handle_warn(handle, fmt, ...) \ argument
872 #define acpi_handle_notice(handle, fmt, ...) \ argument
874 #define acpi_handle_info(handle, fmt, ...) \ argument
878 #define acpi_handle_debug(handle, fmt, ...) \ argument
[all …]
Dkernel.h576 void ____trace_printk_check_format(const char *fmt, ...) in ____trace_printk_check_format()
579 #define __trace_printk_check_format(fmt, args...) \ argument
615 #define trace_printk(fmt, ...) \ argument
624 #define do_trace_printk(fmt, args...) \ argument
689 #define ftrace_vprintk(fmt, vargs) \ argument
720 int trace_printk(const char *fmt, ...) in trace_printk()
725 ftrace_vprintk(const char *fmt, va_list ap) in ftrace_vprintk()
Dlibata.h65 #define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
67 #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
69 #define VPRINTK(fmt, args...) argument
72 #define DPRINTK(fmt, args...) argument
73 #define VPRINTK(fmt, args...) argument
76 #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func… argument
1416 #define ata_port_err(ap, fmt, ...) \ argument
1418 #define ata_port_warn(ap, fmt, ...) \ argument
1420 #define ata_port_notice(ap, fmt, ...) \ argument
1422 #define ata_port_info(ap, fmt, ...) \ argument
[all …]
Dblktrace_api.h52 #define blk_add_trace_msg(q, fmt, ...) \ argument
88 # define blk_add_trace_msg(q, fmt, ...) do { } while (0) argument
Dbinfmts.h87 static inline void register_binfmt(struct linux_binfmt *fmt) in register_binfmt()
92 static inline void insert_binfmt(struct linux_binfmt *fmt) in insert_binfmt()
Dworkqueue.h383 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
394 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
412 #define alloc_ordered_workqueue(fmt, flags, args...) \ argument
Dkvm_host.h436 #define kvm_err(fmt, ...) \ argument
438 #define kvm_info(fmt, ...) \ argument
440 #define kvm_debug(fmt, ...) \ argument
442 #define kvm_pr_unimpl(fmt, ...) \ argument
447 #define vcpu_unimpl(vcpu, fmt, ...) \ argument
451 #define vcpu_debug(vcpu, fmt, ...) \ argument
453 #define vcpu_err(vcpu, fmt, ...) \ argument
/include/media/
Dv4l2-common.h34 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument
37 #define v4l_client_printk(level, client, fmt, arg...) \ argument
41 #define v4l_err(client, fmt, arg...) \ argument
44 #define v4l_warn(client, fmt, arg...) \ argument
47 #define v4l_info(client, fmt, arg...) \ argument
52 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
61 #define v4l2_printk(level, dev, fmt, arg...) \ argument
64 #define v4l2_err(dev, fmt, arg...) \ argument
67 #define v4l2_warn(dev, fmt, arg...) \ argument
70 #define v4l2_info(dev, fmt, arg...) \ argument
[all …]
/include/linux/ceph/
Dceph_debug.h4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
16 # define dout(fmt, ...) \ argument
23 # define dout(fmt, ...) do { \ argument
34 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument
/include/drm/
DdrmP.h171 #define _DRM_PRINTK(once, level, fmt, ...) \ argument
177 #define DRM_INFO(fmt, ...) \ argument
179 #define DRM_NOTE(fmt, ...) \ argument
181 #define DRM_WARN(fmt, ...) \ argument
184 #define DRM_INFO_ONCE(fmt, ...) \ argument
186 #define DRM_NOTE_ONCE(fmt, ...) \ argument
188 #define DRM_WARN_ONCE(fmt, ...) \ argument
197 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
200 #define DRM_ERROR(fmt, ...) \ argument
209 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ 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
/include/xen/
Dhvc-console.h15 void xen_raw_printk(const char *fmt, ...) { } in xen_raw_printk()
/include/media/drv-intf/
Dsaa7146.h30 #define ERR(fmt, ...) pr_err("%s: " fmt, __func__, ##__VA_ARGS__) argument
32 #define _DBG(mask, fmt, ...) \ argument
39 #define DEB_S(fmt, ...) _DBG(0x01, fmt, ##__VA_ARGS__) argument
41 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__) argument
43 #define DEB_EE(fmt, ...) _DBG(0x04, fmt, ##__VA_ARGS__) argument
45 #define DEB_I2C(fmt, ...) _DBG(0x08, fmt, ##__VA_ARGS__) argument
47 #define DEB_VBI(fmt, ...) _DBG(0x10, fmt, ##__VA_ARGS__) argument
49 #define DEB_INT(fmt, ...) _DBG(0x20, fmt, ##__VA_ARGS__) argument
51 #define DEB_CAP(fmt, ...) _DBG(0x40, fmt, ##__VA_ARGS__) argument
Dsoc_mediabus.h95 struct soc_mbus_pixelfmt fmt; member
/include/scsi/
Dscsi_dbg.h64 scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt) in scsi_extd_sense_format()
/include/linux/usb/
Dcomposite.h626 #define DBG(d, fmt, args...) \ argument
628 #define VDBG(d, fmt, args...) \ argument
630 #define ERROR(d, fmt, args...) \ argument
632 #define WARNING(d, fmt, args...) \ argument
634 #define INFO(d, fmt, args...) \ argument
/include/trace/events/
Dbtrfs.h82 #define TP_printk_btrfs(fmt, args...) \ argument

123