Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 1 of 1) sorted by relevance

/sound/core/
Dmisc.c57 struct va_format vaf; in __snd_printk() local
69 vaf.fmt = format; in __snd_printk()
70 vaf.va = &args; in __snd_printk()
72 while ((kern_level = printk_get_level(vaf.fmt)) != 0) { in __snd_printk()
73 const char *end_of_header = printk_skip_level(vaf.fmt); in __snd_printk()
77 memcpy(verbose_fmt, vaf.fmt, end_of_header - vaf.fmt); in __snd_printk()
81 vaf.fmt = end_of_header; in __snd_printk()
87 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()