Lines Matching defs:fmt
145 void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...)
150 va_start(args, fmt);
152 vaf.fmt = fmt;
161 void ubi_warn(const struct ubi_device *ubi, const char *fmt, ...)
166 va_start(args, fmt);
168 vaf.fmt = fmt;
178 void ubi_err(const struct ubi_device *ubi, const char *fmt, ...)
183 va_start(args, fmt);
185 vaf.fmt = fmt;