Searched refs:str_spec (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | vsprintf.c | 1093 static const struct printf_spec str_spec = { in resource_string() local 1117 p = string_nocheck(p, pend, "io ", str_spec); in resource_string() 1120 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string() 1123 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string() 1126 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string() 1129 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string() 1132 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string() 1137 p = string_nocheck(p, pend, "size ", str_spec); in resource_string() 1144 p = string_nocheck(p, pend, " 64bit", str_spec); in resource_string() 1146 p = string_nocheck(p, pend, " pref", str_spec); in resource_string() [all …]
|