Searched refs:str_spec (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/lib/ |
D | vsprintf.c | 680 static const struct printf_spec str_spec = { in resource_string() local 706 p = string(p, pend, "io ", str_spec); in resource_string() 709 p = string(p, pend, "mem ", str_spec); in resource_string() 712 p = string(p, pend, "irq ", str_spec); in resource_string() 715 p = string(p, pend, "dma ", str_spec); in resource_string() 718 p = string(p, pend, "bus ", str_spec); in resource_string() 721 p = string(p, pend, "??? ", str_spec); in resource_string() 726 p = string(p, pend, "size ", str_spec); in resource_string() 737 p = string(p, pend, " 64bit", str_spec); in resource_string() 739 p = string(p, pend, " pref", str_spec); in resource_string() [all …]
|