Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 81 of 81) sorted by relevance

/linux-4.4.14/net/mac80211/
Dtrace.c16 struct va_format vaf = { in __sdata_info() local
22 vaf.va = &args; in __sdata_info()
24 pr_info("%pV", &vaf); in __sdata_info()
25 trace_mac80211_info(&vaf); in __sdata_info()
31 struct va_format vaf = { in __sdata_dbg() local
37 vaf.va = &args; in __sdata_dbg()
40 pr_debug("%pV", &vaf); in __sdata_dbg()
41 trace_mac80211_dbg(&vaf); in __sdata_dbg()
47 struct va_format vaf = { in __sdata_err() local
53 vaf.va = &args; in __sdata_err()
[all …]
Dtrace_msg.h16 TP_PROTO(struct va_format *vaf),
18 TP_ARGS(vaf),
26 MAX_MSG_LEN, vaf->fmt,
27 *vaf->va) >= MAX_MSG_LEN);
34 TP_PROTO(struct va_format *vaf),
35 TP_ARGS(vaf)
38 TP_PROTO(struct va_format *vaf),
39 TP_ARGS(vaf)
42 TP_PROTO(struct va_format *vaf),
43 TP_ARGS(vaf)
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dbrcms_trace_brcmsmac_msg.h28 TP_PROTO(struct va_format *vaf),
29 TP_ARGS(vaf),
35 MAX_MSG_LEN, vaf->fmt,
36 *vaf->va) >= MAX_MSG_LEN);
42 TP_PROTO(struct va_format *vaf),
43 TP_ARGS(vaf)
47 TP_PROTO(struct va_format *vaf),
48 TP_ARGS(vaf)
52 TP_PROTO(struct va_format *vaf),
53 TP_ARGS(vaf)
[all …]
Ddebug.c235 struct va_format vaf = { \
241 vaf.va = &args; \
242 dev_ ##fn(dev, "%pV", &vaf); \
243 trace_brcms_ ##fn(&vaf); \
256 struct va_format vaf = { in __brcms_fn() local
262 vaf.va = &args; in __brcms_fn()
265 dev_err(dev, "%s %pV", func, &vaf); in __brcms_fn()
267 trace_brcms_dbg(level, func, &vaf); in __brcms_fn()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Ddebug.c23 struct va_format vaf = { in wil_err() local
29 vaf.va = &args; in wil_err()
30 netdev_err(ndev, "%pV", &vaf); in wil_err()
31 trace_wil6210_log_err(&vaf); in wil_err()
39 struct va_format vaf = { in wil_err_ratelimited() local
45 vaf.va = &args; in wil_err_ratelimited()
46 netdev_err(ndev, "%pV", &vaf); in wil_err_ratelimited()
47 trace_wil6210_log_err(&vaf); in wil_err_ratelimited()
55 struct va_format vaf = { in wil_info() local
61 vaf.va = &args; in wil_info()
[all …]
Dtrace.h79 TP_PROTO(struct va_format *vaf),
80 TP_ARGS(vaf),
87 vaf->fmt,
88 *vaf->va) >= WIL6210_MSG_MAX);
94 TP_PROTO(struct va_format *vaf),
95 TP_ARGS(vaf)
99 TP_PROTO(struct va_format *vaf),
100 TP_ARGS(vaf)
104 TP_PROTO(struct va_format *vaf),
105 TP_ARGS(vaf)
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-devtrace-msg.h38 TP_PROTO(struct va_format *vaf),
39 TP_ARGS(vaf),
45 MAX_MSG_LEN, vaf->fmt,
46 *vaf->va) >= MAX_MSG_LEN);
52 TP_PROTO(struct va_format *vaf),
53 TP_ARGS(vaf)
57 TP_PROTO(struct va_format *vaf),
58 TP_ARGS(vaf)
62 TP_PROTO(struct va_format *vaf),
63 TP_ARGS(vaf)
[all …]
Diwl-debug.c74 struct va_format vaf = { \
80 vaf.va = &args; \
81 dev_ ##fn(dev, "%pV", &vaf); \
82 trace_iwlwifi_ ##fn(&vaf); \
96 struct va_format vaf = { in __iwl_err() local
102 vaf.va = &args; in __iwl_err()
105 dev_err(dev, "(RFKILL) %pV", &vaf); in __iwl_err()
107 dev_err(dev, "%pV", &vaf); in __iwl_err()
109 trace_iwlwifi_err(&vaf); in __iwl_err()
119 struct va_format vaf = { in __iwl_dbg() local
[all …]
/linux-4.4.14/net/bluetooth/
Dlib.c140 struct va_format vaf; in bt_info() local
145 vaf.fmt = format; in bt_info()
146 vaf.va = &args; in bt_info()
148 pr_info("%pV", &vaf); in bt_info()
156 struct va_format vaf; in bt_warn() local
161 vaf.fmt = format; in bt_warn()
162 vaf.va = &args; in bt_warn()
164 pr_warn("%pV", &vaf); in bt_warn()
172 struct va_format vaf; in bt_err() local
177 vaf.fmt = format; in bt_err()
[all …]
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_debug.c18 struct va_format vaf; in BNX2FC_IO_DBG() local
26 vaf.fmt = fmt; in BNX2FC_IO_DBG()
27 vaf.va = &args; in BNX2FC_IO_DBG()
33 io_req->xid, &vaf); in BNX2FC_IO_DBG()
35 pr_info("NULL %pV", &vaf); in BNX2FC_IO_DBG()
42 struct va_format vaf; in BNX2FC_TGT_DBG() local
50 vaf.fmt = fmt; in BNX2FC_TGT_DBG()
51 vaf.va = &args; in BNX2FC_TGT_DBG()
57 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG()
59 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG()
[all …]
/linux-4.4.14/fs/ntfs/
Ddebug.c46 struct va_format vaf; in __ntfs_warning() local
57 vaf.fmt = fmt; in __ntfs_warning()
58 vaf.va = &args; in __ntfs_warning()
61 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning()
63 pr_warn("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_warning()
89 struct va_format vaf; in __ntfs_error() local
100 vaf.fmt = fmt; in __ntfs_error()
101 vaf.va = &args; in __ntfs_error()
104 sb->s_id, flen ? function : "", &vaf); in __ntfs_error()
106 pr_err("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_error()
[all …]
/linux-4.4.14/drivers/usb/host/
Dxhci-trace.h33 TP_PROTO(struct va_format *vaf),
34 TP_ARGS(vaf),
37 vsnprintf(__get_str(msg), XHCI_MSG_MAX, vaf->fmt, *vaf->va);
43 TP_PROTO(struct va_format *vaf),
44 TP_ARGS(vaf)
48 TP_PROTO(struct va_format *vaf),
49 TP_ARGS(vaf)
53 TP_PROTO(struct va_format *vaf),
54 TP_ARGS(vaf)
58 TP_PROTO(struct va_format *vaf),
[all …]
Dxhci-dbg.c604 struct va_format vaf; in xhci_dbg_trace() local
608 vaf.fmt = fmt; in xhci_dbg_trace()
609 vaf.va = &args; in xhci_dbg_trace()
610 xhci_dbg(xhci, "%pV\n", &vaf); in xhci_dbg_trace()
611 trace(&vaf); in xhci_dbg_trace()
/linux-4.4.14/fs/xfs/
Dxfs_message.c33 struct va_format *vaf) in __xfs_printk() argument
36 printk("%sXFS (%s): %pV\n", level, mp->m_fsname, vaf); in __xfs_printk()
39 printk("%sXFS: %pV\n", level, vaf); in __xfs_printk()
45 struct va_format vaf; \
51 vaf.fmt = fmt; \
52 vaf.va = &args; \
54 __xfs_printk(kern_level, mp, &vaf); \
80 struct va_format vaf; in xfs_alert_tag() local
91 vaf.fmt = fmt; in xfs_alert_tag()
92 vaf.va = &args; in xfs_alert_tag()
[all …]
/linux-4.4.14/drivers/usb/dwc3/
Dtrace.h31 TP_PROTO(struct va_format *vaf),
32 TP_ARGS(vaf),
35 vsnprintf(__get_str(msg), DWC3_MSG_MAX, vaf->fmt, *vaf->va);
41 TP_PROTO(struct va_format *vaf),
42 TP_ARGS(vaf)
46 TP_PROTO(struct va_format *vaf),
47 TP_ARGS(vaf)
51 TP_PROTO(struct va_format *vaf),
52 TP_ARGS(vaf)
56 TP_PROTO(struct va_format *vaf),
[all …]
Ddebug.c22 struct va_format vaf; in dwc3_trace() local
26 vaf.fmt = fmt; in dwc3_trace()
27 vaf.va = &args; in dwc3_trace()
29 trace(&vaf); in dwc3_trace()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dtrace.h252 TP_PROTO(struct va_format *vaf),
253 TP_ARGS(vaf),
260 vaf->fmt,
261 *vaf->va) >= ATH6KL_MSG_MAX);
267 TP_PROTO(struct va_format *vaf),
268 TP_ARGS(vaf)
272 TP_PROTO(struct va_format *vaf),
273 TP_ARGS(vaf)
277 TP_PROTO(struct va_format *vaf),
278 TP_ARGS(vaf)
[all …]
Ddebug.c42 struct va_format vaf; in ath6kl_printk() local
47 vaf.fmt = fmt; in ath6kl_printk()
48 vaf.va = &args; in ath6kl_printk()
50 printk("%sath6kl: %pV", level, &vaf); in ath6kl_printk()
58 struct va_format vaf = { in ath6kl_info() local
64 vaf.va = &args; in ath6kl_info()
65 ath6kl_printk(KERN_INFO, "%pV", &vaf); in ath6kl_info()
66 trace_ath6kl_log_info(&vaf); in ath6kl_info()
73 struct va_format vaf = { in ath6kl_err() local
79 vaf.va = &args; in ath6kl_err()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/
Dmain.c74 struct va_format vaf; in ath_printk() local
79 vaf.fmt = fmt; in ath_printk()
80 vaf.va = &args; in ath_printk()
84 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk()
85 trace_ath_log(common->hw->wiphy, &vaf); in ath_printk()
87 printk("%sath: %pV", level, &vaf); in ath_printk()
Dtrace.h36 struct va_format *vaf),
38 TP_ARGS(wiphy, vaf),
51 vaf->fmt,
52 *vaf->va) >= ATH_DBG_MAX_LEN);
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dtracepoint.h43 TP_PROTO(const char *func, struct va_format *vaf),
44 TP_ARGS(func, vaf),
52 MAX_MSG_LEN, vaf->fmt,
53 *vaf->va) >= MAX_MSG_LEN);
59 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
60 TP_ARGS(level, func, vaf),
70 MAX_MSG_LEN, vaf->fmt,
71 *vaf->va) >= MAX_MSG_LEN);
Dtracepoint.c25 struct va_format vaf = { in __brcmf_err() local
31 vaf.va = &args; in __brcmf_err()
32 pr_err("%s: %pV", func, &vaf); in __brcmf_err()
33 trace_brcmf_err(func, &vaf); in __brcmf_err()
Dcommon.c186 struct va_format vaf = { in __brcmf_dbg() local
192 vaf.va = &args; in __brcmf_dbg()
194 pr_debug("%s %pV", func, &vaf); in __brcmf_dbg()
195 trace_brcmf_dbg(level, func, &vaf); in __brcmf_dbg()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dodm_debug.c28 struct va_format vaf; in rt_trace() local
33 vaf.fmt = fmt; in rt_trace()
34 vaf.va = &args; in rt_trace()
36 pr_info(DRIVER_PREFIX " [0x%08x,%d] %pV", comp, level, &vaf); in rt_trace()
/linux-4.4.14/fs/befs/
Ddebug.c30 struct va_format vaf; in befs_error() local
34 vaf.fmt = fmt; in befs_error()
35 vaf.va = &args; in befs_error()
36 pr_err("(%s): %pV\n", sb->s_id, &vaf); in befs_error()
43 struct va_format vaf; in befs_warning() local
47 vaf.fmt = fmt; in befs_warning()
48 vaf.va = &args; in befs_warning()
49 pr_warn("(%s): %pV\n", sb->s_id, &vaf); in befs_warning()
58 struct va_format vaf; in befs_debug() local
61 vaf.fmt = fmt; in befs_debug()
[all …]
/linux-4.4.14/arch/tile/kernel/
Dearly_printk.c46 struct va_format vaf; in early_panic() local
53 vaf.fmt = fmt; in early_panic()
54 vaf.va = &args; in early_panic()
56 early_printk("Kernel panic - not syncing: %pV", &vaf); in early_panic()
/linux-4.4.14/sound/core/
Dmisc.c72 struct va_format vaf; in __snd_printk() local
83 vaf.fmt = format; in __snd_printk()
84 vaf.va = &args; in __snd_printk()
90 vaf.fmt = end_of_header; in __snd_printk()
93 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()
/linux-4.4.14/net/9p/
Dmod.c50 struct va_format vaf; in _p9_debug() local
58 vaf.fmt = fmt; in _p9_debug()
59 vaf.va = &args; in _p9_debug()
62 pr_notice("(%8.8d) %pV", task_pid_nr(current), &vaf); in _p9_debug()
64 pr_notice("-- %s (%d): %pV", func, task_pid_nr(current), &vaf); in _p9_debug()
/linux-4.4.14/fs/fat/
Dmisc.c23 struct va_format vaf; in __fat_fs_error() local
27 vaf.fmt = fmt; in __fat_fs_error()
28 vaf.va = &args; in __fat_fs_error()
29 fat_msg(sb, KERN_ERR, "error, %pV", &vaf); in __fat_fs_error()
48 struct va_format vaf; in fat_msg() local
52 vaf.fmt = fmt; in fat_msg()
53 vaf.va = &args; in fat_msg()
54 printk("%sFAT-fs (%s): %pV\n", level, sb->s_id, &vaf); in fat_msg()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dtrace.h57 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
58 TP_ARGS(ar, vaf),
69 vaf->fmt,
70 *vaf->va) >= ATH10K_MSG_MAX);
81 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
82 TP_ARGS(ar, vaf)
86 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
87 TP_ARGS(ar, vaf)
91 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
92 TP_ARGS(ar, vaf)
[all …]
Ddebug.c112 struct va_format vaf = { in ath10k_info() local
118 vaf.va = &args; in ath10k_info()
119 dev_info(ar->dev, "%pV", &vaf); in ath10k_info()
120 trace_ath10k_log_info(ar, &vaf); in ath10k_info()
167 struct va_format vaf = { in ath10k_err() local
173 vaf.va = &args; in ath10k_err()
174 dev_err(ar->dev, "%pV", &vaf); in ath10k_err()
175 trace_ath10k_log_err(ar, &vaf); in ath10k_err()
182 struct va_format vaf = { in ath10k_warn() local
188 vaf.va = &args; in ath10k_warn()
[all …]
/linux-4.4.14/lib/
Ddynamic_debug.c543 struct va_format vaf; in __dynamic_pr_debug() local
551 vaf.fmt = fmt; in __dynamic_pr_debug()
552 vaf.va = &args; in __dynamic_pr_debug()
554 printk(KERN_DEBUG "%s%pV", dynamic_emit_prefix(descriptor, buf), &vaf); in __dynamic_pr_debug()
563 struct va_format vaf; in __dynamic_dev_dbg() local
571 vaf.fmt = fmt; in __dynamic_dev_dbg()
572 vaf.va = &args; in __dynamic_dev_dbg()
575 printk(KERN_DEBUG "(NULL device *): %pV", &vaf); in __dynamic_dev_dbg()
582 &vaf); in __dynamic_dev_dbg()
594 struct va_format vaf; in __dynamic_netdev_dbg() local
[all …]
/linux-4.4.14/fs/ocfs2/cluster/
Dmasklog.c70 struct va_format vaf; in __mlog_printk() local
90 vaf.fmt = fmt; in __mlog_printk()
91 vaf.va = &args; in __mlog_printk()
95 raw_smp_processor_id(), func, line, prefix, &vaf); in __mlog_printk()
/linux-4.4.14/fs/gfs2/
Dutil.c43 struct va_format vaf; in gfs2_lm_withdraw() local
51 vaf.fmt = fmt; in gfs2_lm_withdraw()
52 vaf.va = &args; in gfs2_lm_withdraw()
54 fs_err(sdp, "%pV", &vaf); in gfs2_lm_withdraw()
Dglock.c851 struct va_format vaf; in gfs2_print_dbg() local
859 vaf.fmt = fmt; in gfs2_print_dbg()
860 vaf.va = &args; in gfs2_print_dbg()
862 pr_err("%pV", &vaf); in gfs2_print_dbg()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_main.c45 struct va_format vaf; in rsi_dbg() local
50 vaf.fmt = fmt; in rsi_dbg()
51 vaf.va = &args; in rsi_dbg()
54 pr_info("%pV", &vaf); in rsi_dbg()
/linux-4.4.14/drivers/acpi/
Dutils.c500 struct va_format vaf; in acpi_handle_printk() local
505 vaf.fmt = fmt; in acpi_handle_printk()
506 vaf.va = &args; in acpi_handle_printk()
509 printk("%sACPI: %s: %pV", level, path ? path : "<n/a>" , &vaf); in acpi_handle_printk()
529 struct va_format vaf; in __acpi_handle_debug() local
534 vaf.fmt = fmt; in __acpi_handle_debug()
535 vaf.va = &args; in __acpi_handle_debug()
538 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
/linux-4.4.14/fs/affs/
Damigaffs.c445 struct va_format vaf; in affs_error() local
449 vaf.fmt = fmt; in affs_error()
450 vaf.va = &args; in affs_error()
451 pr_crit("error (device %s): %s(): %pV\n", sb->s_id, function, &vaf); in affs_error()
461 struct va_format vaf; in affs_warning() local
465 vaf.fmt = fmt; in affs_warning()
466 vaf.va = &args; in affs_warning()
467 pr_warn("(device %s): %s(): %pV\n", sb->s_id, function, &vaf); in affs_warning()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_main.c85 struct va_format vaf; in en_print() local
89 vaf.fmt = format; in en_print()
90 vaf.va = &args; in en_print()
93 level, DRV_NAME, priv->dev->name, &vaf); in en_print()
97 priv->port, &vaf); in en_print()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_drv.c60 struct va_format vaf; in drm_err() local
65 vaf.fmt = format; in drm_err()
66 vaf.va = &args; in drm_err()
69 __builtin_return_address(0), &vaf); in drm_err()
77 struct va_format vaf; in drm_ut_debug_printk() local
81 vaf.fmt = format; in drm_ut_debug_printk()
82 vaf.va = &args; in drm_ut_debug_printk()
84 printk(KERN_DEBUG "[" DRM_NAME ":%s] %pV", function_name, &vaf); in drm_ut_debug_printk()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmutil/
Dutils.c323 struct va_format vaf; in brcmu_dbg_hex_dump() local
328 vaf.fmt = fmt; in brcmu_dbg_hex_dump()
329 vaf.va = &args; in brcmu_dbg_hex_dump()
331 pr_debug("%pV", &vaf); in brcmu_dbg_hex_dump()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_helper.c341 struct va_format vaf; in nf_ct_helper_log() local
346 vaf.fmt = fmt; in nf_ct_helper_log()
347 vaf.va = &args; in nf_ct_helper_log()
356 "nf_ct_%s: dropping packet: %pV ", helper->name, &vaf); in nf_ct_helper_log()
/linux-4.4.14/drivers/isdn/mISDN/
Dlayer1.c104 struct va_format vaf; in l1m_debug() local
109 vaf.fmt = fmt; in l1m_debug()
110 vaf.va = &va; in l1m_debug()
112 printk(KERN_DEBUG "%s: %pV\n", dev_name(&l1->dch->dev.dev), &vaf); in l1m_debug()
Dtei.c82 struct va_format vaf; in da_debug() local
90 vaf.fmt = fmt; in da_debug()
91 vaf.va = &va; in da_debug()
93 printk(KERN_DEBUG "mgr(%d): %pV\n", mgr->ch.st->dev->id, &vaf); in da_debug()
231 struct va_format vaf; in tei_debug() local
239 vaf.fmt = fmt; in tei_debug()
240 vaf.va = &va; in tei_debug()
243 tm->l2->sapi, tm->l2->tei, &vaf); in tei_debug()
Dlayer2.c102 struct va_format vaf; in l2m_debug() local
110 vaf.fmt = fmt; in l2m_debug()
111 vaf.va = &va; in l2m_debug()
114 mISDNDevName4ch(&l2->ch), l2->sapi, l2->tei, &vaf); in l2m_debug()
/linux-4.4.14/fs/ufs/
Dsuper.c275 struct va_format vaf; in ufs_error() local
288 vaf.fmt = fmt; in ufs_error()
289 vaf.va = &args; in ufs_error()
293 sb->s_id, function, &vaf); in ufs_error()
299 sb->s_id, function, &vaf); in ufs_error()
309 struct va_format vaf; in ufs_panic() local
321 vaf.fmt = fmt; in ufs_panic()
322 vaf.va = &args; in ufs_panic()
325 sb->s_id, function, &vaf); in ufs_panic()
332 struct va_format vaf; in ufs_warning() local
[all …]
/linux-4.4.14/drivers/media/tuners/
Dtda18271-common.c720 struct va_format vaf; in _tda_printk() local
725 vaf.fmt = fmt; in _tda_printk()
726 vaf.va = &args; in _tda_printk()
733 &vaf); in _tda_printk()
735 printk("%s%s: %pV", level, func, &vaf); in _tda_printk()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_dbg.c2491 struct va_format vaf; in ql_dbg() local
2498 vaf.fmt = fmt; in ql_dbg()
2499 vaf.va = &va; in ql_dbg()
2506 vha->host_no, &vaf); in ql_dbg()
2509 QL_MSGHDR, "0000:00:00.0", id + ql_dbg_offset, &vaf); in ql_dbg()
2535 struct va_format vaf; in ql_dbg_pci() local
2544 vaf.fmt = fmt; in ql_dbg_pci()
2545 vaf.va = &va; in ql_dbg_pci()
2549 QL_MSGHDR, dev_name(&(pdev->dev)), id + ql_dbg_offset, &vaf); in ql_dbg_pci()
2571 struct va_format vaf; in ql_log() local
[all …]
/linux-4.4.14/fs/btrfs/
Dsuper.c156 struct va_format vaf; in __btrfs_std_error() local
160 vaf.fmt = fmt; in __btrfs_std_error()
161 vaf.va = &args; in __btrfs_std_error()
165 sb->s_id, function, line, errno, errstr, &vaf); in __btrfs_std_error()
195 struct va_format vaf; in btrfs_printk() local
212 vaf.fmt = fmt; in btrfs_printk()
213 vaf.va = &args; in btrfs_printk()
215 printk("%sBTRFS %s (device %s): %pV\n", lvl, type, sb->s_id, &vaf); in btrfs_printk()
267 struct va_format vaf = { .fmt = fmt }; in __btrfs_panic() local
274 vaf.va = &args; in __btrfs_panic()
[all …]
/linux-4.4.14/drivers/base/
Dcore.c2190 struct va_format *vaf) in __dev_printk() argument
2194 dev_driver_string(dev), dev_name(dev), vaf); in __dev_printk()
2196 printk("%s(NULL device *): %pV", level, vaf); in __dev_printk()
2202 struct va_format vaf; in dev_printk() local
2207 vaf.fmt = fmt; in dev_printk()
2208 vaf.va = &args; in dev_printk()
2210 __dev_printk(level, dev, &vaf); in dev_printk()
2219 struct va_format vaf; \
2224 vaf.fmt = fmt; \
2225 vaf.va = &args; \
[all …]
/linux-4.4.14/drivers/firewire/
Dcore-card.c43 struct va_format vaf; \
47 vaf.fmt = fmt; \
48 vaf.va = &args; \
50 dev_name(card->device), &vaf); \
/linux-4.4.14/fs/ext4/
Dsuper.c407 struct va_format vaf; in __ext4_error() local
412 vaf.fmt = fmt; in __ext4_error()
413 vaf.va = &args; in __ext4_error()
416 sb->s_id, function, line, current->comm, &vaf); in __ext4_error()
428 struct va_format vaf; in __ext4_error_inode() local
435 vaf.fmt = fmt; in __ext4_error_inode()
436 vaf.va = &args; in __ext4_error_inode()
441 block, current->comm, &vaf); in __ext4_error_inode()
446 current->comm, &vaf); in __ext4_error_inode()
458 struct va_format vaf; in __ext4_error_file() local
[all …]
/linux-4.4.14/fs/nilfs2/
Dsuper.c113 struct va_format vaf; in nilfs_error() local
118 vaf.fmt = fmt; in nilfs_error()
119 vaf.va = &args; in nilfs_error()
122 sb->s_id, function, &vaf); in nilfs_error()
143 struct va_format vaf; in nilfs_warning() local
148 vaf.fmt = fmt; in nilfs_warning()
149 vaf.va = &args; in nilfs_warning()
152 sb->s_id, function, &vaf); in nilfs_warning()
/linux-4.4.14/fs/cifs/
Dcifs_debug.c45 struct va_format vaf; in cifs_vfs_err() local
50 vaf.fmt = fmt; in cifs_vfs_err()
51 vaf.va = &args; in cifs_vfs_err()
53 pr_err_ratelimited("CIFS VFS: %pV", &vaf); in cifs_vfs_err()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.h1347 TP_PROTO(const char *function, struct va_format *vaf),
1348 TP_ARGS(function, vaf),
1356 MAX_MSG_LEN, vaf->fmt,
1357 *vaf->va) >= MAX_MSG_LEN);
1372 TP_PROTO(const char *function, struct va_format *vaf), \
1373 TP_ARGS(function, vaf))
1378 struct va_format vaf = { \
1384 vaf.va = &args; \
1385 trace_hfi1_ ##lvl(func, &vaf); \
/linux-4.4.14/drivers/pcmcia/
Dsoc_common.c62 struct va_format vaf; in soc_pcmcia_debug() local
67 vaf.fmt = fmt; in soc_pcmcia_debug()
68 vaf.va = &args; in soc_pcmcia_debug()
70 printk(KERN_DEBUG "skt%u: %s: %pV", skt->nr, func, &vaf); in soc_pcmcia_debug()
/linux-4.4.14/fs/hpfs/
Dsuper.c58 struct va_format vaf; in hpfs_error() local
63 vaf.fmt = fmt; in hpfs_error()
64 vaf.va = &args; in hpfs_error()
66 pr_err("filesystem error: %pV", &vaf); in hpfs_error()
/linux-4.4.14/fs/ext2/
Dsuper.c50 struct va_format vaf; in ext2_error() local
65 vaf.fmt = fmt; in ext2_error()
66 vaf.va = &args; in ext2_error()
69 sb->s_id, function, &vaf); in ext2_error()
85 struct va_format vaf; in ext2_msg() local
90 vaf.fmt = fmt; in ext2_msg()
91 vaf.va = &args; in ext2_msg()
93 printk("%sEXT2-fs (%s): %pV\n", prefix, sb->s_id, &vaf); in ext2_msg()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_ata.c376 struct va_format vaf; in sas_ata_printk() local
382 vaf.fmt = fmt; in sas_ata_printk()
383 vaf.va = &args; in sas_ata_printk()
386 level, ap->print_id, dev_name(dev), &vaf); in sas_ata_printk()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c182 struct va_format vaf; in b43legacyinfo() local
190 vaf.fmt = fmt; in b43legacyinfo()
191 vaf.va = &args; in b43legacyinfo()
194 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43legacyinfo()
201 struct va_format vaf; in b43legacyerr() local
209 vaf.fmt = fmt; in b43legacyerr()
210 vaf.va = &args; in b43legacyerr()
213 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43legacyerr()
220 struct va_format vaf; in b43legacywarn() local
228 vaf.fmt = fmt; in b43legacywarn()
[all …]
/linux-4.4.14/fs/jfs/
Dsuper.c97 struct va_format vaf; in jfs_error() local
102 vaf.fmt = fmt; in jfs_error()
103 vaf.va = &args; in jfs_error()
106 sb->s_id, __builtin_return_address(0), &vaf); in jfs_error()
/linux-4.4.14/fs/udf/
Dsuper.c2267 struct va_format vaf; in _udf_err() local
2272 vaf.fmt = fmt; in _udf_err()
2273 vaf.va = &args; in _udf_err()
2275 pr_err("error (device %s): %s: %pV", sb->s_id, function, &vaf); in _udf_err()
2283 struct va_format vaf; in _udf_warn() local
2288 vaf.fmt = fmt; in _udf_warn()
2289 vaf.va = &args; in _udf_warn()
2291 pr_warn("warning (device %s): %s: %pV", sb->s_id, function, &vaf); in _udf_warn()
/linux-4.4.14/fs/ocfs2/
Dsuper.c2594 struct va_format vaf; in __ocfs2_error() local
2598 vaf.fmt = fmt; in __ocfs2_error()
2599 vaf.va = &args; in __ocfs2_error()
2604 sb->s_id, function, &vaf); in __ocfs2_error()
2617 struct va_format vaf; in __ocfs2_abort() local
2622 vaf.fmt = fmt; in __ocfs2_abort()
2623 vaf.va = &args; in __ocfs2_abort()
2626 sb->s_id, function, &vaf); in __ocfs2_abort()
/linux-4.4.14/net/sunrpc/
Dsvc.c1048 struct va_format vaf; in svc_printk() local
1054 vaf.fmt = fmt; in svc_printk()
1055 vaf.va = &args; in svc_printk()
1057 dprintk("svc: %s: %pV", svc_print_addr(rqstp, buf, sizeof(buf)), &vaf); in svc_printk()
/linux-4.4.14/block/partitions/
Dldm.c55 struct va_format vaf; in _ldm_printk() local
60 vaf.fmt = fmt; in _ldm_printk()
61 vaf.va = &args; in _ldm_printk()
63 printk("%s%s(): %pV\n", level, function, &vaf); in _ldm_printk()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dmain.c1502 struct va_format vaf; in _mwifiex_dbg() local
1510 vaf.fmt = fmt; in _mwifiex_dbg()
1511 vaf.va = &args; in _mwifiex_dbg()
1513 dev_info(adapter->dev, "%pV", &vaf); in _mwifiex_dbg()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c387 struct va_format vaf; in b43info() local
397 vaf.fmt = fmt; in b43info()
398 vaf.va = &args; in b43info()
401 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43info()
408 struct va_format vaf; in b43err() local
418 vaf.fmt = fmt; in b43err()
419 vaf.va = &args; in b43err()
422 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43err()
429 struct va_format vaf; in b43warn() local
439 vaf.fmt = fmt; in b43warn()
[all …]
/linux-4.4.14/drivers/ata/
Dlibata-core.c6815 struct va_format vaf; in ata_port_printk() local
6820 vaf.fmt = fmt; in ata_port_printk()
6821 vaf.va = &args; in ata_port_printk()
6823 printk("%sata%u: %pV", level, ap->print_id, &vaf); in ata_port_printk()
6832 struct va_format vaf; in ata_link_printk() local
6837 vaf.fmt = fmt; in ata_link_printk()
6838 vaf.va = &args; in ata_link_printk()
6842 level, link->ap->print_id, link->pmp, &vaf); in ata_link_printk()
6845 level, link->ap->print_id, &vaf); in ata_link_printk()
6854 struct va_format vaf; in ata_dev_printk() local
[all …]
/linux-4.4.14/fs/f2fs/
Dsuper.c254 struct va_format vaf; in f2fs_msg() local
258 vaf.fmt = fmt; in f2fs_msg()
259 vaf.va = &args; in f2fs_msg()
260 printk("%sF2FS-fs (%s): %pV\n", level, sb->s_id, &vaf); in f2fs_msg()
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dlp872x.txt60 vaf: ldo1 {
/linux-4.4.14/fs/proc/
Dproc_sysctl.c1013 struct va_format vaf; in sysctl_err() local
1017 vaf.fmt = fmt; in sysctl_err()
1018 vaf.va = &args; in sysctl_err()
1021 path, table->procname, &vaf); in sysctl_err()
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.c100 struct va_format vaf; in dprintk() local
108 vaf.fmt = fmt; in dprintk()
109 vaf.va = &args; in dprintk()
116 pr_debug("%1lu.%02d USB: %pV", prevticks, invocation++, &vaf); in dprintk()
/linux-4.4.14/net/core/
Ddev.c7563 struct va_format *vaf) in __netdev_printk() argument
7572 vaf); in __netdev_printk()
7575 level, netdev_name(dev), netdev_reg_state(dev), vaf); in __netdev_printk()
7577 printk("%s(NULL net_device): %pV", level, vaf); in __netdev_printk()
7584 struct va_format vaf; in netdev_printk() local
7589 vaf.fmt = format; in netdev_printk()
7590 vaf.va = &args; in netdev_printk()
7592 __netdev_printk(level, dev, &vaf); in netdev_printk()
7601 struct va_format vaf; \
7606 vaf.fmt = fmt; \
[all …]
/linux-4.4.14/fs/jbd2/
Djournal.c110 struct va_format vaf; in __jbd2_debug() local
116 vaf.fmt = fmt; in __jbd2_debug()
117 vaf.va = &args; in __jbd2_debug()
118 printk(KERN_DEBUG "%s: (%s, %u): %pV\n", file, func, line, &vaf); in __jbd2_debug()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dbase.c3190 struct va_format vaf; in _ath5k_printk() local
3195 vaf.fmt = fmt; in _ath5k_printk()
3196 vaf.va = &args; in _ath5k_printk()
3200 level, wiphy_name(ah->hw->wiphy), &vaf); in _ath5k_printk()
3202 printk("%s" pr_fmt("%pV"), level, &vaf); in _ath5k_printk()
/linux-4.4.14/drivers/block/
Drbd.c489 struct va_format vaf; in rbd_warn() local
493 vaf.fmt = fmt; in rbd_warn()
494 vaf.va = &args; in rbd_warn()
497 printk(KERN_WARNING "%s: %pV\n", RBD_DRV_NAME, &vaf); in rbd_warn()
500 RBD_DRV_NAME, rbd_dev->disk->disk_name, &vaf); in rbd_warn()
503 RBD_DRV_NAME, rbd_dev->spec->image_name, &vaf); in rbd_warn()
506 RBD_DRV_NAME, rbd_dev->spec->image_id, &vaf); in rbd_warn()
509 RBD_DRV_NAME, rbd_dev, &vaf); in rbd_warn()
/linux-4.4.14/mm/
Dslub.c593 struct va_format vaf; in slab_bug() local
597 vaf.fmt = fmt; in slab_bug()
598 vaf.va = &args; in slab_bug()
600 pr_err("BUG %s (%s): %pV\n", s->name, print_tainted(), &vaf); in slab_bug()
609 struct va_format vaf; in slab_fix() local
613 vaf.fmt = fmt; in slab_fix()
614 vaf.va = &args; in slab_fix()
615 pr_err("FIX %s: %pV\n", s->name, &vaf); in slab_fix()
Dpage_alloc.c2681 struct va_format vaf; in warn_alloc_failed() local
2686 vaf.fmt = fmt; in warn_alloc_failed()
2687 vaf.va = &args; in warn_alloc_failed()
2689 pr_warn("%pV", &vaf); in warn_alloc_failed()
/linux-4.4.14/fs/quota/
Ddquot.c137 struct va_format vaf; in __quota_error() local
141 vaf.fmt = fmt; in __quota_error()
142 vaf.va = &args; in __quota_error()
145 sb->s_id, func, &vaf); in __quota_error()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c62 struct va_format vaf; in pe_level_printk() local
68 vaf.fmt = fmt; in pe_level_printk()
69 vaf.va = &args; in pe_level_printk()
85 level, pfix, pe->pe_number, &vaf); in pe_level_printk()
/linux-4.4.14/include/linux/
Ddevice.h1136 struct va_format *vaf) in __dev_printk() argument