Searched refs:vaf (Results 101 - 125 of 126) sorted by relevance

123456

/linux-master/net/sunrpc/
H A Dsvc.c1219 struct va_format vaf; local
1225 vaf.fmt = fmt;
1226 vaf.va = &args;
1228 dprintk("svc: %s: %pV", svc_print_addr(rqstp, buf, sizeof(buf)), &vaf);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c1793 struct va_format vaf; local
1801 vaf.fmt = fmt;
1802 vaf.va = &args;
1805 dev_info(adapter->dev, "%pV", &vaf);
1807 pr_info("%pV", &vaf);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c1292 struct va_format vaf = { local
1298 vaf.va = &args;
1301 dev_printk(KERN_DEBUG, rtwdev->dev, "%pV", &vaf);
/linux-master/fs/proc/
H A Dproc_sysctl.c1083 struct va_format vaf; local
1087 vaf.fmt = fmt;
1088 vaf.va = &args;
1091 path, table->procname, &vaf);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_tcp.c492 struct va_format vaf; local
501 vaf.fmt = fmt;
502 vaf.va = &args;
503 nf_ct_l4proto_log_invalid(skb, ct, state, "%pV", &vaf);
/linux-master/drivers/base/
H A Ddd.c225 * @vaf: the pointer to va_format structure with message
227 void device_set_deferred_probe_reason(const struct device *dev, struct va_format *vaf) argument
234 reason = kasprintf(GFP_KERNEL, "%s: %pV", drv, vaf);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c3233 struct va_format vaf; local
3238 vaf.fmt = fmt;
3239 vaf.va = &args;
3243 level, wiphy_name(ah->hw->wiphy), &vaf);
3245 printk("%s" pr_fmt("%pV"), level, &vaf);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c3673 struct va_format vaf; local
3680 vaf.va = &args;
3681 vaf.fmt = fmt;
3683 seq_printf(m, "%pV", &vaf);
3957 struct va_format vaf = { local
3964 vaf.va = &args;
3967 dev_printk(KERN_DEBUG, rtwdev->dev, "%pV", &vaf);
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.c93 struct va_format vaf; local
101 vaf.fmt = fmt;
102 vaf.va = &va;
105 mISDNDevName4ch(&l2->ch), l2->sapi, l2->tei, &vaf);
/linux-master/fs/jbd2/
H A Djournal.c104 struct va_format vaf; local
110 vaf.fmt = fmt;
111 vaf.va = &args;
112 printk(KERN_DEBUG "%s: (%s, %u): %pV", file, func, line, &vaf);
/linux-master/fs/gfs2/
H A Dglock.c1455 struct va_format vaf; local
1463 vaf.fmt = fmt;
1464 vaf.va = &args;
1466 pr_err("%pV", &vaf);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c57 struct va_format vaf; local
63 vaf.fmt = fmt;
64 vaf.va = &args;
80 level, pfix, pe->pe_number, &vaf);
/linux-master/drivers/md/bcache/
H A Dsuper.c1632 struct va_format vaf; local
1649 vaf.fmt = fmt;
1650 vaf.va = &args;
1653 c->set_uuid, &vaf);
/linux-master/fs/quota/
H A Ddquot.c142 struct va_format vaf; local
146 vaf.fmt = fmt;
147 vaf.va = &args;
150 sb->s_id, func, &vaf);
/linux-master/mm/
H A Dslub.c1019 struct va_format vaf; local
1023 vaf.fmt = fmt;
1024 vaf.va = &args;
1026 pr_err("BUG %s (%s): %pV\n", s->name, print_tainted(), &vaf);
1034 struct va_format vaf; local
1041 vaf.fmt = fmt;
1042 vaf.va = &args;
1043 pr_err("FIX %s: %pV\n", s->name, &vaf);
H A Dpage_alloc.c3376 struct va_format vaf; local
3386 vaf.fmt = fmt;
3387 vaf.va = &args;
3389 current->comm, &vaf, gfp_mask, &gfp_mask,
/linux-master/drivers/android/
H A Dbinder.c139 struct va_format vaf; local
144 vaf.va = &args;
145 vaf.fmt = format;
146 pr_info_ratelimited("%pV", &vaf);
156 struct va_format vaf; local
161 vaf.va = &args;
162 vaf.fmt = format;
163 pr_info_ratelimited("%pV", &vaf);
/linux-master/fs/f2fs/
H A Dsuper.c269 struct va_format vaf; local
276 vaf.fmt = printk_skip_level(fmt);
277 vaf.va = &args;
280 KERN_SOH_ASCII, level, sbi->sb->s_id, &vaf);
283 KERN_SOH_ASCII, level, sbi->sb->s_id, &vaf);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c175 static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf) argument
177 i915_error_vprintf(p->arg, vaf->fmt, *vaf->va);
/linux-master/net/core/
H A Ddev.c11502 struct va_format *vaf)
11511 vaf);
11514 level, netdev_name(dev), netdev_reg_state(dev), vaf);
11516 printk("%s(NULL net_device): %pV", level, vaf);
11523 struct va_format vaf; local
11528 vaf.fmt = format;
11529 vaf.va = &args;
11531 __netdev_printk(level, dev, &vaf);
11540 struct va_format vaf; \
11545 vaf
11501 __netdev_printk(const char *level, const struct net_device *dev, struct va_format *vaf) argument
[all...]
/linux-master/drivers/block/
H A Drbd.c595 struct va_format vaf; local
599 vaf.fmt = fmt;
600 vaf.va = &args;
603 printk(KERN_WARNING "%s: %pV\n", RBD_DRV_NAME, &vaf);
606 RBD_DRV_NAME, rbd_dev->disk->disk_name, &vaf);
609 RBD_DRV_NAME, rbd_dev->spec->image_name, &vaf);
612 RBD_DRV_NAME, rbd_dev->spec->image_id, &vaf);
615 RBD_DRV_NAME, rbd_dev, &vaf);
/linux-master/net/ceph/
H A Dosdmap.c17 struct va_format vaf; local
21 vaf.fmt = fmt;
22 vaf.va = &args;
25 map->epoch, &vaf);
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c4952 struct va_format vaf; local
4956 vaf.fmt = fmt;
4957 vaf.va = &args;
4958 trace(dev, &vaf);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c4893 struct va_format vaf; local
4897 vaf.fmt = format;
4898 vaf.va = &args;
4903 crtc->base.base.id, crtc->base.name, name, &vaf);
4906 crtc->base.base.id, crtc->base.name, name, &vaf);
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c7890 struct va_format vaf; local
7894 vaf.fmt = fmt;
7895 vaf.va = &args;
7900 gaudi2_irq_map_table[event_type].name : "N/A Event", &vaf);
7904 gaudi2_irq_map_table[event_type].name : "N/A Event", &vaf);

Completed in 653 milliseconds

123456