Home
last modified time | relevance | path

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

123

/include/linux/
Dprintk.h55 const char *fmt; member
95 int no_printk(const char *fmt, ...) in no_printk()
190 static inline void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
206 #define pr_fmt(fmt) fmt argument
209 #define pr_emerg(fmt, ...) \ argument
211 #define pr_alert(fmt, ...) \ argument
213 #define pr_crit(fmt, ...) \ argument
215 #define pr_err(fmt, ...) \ argument
217 #define pr_warning(fmt, ...) \ argument
220 #define pr_notice(fmt, ...) \ argument
[all …]
Ddynamic_debug.h63 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
74 #define dynamic_pr_debug(fmt, ...) \ argument
82 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
90 #define dynamic_netdev_dbg(dev, fmt, ...) \ argument
131 #define dynamic_pr_debug(fmt, ...) \ argument
133 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
Dnet.h226 #define net_emerg_ratelimited(fmt, ...) \ argument
228 #define net_alert_ratelimited(fmt, ...) \ argument
230 #define net_crit_ratelimited(fmt, ...) \ argument
232 #define net_err_ratelimited(fmt, ...) \ argument
234 #define net_notice_ratelimited(fmt, ...) \ argument
236 #define net_warn_ratelimited(fmt, ...) \ argument
238 #define net_info_ratelimited(fmt, ...) \ argument
240 #define net_dbg_ratelimited(fmt, ...) \ argument
Ddevice.h969 const char *fmt, va_list args) in dev_vprintk_emit()
972 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
980 const char *fmt, ...) in dev_printk()
984 int dev_emerg(const struct device *dev, const char *fmt, ...) in dev_emerg()
987 int dev_crit(const struct device *dev, const char *fmt, ...) in dev_crit()
990 int dev_alert(const struct device *dev, const char *fmt, ...) in dev_alert()
993 int dev_err(const struct device *dev, const char *fmt, ...) in dev_err()
996 int dev_warn(const struct device *dev, const char *fmt, ...) in dev_warn()
999 int dev_notice(const struct device *dev, const char *fmt, ...) in dev_notice()
1002 int _dev_info(const struct device *dev, const char *fmt, ...) in _dev_info()
[all …]
Dacpi.h545 acpi_handle_printk(const char *level, void *handle, const char *fmt, ...) {} in acpi_handle_printk()
554 #define acpi_handle_emerg(handle, fmt, ...) \ argument
556 #define acpi_handle_alert(handle, fmt, ...) \ argument
558 #define acpi_handle_crit(handle, fmt, ...) \ argument
560 #define acpi_handle_err(handle, fmt, ...) \ argument
562 #define acpi_handle_warn(handle, fmt, ...) \ argument
564 #define acpi_handle_notice(handle, fmt, ...) \ argument
566 #define acpi_handle_info(handle, fmt, ...) \ argument
571 #define acpi_handle_debug(handle, fmt, ...) \ argument
574 #define acpi_handle_debug(handle, fmt, ...) \ argument
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()
Dtrace_seq.h50 static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
55 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
Dkernel.h497 void ____trace_printk_check_format(const char *fmt, ...) in ____trace_printk_check_format()
500 #define __trace_printk_check_format(fmt, args...) \ argument
536 #define trace_printk(fmt, ...) \ argument
545 #define do_trace_printk(fmt, args...) \ argument
611 #define ftrace_vprintk(fmt, vargs) \ argument
643 int trace_printk(const char *fmt, ...) in trace_printk()
648 ftrace_vprintk(const char *fmt, va_list ap) in ftrace_vprintk()
Dlibata.h64 #define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
66 #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) argument
68 #define VPRINTK(fmt, args...) argument
71 #define DPRINTK(fmt, args...) argument
72 #define VPRINTK(fmt, args...) argument
75 #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func… argument
1300 #define ata_port_err(ap, fmt, ...) \ argument
1302 #define ata_port_warn(ap, fmt, ...) \ argument
1304 #define ata_port_notice(ap, fmt, ...) \ argument
1306 #define ata_port_info(ap, fmt, ...) \ argument
[all …]
Dblktrace_api.h50 #define blk_add_trace_msg(q, fmt, ...) \ argument
78 # define blk_add_trace_msg(q, fmt, ...) do { } while (0) argument
Dbinfmts.h82 static inline void register_binfmt(struct linux_binfmt *fmt) in register_binfmt()
87 static inline void insert_binfmt(struct linux_binfmt *fmt) in insert_binfmt()
Dhid.h1015 #define hid_printk(level, hid, fmt, arg...) \ argument
1017 #define hid_emerg(hid, fmt, arg...) \ argument
1019 #define hid_crit(hid, fmt, arg...) \ argument
1021 #define hid_alert(hid, fmt, arg...) \ argument
1023 #define hid_err(hid, fmt, arg...) \ argument
1025 #define hid_notice(hid, fmt, arg...) \ argument
1027 #define hid_warn(hid, fmt, arg...) \ argument
1029 #define hid_info(hid, fmt, arg...) \ argument
1031 #define hid_dbg(hid, fmt, arg...) \ argument
Dworkqueue.h377 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
391 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
409 #define alloc_ordered_workqueue(fmt, flags, args...) \ argument
Dmmiotrace.h73 static inline __printf(1, 2) int mmiotrace_printk(const char *fmt, ...) in mmiotrace_printk()
/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 …]
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/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/xen/
Dhvc-console.h15 void xen_raw_printk(const char *fmt, ...) { } in xen_raw_printk()
/include/linux/usb/
Dcomposite.h510 #define DBG(d, fmt, args...) \ argument
512 #define VDBG(d, fmt, args...) \ argument
514 #define ERROR(d, fmt, args...) \ argument
516 #define WARNING(d, fmt, args...) \ argument
518 #define INFO(d, fmt, args...) \ argument
/include/net/nfc/
Dnfc.h31 #define nfc_dev_info(dev, fmt, arg...) dev_info((dev), "NFC: " fmt "\n", ## arg) argument
32 #define nfc_dev_err(dev, fmt, arg...) dev_err((dev), "NFC: " fmt "\n", ## arg) argument
33 #define nfc_dev_dbg(dev, fmt, arg...) dev_dbg((dev), fmt "\n", ## arg) argument
/include/drm/
DdrmP.h195 #define DRM_ERROR(fmt, ...) \ argument
198 #define DRM_INFO(fmt, ...) \ argument
208 #define DRM_DEBUG(fmt, args...) \ argument
214 #define DRM_DEBUG_DRIVER(fmt, args...) \ argument
219 #define DRM_DEBUG_KMS(fmt, args...) \ argument
224 #define DRM_DEBUG_PRIME(fmt, args...) \ argument
229 #define DRM_LOG(fmt, args...) \ argument
234 #define DRM_LOG_KMS(fmt, args...) \ argument
239 #define DRM_LOG_MODE(fmt, args...) \ argument
244 #define DRM_LOG_DRIVER(fmt, args...) \ argument
[all …]
/include/sound/
Dsimple_card.h19 unsigned int fmt; member
/include/net/bluetooth/
Dbluetooth.h115 #define BT_INFO(fmt, ...) bt_info(fmt "\n", ##__VA_ARGS__) argument
116 #define BT_ERR(fmt, ...) bt_err(fmt "\n", ##__VA_ARGS__) argument
117 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) argument
/include/net/sctp/
Dsctp.h291 #define SCTP_DEBUG_PRINTK(fmt, args...) \ argument
296 #define SCTP_DEBUG_PRINTK_CONT(fmt, args...) \ argument
334 #define SCTP_DEBUG_PRINTK_CONT(fmt, args...) argument

123