Lines Matching defs:fmt
166 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...)
174 va_start(args, fmt);
176 vaf.fmt = fmt;
185 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...)
193 va_start(args, fmt);
195 vaf.fmt = fmt;
204 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...)
212 va_start(args, fmt);
214 vaf.fmt = fmt;
224 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...)
229 va_start(args, fmt);
231 vaf.fmt = fmt;