Home
last modified time | relevance | path

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

12345678910>>...119

/linux/fs/btrfs/
A Dmessages.h26 #define btrfs_printk(fs_info, fmt, args...) \ argument
35 #define btrfs_printk(fs_info, fmt, args...) \ argument
39 #define btrfs_emerg(fs_info, fmt, args...) \ argument
41 #define btrfs_alert(fs_info, fmt, args...) \ argument
43 #define btrfs_crit(fs_info, fmt, args...) \ argument
45 #define btrfs_err(fs_info, fmt, args...) \ argument
47 #define btrfs_warn(fs_info, fmt, args...) \ argument
49 #define btrfs_notice(fs_info, fmt, args...) \ argument
51 #define btrfs_info(fs_info, fmt, args...) \ argument
122 #define btrfs_debug(fs_info, fmt, args...) \ argument
[all …]
/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()
147 #define dev_emerg(dev, fmt, ...) \ argument
149 #define dev_crit(dev, fmt, ...) \ argument
151 #define dev_alert(dev, fmt, ...) \ argument
153 #define dev_err(dev, fmt, ...) \ argument
155 #define dev_warn(dev, fmt, ...) \ argument
157 #define dev_notice(dev, fmt, ...) \ argument
159 #define dev_info(dev, fmt, ...) \ argument
[all …]
A Dprintk.h86 const char *fmt; member
380 #define pr_fmt(fmt) fmt argument
387 const char *fmt; member
502 #define pr_emerg(fmt, ...) \ argument
512 #define pr_alert(fmt, ...) \ argument
522 #define pr_crit(fmt, ...) \ argument
532 #define pr_err(fmt, ...) \ argument
542 #define pr_warn(fmt, ...) \ argument
562 #define pr_info(fmt, ...) \ argument
574 #define pr_cont(fmt, ...) \ argument
[all …]
/linux/include/drm/
A Ddrm_print.h525 #define drm_info(drm, fmt, ...) \ argument
528 #define drm_notice(drm, fmt, ...) \ argument
531 #define drm_warn(drm, fmt, ...) \ argument
534 #define drm_err(drm, fmt, ...) \ argument
590 #define __drm_dbg(cat, fmt, ...) \ argument
601 #define DRM_INFO(fmt, ...) \ argument
604 #define DRM_NOTE(fmt, ...) \ argument
607 #define DRM_WARN(fmt, ...) \ argument
621 #define DRM_ERROR(fmt, ...) \ argument
629 #define DRM_DEBUG(fmt, ...) \ argument
[all …]
/linux/net/mac80211/
A Ddebug.h137 #define link_info(link, fmt, ...) \ argument
146 #define link_err(link, fmt, ...) \ argument
163 #define link_dbg(link, fmt, ...) \ argument
167 #define ht_dbg(sdata, fmt, ...) \ argument
175 #define ocb_dbg(sdata, fmt, ...) \ argument
179 #define ibss_dbg(sdata, fmt, ...) \ argument
183 #define ps_dbg(sdata, fmt, ...) \ argument
187 #define ps_dbg_hw(hw, fmt, ...) \ argument
195 #define mpl_dbg(sdata, fmt, ...) \ argument
215 #define mps_dbg(sdata, fmt, ...) \ argument
[all …]
/linux/fs/xfs/
A Dxfs_message.h18 #define xfs_emerg(mp, fmt, ...) \ argument
20 #define xfs_alert(mp, fmt, ...) \ argument
22 #define xfs_crit(mp, fmt, ...) \ argument
24 #define xfs_err(mp, fmt, ...) \ argument
26 #define xfs_warn(mp, fmt, ...) \ argument
28 #define xfs_notice(mp, fmt, ...) \ argument
30 #define xfs_info(mp, fmt, ...) \ argument
33 #define xfs_debug(mp, fmt, ...) \ argument
39 #define xfs_alert_tag(mp, tag, fmt, ...) \ argument
84 #define xfs_warn_once(dev, fmt, ...) \ argument
[all …]
/linux/drivers/infiniband/sw/rxe/
A Drxe.h13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
42 #define rxe_dbg_dev(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument
44 #define rxe_dbg_uc(uc, fmt, ...) ibdev_dbg((uc)->ibuc.device, \ argument
46 #define rxe_dbg_pd(pd, fmt, ...) ibdev_dbg((pd)->ibpd.device, \ argument
48 #define rxe_dbg_ah(ah, fmt, ...) ibdev_dbg((ah)->ibah.device, \ argument
50 #define rxe_dbg_srq(srq, fmt, ...) ibdev_dbg((srq)->ibsrq.device, \ argument
52 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ argument
54 #define rxe_dbg_cq(cq, fmt, ...) ibdev_dbg((cq)->ibcq.device, \ argument
56 #define rxe_dbg_mr(mr, fmt, ...) ibdev_dbg((mr)->ibmr.device, \ argument
58 #define rxe_dbg_mw(mw, fmt, ...) ibdev_dbg((mw)->ibmw.device, \ 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/include/linux/ceph/
A Dceph_debug.h5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
18 # define dout(fmt, ...) \ argument
22 # define doutc(client, fmt, ...) \ argument
30 # define dout(fmt, ...) \ argument
32 # define doutc(client, fmt, ...) \ argument
45 # define doutc(client, fmt, ...) \ argument
51 #define pr_notice_client(client, fmt, ...) \ argument
54 #define pr_info_client(client, fmt, ...) \ argument
57 #define pr_warn_client(client, fmt, ...) \ argument
60 #define pr_warn_once_client(client, fmt, ...) \ argument
[all …]
/linux/tools/perf/util/
A Ddebug.h20 #define pr_fmt(fmt) fmt argument
23 #define pr_err(fmt, ...) \ argument
25 #define pr_warning(fmt, ...) \ argument
27 #define pr_warning_once(fmt, ...) ({ \ argument
34 #define pr_info(fmt, ...) \ argument
36 #define pr_debug(fmt, ...) \ argument
38 #define pr_debugN(n, fmt, ...) \ argument
40 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument
41 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument
45 #define pr_debug2_peo(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/drivers/scsi/mpi3mr/
A Dmpi3mr_debug.h41 #define ioc_err(ioc, fmt, ...) \ argument
43 #define ioc_notice(ioc, fmt, ...) \ argument
45 #define ioc_warn(ioc, fmt, ...) \ argument
47 #define ioc_info(ioc, fmt, ...) \ argument
50 #define dprint(ioc, fmt, ...) \ argument
56 #define dprint_event_th(ioc, fmt, ...) \ argument
68 #define dprint_init(ioc, fmt, ...) \ argument
74 #define dprint_exit(ioc, fmt, ...) \ argument
80 #define dprint_tm(ioc, fmt, ...) \ argument
86 #define dprint_reply(ioc, 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/fs/smb/client/
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/drivers/block/drbd/
A Ddrbd_polymorph_printk.h27 #define __drbd_printk_drbd_peer_device_fmt(fmt) \ argument
42 #define __drbd_printk_drbd_connection_fmt(fmt) \ argument
63 #define drbd_printk(level, obj, fmt, args...) \ argument
86 #define dynamic_drbd_dbg(obj, fmt, args...) \ argument
97 #define drbd_emerg(device, fmt, args...) \ argument
99 #define drbd_alert(device, fmt, args...) \ argument
101 #define drbd_crit(device, fmt, args...) \ argument
103 #define drbd_err(device, fmt, args...) \ argument
105 #define drbd_warn(device, fmt, args...) \ argument
107 #define drbd_notice(device, fmt, 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/uapi/linux/media/raspberrypi/
A Dpisp_common.h95 #define PISP_IMAGE_FORMAT_BPS_8(fmt) \ argument
97 #define PISP_IMAGE_FORMAT_BPS_10(fmt) \ argument
99 #define PISP_IMAGE_FORMAT_BPS_12(fmt) \ argument
101 #define PISP_IMAGE_FORMAT_BPS_16(fmt) \ argument
103 #define PISP_IMAGE_FORMAT_BPS(fmt) \ argument
106 #define PISP_IMAGE_FORMAT_SHIFT(fmt) \ argument
108 #define PISP_IMAGE_FORMAT_THREE_CHANNEL(fmt) \ argument
110 #define PISP_IMAGE_FORMAT_SINGLE_CHANNEL(fmt) \ argument
112 #define PISP_IMAGE_FORMAT_COMPRESSED(fmt) \ argument
115 #define PISP_IMAGE_FORMAT_SAMPLING_444(fmt) \ argument
[all …]
/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/thermal/lib/
A Dlog.h18 #define DEBUG(fmt, ...) logit(LOG_DEBUG, "%s:%d: " fmt, __func__, __LINE__, ##__VA_ARGS__) argument
19 #define INFO(fmt, ...) logit(LOG_INFO, fmt, ##__VA_ARGS__) argument
20 #define NOTICE(fmt, ...) logit(LOG_NOTICE, fmt, ##__VA_ARGS__) argument
21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) argument
22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__) argument
23 #define CRITICAL(fmt, ...) logit(LOG_CRIT, fmt, ##__VA_ARGS__) argument
24 #define ALERT(fmt, ...) logit(LOG_ALERT, fmt, ##__VA_ARGS__) argument
25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__) argument
/linux/drivers/gpu/drm/xe/
A Dxe_sriov_printk.h18 #define xe_sriov_printk(xe, _level, fmt, ...) \ argument
21 #define xe_sriov_err(xe, fmt, ...) \ argument
24 #define xe_sriov_err_ratelimited(xe, fmt, ...) \ argument
27 #define xe_sriov_warn(xe, fmt, ...) \ argument
30 #define xe_sriov_notice(xe, fmt, ...) \ argument
33 #define xe_sriov_info(xe, fmt, ...) \ argument
36 #define xe_sriov_dbg(xe, fmt, ...) \ argument
41 #define xe_sriov_dbg_verbose(xe, fmt, ...) xe_sriov_dbg(xe, fmt, ##__VA_ARGS__) argument
43 #define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe)) argument
/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/include/net/
A Dnet_debug.h28 #define netdev_level_once(level, dev, fmt, ...) \ argument
38 #define netdev_emerg_once(dev, fmt, ...) \ argument
40 #define netdev_alert_once(dev, fmt, ...) \ argument
42 #define netdev_crit_once(dev, fmt, ...) \ argument
44 #define netdev_err_once(dev, fmt, ...) \ argument
46 #define netdev_warn_once(dev, fmt, ...) \ argument
48 #define netdev_notice_once(dev, fmt, ...) \ argument
50 #define netdev_info_once(dev, fmt, ...) \ argument
100 #define netif_crit(priv, type, dev, fmt, args...) \ argument
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
[all …]
/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/
A Dia_css_debug.h74 #define IA_CSS_ERROR(fmt, ...) \ argument
78 #define IA_CSS_WARNING(fmt, ...) \ argument
83 #define IA_CSS_ENTER(fmt, ...) \ argument
88 #define IA_CSS_ENTER_LEAVE(fmt, ...) \ argument
92 #define IA_CSS_LEAVE(fmt, ...) \ argument
104 #define IA_CSS_LOG(fmt, ...) \ argument
109 #define IA_CSS_ENTER_PRIVATE(fmt, ...) \ argument
113 #define IA_CSS_LEAVE_PRIVATE(fmt, ...) \ argument
123 #define IA_CSS_ENTER_LEAVE_PRIVATE(fmt, ...) \ argument
134 const char *fmt, in ia_css_debug_vdtrace()
/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/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

Completed in 47 milliseconds

12345678910>>...119