| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | brcms_trace_brcmsmac_msg.h | 33 TP_PROTO(struct va_format *vaf), 34 TP_ARGS(vaf), 36 __vstring(msg, vaf->fmt, vaf->va) 39 __assign_vstr(msg, vaf->fmt, vaf->va); 45 TP_PROTO(struct va_format *vaf), 46 TP_ARGS(vaf) 50 TP_PROTO(struct va_format *vaf), 51 TP_ARGS(vaf) 55 TP_PROTO(struct va_format *vaf), 56 TP_ARGS(vaf) [all …]
|
| H A D | debug.c | 211 struct va_format vaf = { \ 217 vaf.va = &args; \ 218 dev_ ##fn(dev, "%pV", &vaf); \ 219 trace_brcms_ ##fn(&vaf); \ 232 struct va_format vaf = { in __brcms_fn() local 238 vaf.va = &args; in __brcms_fn() 241 dev_err(dev, "%s %pV", func, &vaf); in __brcms_fn() 243 trace_brcms_dbg(level, func, &vaf); in __brcms_fn()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-debug.c | 29 struct va_format vaf = { \ 35 vaf.va = &args; \ 36 dev_ ##fn(dev, "%pV", &vaf); \ 37 trace_iwlwifi_ ##fn(&vaf); \ 44 struct va_format vaf = { \ 51 vaf.va = &args; \ 52 vasprintf(&str, M_KMALLOC, vaf.fmt, args); \ 54 trace_iwlwifi_ ##fn(&vaf); \ 69 struct va_format vaf = { in __iwl_err() local 83 vaf in __iwl_err() 144 struct va_format vaf = { __iwl_dbg() local [all...] |
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | debug.c | 15 struct va_format vaf = { in ath11k_info() local 21 vaf.va = &args; in ath11k_info() 23 dev_info(ab->dev, "%pV", &vaf); in ath11k_info() 32 trace_ath11k_log_info(ab, &vaf); in ath11k_info() 39 struct va_format vaf = { in ath11k_err() local 45 vaf.va = &args; in ath11k_err() 47 dev_err(ab->dev, "%pV", &vaf); in ath11k_err() 56 trace_ath11k_log_err(ab, &vaf); in ath11k_err() 63 struct va_format vaf = { in ath11k_warn() local 69 vaf.va = &args; in ath11k_warn() [all …]
|
| H A D | trace.h | 125 TP_PROTO(struct ath11k_base *ab, struct va_format *vaf), 126 TP_ARGS(ab, vaf), 130 __vstring(msg, vaf->fmt, vaf->va) 135 __assign_vstr(msg, vaf->fmt, vaf->va); 146 TP_PROTO(struct ath11k_base *ab, struct va_format *vaf), 147 TP_ARGS(ab, vaf) 151 TP_PROTO(struct ath11k_base *ab, struct va_format *vaf), 152 TP_ARGS(ab, vaf) 156 TP_PROTO(struct ath11k_base *ab, struct va_format *vaf), 157 TP_ARGS(ab, vaf) [all …]
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | debug.c | 14 struct va_format vaf = { in ath12k_info() local 20 vaf.va = &args; in ath12k_info() 22 dev_info(ab->dev, "%pV", &vaf); in ath12k_info() 38 struct va_format vaf = { in ath12k_err() local 44 vaf.va = &args; in ath12k_err() 46 dev_err(ab->dev, "%pV", &vaf); in ath12k_err() 62 struct va_format vaf = { in __ath12k_warn() local 68 vaf.va = &args; in __ath12k_warn() 70 dev_warn_ratelimited(dev, "%pV", &vaf); in __ath12k_warn() 93 struct va_format vaf; in __ath12k_dbg() local [all …]
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-s390x.pl | 160 vaf (@x[$a0],@x[$a0],@x[$b0]); # Q1 163 vaf (@x[$a1],@x[$a1],@x[$b1]); # Q2 166 vaf (@x[$a2],@x[$a2],@x[$b2]); # Q3 169 vaf (@x[$a3],@x[$a3],@x[$b3]); # Q4 173 vaf (@x[$c0],@x[$c0],@x[$d0]); 176 vaf (@x[$c1],@x[$c1],@x[$d1]); 179 vaf (@x[$c2],@x[$c2],@x[$d2]); 182 vaf (@x[$c3],@x[$c3],@x[$d3]); 186 vaf (@x[$a0],@x[$a0],@x[$b0]); 189 vaf (@x[$a1],@x[$a1],@x[$b1]); [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | tracepoint.h | 37 TP_PROTO(const char *func, struct va_format *vaf), 38 TP_ARGS(func, vaf), 41 __vstring(msg, vaf->fmt, vaf->va) 45 __assign_vstr(msg, vaf->fmt, vaf->va); 51 TP_PROTO(u32 level, const char *func, struct va_format *vaf), 52 TP_ARGS(level, func, vaf), 56 __vstring(msg, vaf->fmt, vaf->va) 61 __assign_vstr(msg, vaf->fmt, vaf->va);
|
| H A D | tracepoint.c | 17 struct va_format vaf = { in __brcmf_err() local 23 vaf.va = &args; in __brcmf_err() 25 dev_err(bus->dev, "%s: %pV", func, &vaf); in __brcmf_err() 27 pr_err("%s: %pV", func, &vaf); in __brcmf_err() 28 trace_brcmf_err(func, &vaf); in __brcmf_err()
|
| H A D | common.c | 476 struct va_format vaf; in __brcmf_err() local 481 vaf.fmt = fmt; in __brcmf_err() 482 vaf.va = &args; in __brcmf_err() 485 dev_err(bus->dev, "%s: %pV", func, &vaf); in __brcmf_err() 487 pr_err("%s: %pV", func, &vaf); in __brcmf_err() 491 vasprintf(&str, M_KMALLOC, vaf.fmt, args); in __brcmf_err() 507 struct va_format vaf = { in __brcmf_dbg() local 513 vaf.va = &args; in __brcmf_dbg() 516 pr_debug("%s %pV", func, &vaf); in __brcmf_dbg() 520 vasprintf(&str, M_KMALLOC, vaf.fmt, args); in __brcmf_dbg() [all …]
|
| /freebsd/sys/contrib/dev/athk/ |
| H A D | trace.h | 36 struct va_format *vaf), 38 TP_ARGS(wiphy, vaf), 43 __vstring(msg, vaf->fmt, vaf->va) 49 __assign_vstr(msg, vaf->fmt, vaf->va);
|
| H A D | main.c | 80 struct va_format vaf; in ath_printk() local 85 vaf.fmt = fmt; in ath_printk() 86 vaf.va = &args; in ath_printk() 90 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk() 91 trace_ath_log(common->hw->wiphy, &vaf); in ath_printk() 93 printk("%sath: %pV", level, &vaf); in ath_printk()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | trace.h | 50 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 51 TP_ARGS(ar, vaf), 55 __vstring(msg, vaf->fmt, vaf->va) 60 __assign_vstr(msg, vaf->fmt, vaf->va); 71 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 72 TP_ARGS(ar, vaf) 76 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 77 TP_ARGS(ar, vaf) 81 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 82 TP_ARGS(ar, vaf) [all …]
|
| H A D | debug.c | 36 struct va_format vaf = { in ath10k_info() local 42 vaf.va = &args; in ath10k_info() 44 dev_info(ar->dev, "%pV", &vaf); in ath10k_info() 53 trace_ath10k_log_info(ar, &vaf); in ath10k_info() 145 struct va_format vaf = { in ath10k_err() local 151 vaf.va = &args; in ath10k_err() 153 dev_err(ar->dev, "%pV", &vaf); in ath10k_err() 162 trace_ath10k_log_err(ar, &vaf); in ath10k_err() 169 struct va_format vaf = { in ath10k_warn() local 175 vaf.va = &args; in ath10k_warn() [all …]
|
| /freebsd/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-s390x.pl | 445 vaf ($S1,$S1,$R1); # * 5 446 vaf ($S2,$S2,$R2); 447 vaf ($S3,$S3,$R3); 448 vaf ($S4,$S4,$R4); 559 vaf ($H2,$H2,$I2); 560 vaf ($H0,$H0,$I0); 561 vaf ($H3,$H3,$I3); 562 vaf ($H1,$H1,$I1); 563 vaf ($H4,$H4,$I4); 698 vaf ($H0,$H0,$I0); [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmutil/ |
| H A D | utils.c | 320 struct va_format vaf; in brcmu_dbg_hex_dump() local 325 vaf.fmt = fmt; in brcmu_dbg_hex_dump() 326 vaf.va = &args; in brcmu_dbg_hex_dump() 328 pr_debug("%pV", &vaf); in brcmu_dbg_hex_dump()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | debug.c | 1364 struct va_format vaf = { in rtw_dbg() local 1370 vaf.va = &args; in rtw_dbg() 1374 dev_printk(KERN_DEBUG, rtwdev->dev, "%pV", &vaf); in rtw_dbg() 1376 vlog(LOG_DEBUG, vaf.fmt, args); in rtw_dbg()
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | lp872x.txt | 61 vaf: ldo1 {
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 4150 struct va_format vaf; in rtw89_dump_pkt_offload() local 4157 vaf.va = &args; in rtw89_dump_pkt_offload() 4158 vaf.fmt = fmt; in rtw89_dump_pkt_offload() 4160 p += scnprintf(p, end - p, "%pV", &vaf); in rtw89_dump_pkt_offload() 4994 struct va_format vaf = { in rtw89_debug() local 5001 vaf.va = &args; in rtw89_debug() 5005 dev_printk(KERN_DEBUG, rtwdev->dev, "%pV", &vaf); in rtw89_debug() 5009 vasprintf(&str, M_KMALLOC, vaf.fmt, args); in rtw89_debug()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm7325-nothing-spacewar.dts | 297 vreg_camu_vaf_1p8: regulator-camu-vaf { 335 vreg_camw_vaf_1p8: regulator-camw-vaf {
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | s390x.pm | 718 sub vaf { subroutine
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 538 def VAF : BinaryVRRc<"vaf", 0xE7F3, add, v128f, v128f, 2>;
|