Lines Matching refs:str_spec

751 	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()
807 p = string(p, pend, " window", str_spec); in resource_string()
809 p = string(p, pend, " disabled", str_spec); in resource_string()
811 p = string(p, pend, " flags ", str_spec); in resource_string()
1584 struct printf_spec str_spec = spec; in device_node_string() local
1585 str_spec.field_width = -1; in device_node_string()
1610 buf = string(buf, end, dn->name, str_spec); in device_node_string()
1619 buf = string(buf, end, p, str_spec); in device_node_string()
1627 buf = string(buf, end, tbuf, str_spec); in device_node_string()
1632 buf = string(buf, end, p, str_spec); in device_node_string()
1638 buf = string(buf, end, ",", str_spec); in device_node_string()
1639 buf = string(buf, end, "\"", str_spec); in device_node_string()
1640 buf = string(buf, end, p, str_spec); in device_node_string()
1641 buf = string(buf, end, "\"", str_spec); in device_node_string()