Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c1009 static const struct printf_spec str_spec = { in resource_string() local
1033 p = string_nocheck(p, pend, "io ", str_spec); in resource_string()
1036 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string()
1039 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string()
1042 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string()
1045 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string()
1048 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string()
1053 p = string_nocheck(p, pend, "size ", str_spec); in resource_string()
1064 p = string_nocheck(p, pend, " 64bit", str_spec); in resource_string()
1066 p = string_nocheck(p, pend, " pref", str_spec); in resource_string()
[all …]