Home
last modified time | relevance | path

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

12345678910>>...106

/linux/fs/btrfs/
H A 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 …]
/linux/include/drm/
H A Ddrm_print.h211 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf()
224 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
500 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
514 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument
525 #define DRM_DEV_INFO(dev, fmt, ...) \ argument
529 #define DRM_DEV_INFO_ONCE(dev, fmt, ...) \ argument
539 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument
542 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument
555 #define DRM_DEV_DEBUG(dev, fmt, ...) \ argument
565 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, ...) \ argument
[all …]
/linux/net/mac80211/
H A 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 …]
/linux/include/linux/
H A Dprintk.h86 const char *fmt; member
132 #define no_printk(fmt, ...) \ argument
275 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
391 #define pr_fmt(fmt) fmt argument
398 const char *fmt; member
467 #define printk_index_subsys_emit(subsys_fmt_prefix, level, fmt, ...) \ argument
501 #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) argument
502 #define printk_deferred(fmt, ...) \ argument
513 #define pr_emerg(fmt, ...) \ argument
523 #define pr_alert(fmt, ...) \ argument
[all …]
/linux/drivers/infiniband/sw/rxe/
H A 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 …]
/linux/drivers/net/wireless/marvell/libertas_tf/
H 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
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 …]
/linux/tools/perf/util/
H A Ddebug.h24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) argument
26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) argument
35 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS_ argument
19 pr_fmt(fmt) global() argument
22 pr_err(fmt,...) global() argument
33 pr_info(fmt,...) global() argument
37 pr_debugN(n,fmt,...) global() argument
39 pr_debug2(fmt,...) global() argument
40 pr_debug3(fmt,...) global() argument
41 pr_debug4(fmt,...) global() argument
44 pr_debug2_peo(fmt,...) global() argument
51 pr_time_N(n,var,t,fmt,...) global() argument
54 pr_oe_time(t,fmt,...) global() argument
55 pr_oe_time2(t,fmt,...) global() argument
[all...]
/linux/include/linux/ceph/
H 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
44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) 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
[all …]
/linux/drivers/gpu/drm/i915/gvt/
H 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/
H 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
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 …]
/linux/fs/jffs2/
H 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
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 …]
/linux/fs/smb/client/
H 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
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 …]
/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h18 #define __drbd_printk_drbd_device_fmt(fmt) "drbd %s/%u drbd%u: " fmt argument
27 #define __drbd_printk_drbd_peer_device_fmt(fmt) \ argument
35 #define __drbd_printk_drbd_resource_fmt(fmt) "drbd %s: " fmt argument
42 #define __drbd_printk_drbd_connection_fmt(fmt) \ argument
54 #define __drbd_printk_if_same_type(obj, struct_name, level, fmt, args...) \ argument
63 #define drbd_printk(level, obj, fmt, args...) \ argument
74 #define __drbd_dyn_dbg_if_same_type(obj, struct_name, 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
[all …]
/linux/include/uapi/linux/media/raspberrypi/
H 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/drivers/block/rnbd/
H 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/
H 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/drivers/gpu/drm/xe/
H 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/thermal/lib/
H 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/include/net/
H 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
84 #define netif_printk(priv, type, level, dev, fmt, args...) \ argument
90 #define netif_level(level, priv, type, dev, fmt, args...) \ argument
[all …]
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H 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/
H 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/include/kunit/
H A Dtest.h564 #define kunit_mark_skipped(test_or_suite, fmt, ...) \ argument
583 #define kunit_skip(test_or_suite, fmt, ...) \ argument
593 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument
600 #define kunit_printk(lvl, test, fmt, ...) \ argument
613 #define kunit_info(test, fmt, ...) \ argument
624 #define kunit_warn(test, fmt, ...) \ argument
635 #define kunit_err(test, fmt, ...) \ argument
666 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument
681 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument
703 #define KUNIT_FAIL(test, fmt, ...) \ argument
[all …]
/linux/fs/ntfs3/
H 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/net/wireless/marvell/libertas/
H 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
60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument
61 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument
62 #define lbs_deb_ioctl(fmt, args...) LBS_DEB_LL(LBS_DEB_IOCTL, " ioctl", fmt, ##args) argument
63 #define lbs_deb_scan(fmt, args...) LBS_DEB_LL(LBS_DEB_SCAN, " scan", fmt, ##args) argument
64 #define lbs_deb_assoc(fmt, args...) LBS_DEB_LL(LBS_DEB_ASSOC, " assoc", fmt, ##args) argument
65 #define lbs_deb_join(fmt, args...) LBS_DEB_LL(LBS_DEB_JOIN, " join", fmt, ##args) argument
[all …]
/linux/drivers/infiniband/sw/rdmavt/
H 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

12345678910>>...106