Searched refs:vaf (Results 1 – 4 of 4) sorted by relevance
/include/trace/events/ |
D | iscsi.h | 23 TP_PROTO(struct device *dev, struct va_format *vaf), 25 TP_ARGS(dev, vaf), 34 vsnprintf(__get_str(msg), ISCSI_MSG_MAX, vaf->fmt, *vaf->va); 45 TP_PROTO(struct device *dev, struct va_format *vaf), 47 TP_ARGS(dev, vaf) 54 TP_PROTO(struct device *dev, struct va_format *vaf), 56 TP_ARGS(dev, vaf) 63 TP_PROTO(struct device *dev, struct va_format *vaf), 65 TP_ARGS(dev, vaf) 72 TP_PROTO(struct device *dev, struct va_format *vaf), [all …]
|
D | qla.h | 19 struct va_format *vaf), 21 TP_ARGS(buf, vaf), 29 vsnprintf(__get_str(msg), QLA_MSG_MAX, vaf->fmt, *vaf->va); 38 TP_PROTO(const char *buf, struct va_format *vaf), 39 TP_ARGS(buf, vaf)
|
/include/drm/ |
D | drm_print.h | 77 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 83 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 85 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 87 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 88 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf); 89 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf); 108 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local 110 p->printfn(p, &vaf); in drm_vprintf()
|
/include/linux/ |
D | dev_printk.h | 69 struct va_format *vaf) in __dev_printk() argument
|