Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dvsprintf.c681 static const struct printf_spec str_spec = { in resource_string() local
707 p = string(p, pend, "io ", str_spec); in resource_string()
710 p = string(p, pend, "mem ", str_spec); in resource_string()
713 p = string(p, pend, "irq ", str_spec); in resource_string()
716 p = string(p, pend, "dma ", str_spec); in resource_string()
719 p = string(p, pend, "bus ", str_spec); in resource_string()
722 p = string(p, pend, "??? ", str_spec); in resource_string()
727 p = string(p, pend, "size ", str_spec); in resource_string()
738 p = string(p, pend, " 64bit", str_spec); in resource_string()
740 p = string(p, pend, " pref", str_spec); in resource_string()
[all …]