Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dvsprintf.c1095 const struct printf_spec *specp; in resource_string() local
1103 specp = &io_spec; in resource_string()
1106 specp = &mem_spec; in resource_string()
1109 specp = &default_dec_spec; in resource_string()
1112 specp = &default_dec_spec; in resource_string()
1115 specp = &bus_spec; in resource_string()
1118 specp = &mem_spec; in resource_string()
1123 p = number(p, pend, resource_size(res), *specp); in resource_string()
1125 p = hex_range(p, pend, res->start, res->end, *specp); in resource_string()