Home
last modified time | relevance | path

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

12345678910>>...115

/linux/include/linux/
A Ddev_printk.h19 #define dev_fmt(fmt) fmt argument
62 const char *fmt, va_list args) in dev_vprintk_emit()
73 const char *fmt, ...) in _dev_printk()
137 #define dev_emerg(dev, fmt, ...) \ argument
139 #define dev_crit(dev, fmt, ...) \ argument
141 #define dev_alert(dev, fmt, ...) \ argument
143 #define dev_err(dev, fmt, ...) \ argument
145 #define dev_warn(dev, fmt, ...) \ argument
147 #define dev_notice(dev, fmt, ...) \ argument
149 #define dev_info(dev, fmt, ...) \ argument
[all …]
A Dprintk.h83 const char *fmt; member
340 #define pr_fmt(fmt) fmt argument
347 const char *fmt; member
462 #define pr_emerg(fmt, ...) \ argument
472 #define pr_alert(fmt, ...) \ argument
482 #define pr_crit(fmt, ...) \ argument
492 #define pr_err(fmt, ...) \ argument
502 #define pr_warn(fmt, ...) \ argument
522 #define pr_info(fmt, ...) \ argument
534 #define pr_cont(fmt, ...) \ argument
[all …]
/linux/include/drm/
A Ddrm_print.h428 #define drm_info(drm, fmt, ...) \ argument
431 #define drm_notice(drm, fmt, ...) \ argument
434 #define drm_warn(drm, fmt, ...) \ argument
437 #define drm_err(drm, fmt, ...) \ argument
460 #define drm_dbg(drm, fmt, ...) \ argument
497 #define DRM_INFO(fmt, ...) \ argument
500 #define DRM_NOTE(fmt, ...) \ argument
503 #define DRM_WARN(fmt, ...) \ argument
517 #define DRM_ERROR(fmt, ...) \ argument
525 #define DRM_DEBUG(fmt, ...) \ argument
[all …]
/linux/net/mac80211/
A Ddebug.h128 #define sdata_err(sdata, fmt, ...) \ argument
133 #define ht_dbg(sdata, fmt, ...) \ argument
141 #define ocb_dbg(sdata, fmt, ...) \ argument
145 #define ibss_dbg(sdata, fmt, ...) \ argument
149 #define ps_dbg(sdata, fmt, ...) \ argument
153 #define ps_dbg_hw(hw, fmt, ...) \ argument
161 #define mpl_dbg(sdata, fmt, ...) \ argument
177 #define mcsa_dbg(sdata, fmt, ...) \ argument
181 #define mps_dbg(sdata, fmt, ...) \ argument
185 #define tdls_dbg(sdata, fmt, ...) \ argument
[all …]
/linux/drivers/net/wireless/marvell/libertas_tf/
A Ddeb_defs.h49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument
62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument
66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
73 #define lbtf_deb_11d(fmt, args...) LBTF_DEB_LL(LBTF_DEB_11D, " 11d", fmt, ##args) argument
77 #define lbtf_deb_cmd(fmt, args...) LBTF_DEB_LL(LBTF_DEB_CMD, " cmd", fmt, ##args) argument
78 #define lbtf_deb_rx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_RX, " rx", fmt, ##args) argument
79 #define lbtf_deb_tx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_TX, " tx", fmt, ##args) argument
80 #define lbtf_deb_fw(fmt, args...) LBTF_DEB_LL(LBTF_DEB_FW, " fw", fmt, ##args) argument
[all …]
/linux/tools/perf/util/
A Ddebug.h18 #define pr_fmt(fmt) fmt argument
21 #define pr_err(fmt, ...) \ argument
23 #define pr_warning(fmt, ...) \ argument
25 #define pr_warning_once(fmt, ...) ({ \ argument
32 #define pr_info(fmt, ...) \ argument
34 #define pr_debug(fmt, ...) \ argument
36 #define pr_debugN(n, fmt, ...) \ argument
38 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument
39 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument
43 #define pr_debug2_peo(fmt, ...) { \ argument
[all …]
A Dcolor.c14 const char *fmt, va_list args, const char *trail) in __color_vsnprintf()
39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf()
63 const char *fmt, va_list args) in color_vsnprintf()
68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf()
74 const char *fmt, ...) in color_snprintf()
85 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf()
142 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
153 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) in value_color_snprintf()
159 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_snprintf()
170 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_len_snprintf()
/linux/fs/xfs/
A Dxfs_message.h45 #define xfs_printk_once(func, dev, fmt, ...) \ argument
48 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument
50 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument
52 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument
54 #define xfs_err_ratelimited(dev, fmt, ...) \ argument
56 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument
60 #define xfs_info_ratelimited(dev, fmt, ...) \ argument
62 #define xfs_debug_ratelimited(dev, fmt, ...) \ argument
65 #define xfs_warn_once(dev, fmt, ...) \ argument
67 #define xfs_notice_once(dev, fmt, ...) \ argument
[all …]
/linux/drivers/gpu/drm/i915/gvt/
A Ddebug.h27 #define gvt_err(fmt, args...) \ argument
30 #define gvt_vgpu_err(fmt, args...) \ argument
38 #define gvt_dbg_core(fmt, args...) \ argument
41 #define gvt_dbg_irq(fmt, args...) \ argument
44 #define gvt_dbg_mm(fmt, args...) \ argument
47 #define gvt_dbg_mmio(fmt, args...) \ argument
50 #define gvt_dbg_dpy(fmt, args...) \ argument
53 #define gvt_dbg_el(fmt, args...) \ argument
56 #define gvt_dbg_sched(fmt, args...) \ argument
59 #define gvt_dbg_render(fmt, args...) \ argument
[all …]
/linux/fs/cifs/
A Dcifs_debug.h15 #define pr_fmt(fmt) "CIFS: " fmt argument
55 #define cifs_info_func(ratefunc, fmt, ...) \ argument
58 #define cifs_info(fmt, ...) \ argument
62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument
74 #define cifs_dbg(type, fmt, ...) \ argument
99 #define cifs_server_dbg(type, fmt, ...) \ argument
123 #define cifs_tcon_dbg(type, fmt, ...) \ argument
137 #define cifs_dbg(type, fmt, ...) \ argument
143 #define cifs_server_dbg(type, fmt, ...) \ argument
150 #define cifs_tcon_dbg(type, fmt, ...) \ argument
[all …]
/linux/fs/jffs2/
A Ddebug.h67 #define jffs2_dbg(level, fmt, ...) \ argument
79 #define JFFS2_ERROR(fmt, ...) \ argument
83 #define JFFS2_WARNING(fmt, ...) \ argument
87 #define JFFS2_NOTICE(fmt, ...) \ argument
91 #define JFFS2_DEBUG(fmt, ...) \ argument
115 #define dbg_fragtree(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
127 #define dbg_dentlist(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
134 #define dbg_noderef(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
148 #define dbg_summary(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
155 #define dbg_fsbuild(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
[all …]
/linux/drivers/block/rnbd/
A Drnbd-log.h15 #define rnbd_clt_log(fn, dev, fmt, ...) ( \ argument
19 #define rnbd_srv_log(fn, dev, fmt, ...) ( \ argument
23 #define rnbd_clt_err(dev, fmt, ...) \ argument
25 #define rnbd_clt_err_rl(dev, fmt, ...) \ argument
27 #define rnbd_clt_info(dev, fmt, ...) \ argument
29 #define rnbd_clt_info_rl(dev, fmt, ...) \ argument
32 #define rnbd_srv_err(dev, fmt, ...) \ argument
34 #define rnbd_srv_err_rl(dev, fmt, ...) \ argument
36 #define rnbd_srv_info(dev, fmt, ...) \ argument
38 #define rnbd_srv_info_rl(dev, fmt, ...) \ argument
/linux/include/linux/sunrpc/
A 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 …]
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnx_dbg.h32 #define prt(fmt, ...) do { \ argument
47 #define prt_err(fmt, ...) do { if (nx_dbg >= 0) { \ argument
53 #define prt_warn(fmt, ...) do { if (nx_dbg >= 1) { \ argument
59 #define prt_info(fmt, ...) do { if (nx_dbg >= 2) { \ argument
64 #define prt_trace(fmt, ...) do { if (nx_gzip_trace_enabled()) { \ argument
69 #define prt_stat(fmt, ...) do { if (nx_gzip_gather_statistics()) { \ argument
74 #define hw_trace(fmt, ...) do { \ argument
80 #define sw_trace(fmt, ...) do { \ argument
/linux/tools/lib/perf/
A Dinternal.h11 #define __pr(level, fmt, ...) \ argument
16 #define pr_err(fmt, ...) __pr(LIBPERF_ERR, fmt, ##__VA_ARGS__) argument
17 #define pr_warning(fmt, ...) __pr(LIBPERF_WARN, fmt, ##__VA_ARGS__) argument
18 #define pr_info(fmt, ...) __pr(LIBPERF_INFO, fmt, ##__VA_ARGS__) argument
19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) argument
20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) argument
21 #define pr_debug3(fmt, ...) __pr(LIBPERF_DEBUG3, fmt, ##__VA_ARGS__) argument
/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/
A Dia_css_debug.h73 #define IA_CSS_ERROR(fmt, ...) \ argument
77 #define IA_CSS_WARNING(fmt, ...) \ argument
82 #define IA_CSS_ENTER(fmt, ...) \ argument
87 #define IA_CSS_ENTER_LEAVE(fmt, ...) \ argument
91 #define IA_CSS_LEAVE(fmt, ...) \ argument
103 #define IA_CSS_LOG(fmt, ...) \ argument
108 #define IA_CSS_ENTER_PRIVATE(fmt, ...) \ argument
112 #define IA_CSS_LEAVE_PRIVATE(fmt, ...) \ argument
122 #define IA_CSS_ENTER_LEAVE_PRIVATE(fmt, ...) \ argument
133 const char *fmt, in ia_css_debug_vdtrace()
/linux/tools/lib/traceevent/
A Dparse-utils.c14 void __vwarning(const char *fmt, va_list ap) in __vwarning()
26 void __warning(const char *fmt, ...) in __warning()
35 void __weak warning(const char *fmt, ...) in warning()
44 void __vpr_stat(const char *fmt, va_list ap) in __vpr_stat()
50 void __pr_stat(const char *fmt, ...) in __pr_stat()
59 void __weak vpr_stat(const char *fmt, va_list ap) in vpr_stat()
64 void __weak pr_stat(const char *fmt, ...) in pr_stat()
/linux/fs/ntfs3/
A Ddebug.h29 void ntfs_printk(const struct super_block *sb, const char *fmt, ...) in ntfs_printk()
34 void ntfs_inode_printk(struct inode *inode, const char *fmt, ...) in ntfs_inode_printk()
43 #define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__) argument
44 #define ntfs_warn(sb, fmt, ...) ntfs_printk(sb, KERN_WARNING fmt, ##__VA_ARGS__) argument
45 #define ntfs_info(sb, fmt, ...) ntfs_printk(sb, KERN_INFO fmt, ##__VA_ARGS__) argument
46 #define ntfs_notice(sb, fmt, ...) \ argument
49 #define ntfs_inode_err(inode, fmt, ...) \ argument
51 #define ntfs_inode_warn(inode, fmt, ...) \ argument
/linux/drivers/infiniband/sw/rdmavt/
A Dvt.h21 #define rvt_pr_info(rdi, fmt, ...) \ argument
27 #define rvt_pr_warn(rdi, fmt, ...) \ argument
33 #define rvt_pr_err(rdi, fmt, ...) \ argument
39 #define rvt_pr_err_ratelimited(rdi, fmt, ...) \ argument
45 #define __rvt_pr_info(pdev, name, fmt, ...) \ argument
48 #define __rvt_pr_warn(pdev, name, fmt, ...) \ argument
51 #define __rvt_pr_err(pdev, name, fmt, ...) \ argument
54 #define __rvt_pr_err_ratelimited(pdev, name, fmt, ...) \ argument
/linux/include/kunit/
A Dtest.h872 fmt, \ argument
898 fmt, \ argument
1009 fmt, \ argument
1048 fmt, \ argument
1087 fmt, \ argument
1126 fmt, \ argument
1165 fmt, \ argument
1204 fmt, \ argument
1251 fmt, \ argument
1270 fmt, \ argument
[all …]
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs-log.h12 #define rtrs_log(fn, obj, fmt, ...) \ argument
15 #define rtrs_err(obj, fmt, ...) \ argument
17 #define rtrs_err_rl(obj, fmt, ...) \ argument
19 #define rtrs_wrn(obj, fmt, ...) \ argument
21 #define rtrs_wrn_rl(obj, fmt, ...) \ argument
23 #define rtrs_info(obj, fmt, ...) \ argument
25 #define rtrs_info_rl(obj, fmt, ...) \ argument
/linux/drivers/scsi/libfc/
A Dfc_libfc.h30 #define FC_LIBFC_DBG(fmt, args...) \ argument
34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
40 #define FC_DISC_DBG(disc, fmt, args...) \ argument
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
52 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument
55 #define FC_FCP_DBG(pkt, fmt, args...) \ argument
73 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
/linux/drivers/net/wireless/marvell/libertas/
A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument
66 #define lbs_deb_11d(fmt, args...) LBS_DEB_LL(LBS_DEB_11D, " 11d", fmt, ##args) argument
70 #define lbs_deb_cmd(fmt, args...) LBS_DEB_LL(LBS_DEB_CMD, " cmd", fmt, ##args) argument
71 #define lbs_deb_rx(fmt, args...) LBS_DEB_LL(LBS_DEB_RX, " rx", fmt, ##args) argument
72 #define lbs_deb_tx(fmt, args...) LBS_DEB_LL(LBS_DEB_TX, " tx", fmt, ##args) argument
73 #define lbs_deb_fw(fmt, args...) LBS_DEB_LL(LBS_DEB_FW, " fw", fmt, ##args) argument
74 #define lbs_deb_usb(fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usb", fmt, ##args) argument
[all …]
/linux/fs/ubifs/
A Ddebug.h157 #define ubifs_dbg_msg(type, fmt, ...) \ argument
170 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
172 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument
173 #define dbg_jnlk(key, fmt, ...) \ argument
176 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument
177 #define dbg_tnck(key, fmt, ...) \ argument
180 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument
184 #define dbg_mnt(fmt, ...) ubifs_dbg_msg("mnt", fmt, ##__VA_ARGS__) argument
185 #define dbg_mntk(key, fmt, ...) \ argument
188 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument
[all …]
/linux/fs/jfs/
A Djfs_debug.h55 #define jfs_info(fmt, arg...) do { \ argument
61 #define jfs_debug(fmt, arg...) do { \ argument
67 #define jfs_warn(fmt, arg...) do { \ argument
73 #define jfs_err(fmt, arg...) do { \ argument
84 #define jfs_info(fmt, arg...) do {} while (0) argument
85 #define jfs_debug(fmt, arg...) do {} while (0) argument
86 #define jfs_warn(fmt, arg...) do {} while (0) argument
87 #define jfs_err(fmt, arg...) do {} while (0) argument

Completed in 45 milliseconds

12345678910>>...115