Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dvsprintf.c751 static const struct printf_spec str_spec = { in resource_string() local
772 p = string(p, pend, "io ", str_spec); in resource_string()
775 p = string(p, pend, "mem ", str_spec); in resource_string()
778 p = string(p, pend, "irq ", str_spec); in resource_string()
781 p = string(p, pend, "dma ", str_spec); in resource_string()
784 p = string(p, pend, "bus ", str_spec); in resource_string()
787 p = string(p, pend, "??? ", str_spec); in resource_string()
792 p = string(p, pend, "size ", str_spec); in resource_string()
803 p = string(p, pend, " 64bit", str_spec); in resource_string()
805 p = string(p, pend, " pref", str_spec); in resource_string()
[all …]