Home
last modified time | relevance | path

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

/linux/lib/
H A Dvsprintf.c1110 const struct printf_spec *specp; in resource_string() local
1118 specp = &io_spec; in resource_string()
1121 specp = &mem_spec; in resource_string()
1124 specp = &default_dec_spec; in resource_string()
1127 specp = &default_dec_spec; in resource_string()
1130 specp = &bus_spec; in resource_string()
1133 specp = &mem_spec; in resource_string()
1138 p = number(p, pend, resource_size(res), *specp); in resource_string()
1140 p = hex_range(p, pend, res->start, res->end, *specp); in resource_string()