Searched refs:vaf (Results 1 – 4 of 4) sorted by relevance
| /include/trace/events/ |
| A D | iscsi.h | 23 TP_PROTO(struct device *dev, struct va_format *vaf), 25 TP_ARGS(dev, vaf), 29 __vstring(msg, vaf->fmt, vaf->va) 34 __assign_vstr(msg, vaf->fmt, vaf->va); 47 TP_ARGS(dev, vaf) 56 TP_ARGS(dev, vaf) 65 TP_ARGS(dev, vaf) 74 TP_ARGS(dev, vaf) 83 TP_ARGS(dev, vaf) 92 TP_ARGS(dev, vaf) [all …]
|
| A D | qla.h | 19 struct va_format *vaf), 21 TP_ARGS(buf, vaf), 25 __vstring(msg, vaf->fmt, vaf->va) 29 __assign_vstr(msg, vaf->fmt, vaf->va); 38 TP_PROTO(const char *buf, struct va_format *vaf), 39 TP_ARGS(buf, vaf)
|
| /include/drm/ |
| A D | drm_print.h | 176 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 188 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 190 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 192 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 193 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf); 194 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf); 195 void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf); 216 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local 218 p->printfn(p, &vaf); in drm_vprintf()
|
| /include/linux/ |
| A D | dev_printk.h | 69 struct va_format *vaf) in __dev_printk() argument
|
Completed in 9 milliseconds