Searched defs:vaf (Results 1 - 1 of 1) sorted by relevance

/lib/
H A Ddynamic_debug.c543 struct va_format vaf; local
551 vaf.fmt = fmt;
552 vaf.va = &args;
554 printk(KERN_DEBUG "%s%pV", dynamic_emit_prefix(descriptor, buf), &vaf);
563 struct va_format vaf; local
571 vaf.fmt = fmt;
572 vaf.va = &args;
575 printk(KERN_DEBUG "(NULL device *): %pV", &vaf);
582 &vaf);
594 struct va_format vaf; local
[all...]

Completed in 65 milliseconds