Home
last modified time | relevance | path

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

/block/partitions/
Dldm.c57 struct va_format vaf; in _ldm_printk() local
62 vaf.fmt = fmt; in _ldm_printk()
63 vaf.va = &args; in _ldm_printk()
65 printk("%s%s(): %pV\n", level, function, &vaf); in _ldm_printk()