Home
last modified time | relevance | path

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

12345678910>>...259

/kernel/linux/linux-6.6/fs/btrfs/
Dmessages.h18 void btrfs_no_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) in btrfs_no_printk()
26 #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
[all …]
/kernel/linux/linux-5.10/include/linux/
Ddev_printk.h19 #define dev_fmt(fmt) fmt argument
62 const char *fmt, va_list args) in dev_vprintk_emit()
65 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
73 const char *fmt, ...) in dev_printk()
77 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg()
80 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit()
83 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert()
86 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err()
89 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn()
92 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice()
[all …]
Dprintk.h91 const char *fmt; member
137 #define no_printk(fmt, ...) \ argument
260 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
301 #define pr_fmt(fmt) fmt argument
312 #define pr_emerg(fmt, ...) \ argument
322 #define pr_alert(fmt, ...) \ argument
332 #define pr_crit(fmt, ...) \ argument
342 #define pr_err(fmt, ...) \ argument
352 #define pr_warn(fmt, ...) \ argument
362 #define pr_notice(fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/include/linux/
Ddev_printk.h19 #define dev_fmt(fmt) fmt argument
62 const char *fmt, va_list args) in dev_vprintk_emit()
65 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
73 const char *fmt, ...) in _dev_printk()
77 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg()
80 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit()
83 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert()
86 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err()
89 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn()
92 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice()
[all …]
Dprintk.h80 const char *fmt; member
126 #define no_printk(fmt, ...) \ argument
252 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
345 #define pr_fmt(fmt) fmt argument
352 const char *fmt; member
421 #define printk_index_subsys_emit(subsys_fmt_prefix, level, fmt, ...) \ argument
455 #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) argument
456 #define printk_deferred(fmt, ...) \ argument
467 #define pr_emerg(fmt, ...) \ argument
477 #define pr_alert(fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/include/drm/
Ddrm_print.h107 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf()
120 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
422 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
436 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument
447 #define DRM_DEV_INFO(dev, fmt, ...) \ argument
451 #define DRM_DEV_INFO_ONCE(dev, fmt, ...) \ argument
461 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument
464 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument
477 #define DRM_DEV_DEBUG(dev, fmt, ...) \ argument
487 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, ...) \ argument
[all …]
/kernel/linux/linux-5.10/include/drm/
Ddrm_print.h106 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf()
119 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
346 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
357 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument
367 #define DRM_DEV_INFO(dev, fmt, ...) \ argument
370 #define DRM_DEV_INFO_ONCE(dev, fmt, ...) \ argument
385 #define DRM_DEV_DEBUG(dev, fmt, ...) \ argument
393 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, ...) \ argument
401 #define DRM_DEV_DEBUG_KMS(dev, fmt, ...) \ argument
411 #define __drm_printk(drm, level, type, fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_message.h13 #define xfs_printk_index_wrap(kern_level, mp, fmt, ...) \ argument
18 #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
36 #define xfs_debug(mp, fmt, ...) do {} while (0) argument
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
Drxe.h13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
41 #define rxe_dbg(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__) 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
[all …]
/kernel/linux/linux-6.6/net/mac80211/
Ddebug.h95 #define _sdata_info(sdata, fmt, ...) \ argument
97 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
99 #define _sdata_err(sdata, fmt, ...) \ argument
101 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
104 #define _sdata_info(sdata, fmt, ...) \ argument
110 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
117 #define _sdata_err(sdata, fmt, ...) \ argument
123 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
130 #define sdata_info(sdata, fmt, ...) \ argument
132 #define sdata_err(sdata, fmt, ...) \ argument
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Ddebug.h91 #define _sdata_info(sdata, fmt, ...) \ argument
93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
95 #define _sdata_err(sdata, fmt, ...) \ argument
97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
100 #define _sdata_info(sdata, fmt, ...) \ argument
106 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
113 #define _sdata_err(sdata, fmt, ...) \ argument
119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
126 #define sdata_info(sdata, fmt, ...) \ argument
128 #define sdata_err(sdata, fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
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
65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument
66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument
68 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument
69 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument
70 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
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
65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument
66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument
68 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument
69 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument
70 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument
[all …]
/kernel/linux/linux-6.6/tools/perf/util/
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
40 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) argument
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Ddebug.h17 #define pr_fmt(fmt) fmt argument
20 #define pr_err(fmt, ...) \ argument
22 #define pr_warning(fmt, ...) \ argument
24 #define pr_info(fmt, ...) \ argument
26 #define pr_debug(fmt, ...) \ argument
28 #define pr_debugN(n, fmt, ...) \ argument
30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument
31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument
32 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) argument
35 #define pr_debug2_peo(fmt, ...) { \ argument
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
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 …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_message.h29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug()
34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument
43 #define xfs_printk_once(func, dev, fmt, ...) \ argument
55 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument
57 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument
59 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument
61 #define xfs_err_ratelimited(dev, fmt, ...) \ argument
63 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument
65 #define xfs_notice_ratelimited(dev, fmt, ...) \ argument
67 #define xfs_info_ratelimited(dev, fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
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
62 #define dprint_event_bh(ioc, fmt, ...) \ argument
68 #define dprint_init(ioc, fmt, ...) \ argument
74 #define dprint_exit(ioc, fmt, ...) \ argument
80 #define dprint_tm(ioc, fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/fs/smb/client/
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
82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ argument
99 #define cifs_server_dbg(type, fmt, ...) \ argument
108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument
123 #define cifs_tcon_dbg(type, fmt, ...) \ argument
137 #define cifs_dbg(type, fmt, ...) \ argument
[all …]
/kernel/linux/linux-5.10/fs/cifs/
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
82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ argument
99 #define cifs_server_dbg(type, fmt, ...) \ argument
108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument
123 #define cifs_tcon_dbg(type, fmt, ...) \ argument
137 #define cifs_dbg(type, fmt, ...) \ argument
[all …]
/kernel/linux/linux-6.6/fs/jffs2/
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
101 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
103 #define dbg_readinode(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
106 #define dbg_readinode2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
108 #define dbg_readinode2(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
113 #define dbg_fragtree(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
[all …]
/kernel/linux/linux-5.10/fs/jffs2/
Ddebug.h66 #define jffs2_dbg(level, fmt, ...) \ argument
78 #define JFFS2_ERROR(fmt, ...) \ argument
82 #define JFFS2_WARNING(fmt, ...) \ argument
86 #define JFFS2_NOTICE(fmt, ...) \ argument
90 #define JFFS2_DEBUG(fmt, ...) \ argument
100 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
102 #define dbg_readinode(fmt, ...) argument
105 #define dbg_readinode2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
107 #define dbg_readinode2(fmt, ...) argument
112 #define dbg_fragtree(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
[all …]
/kernel/linux/linux-6.6/drivers/block/rnbd/
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
/kernel/linux/linux-5.10/drivers/block/rnbd/
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

12345678910>>...259