Lines Matching refs:str_spec
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()
741 p = string(p, pend, " window", str_spec); in resource_string()
743 p = string(p, pend, " disabled", str_spec); in resource_string()
745 p = string(p, pend, " flags ", str_spec); in resource_string()