Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c1108 const struct printf_spec *specp; in resource_string() local
1116 specp = &io_spec; in resource_string()
1119 specp = &mem_spec; in resource_string()
1122 specp = &default_dec_spec; in resource_string()
1125 specp = &default_dec_spec; in resource_string()
1128 specp = &bus_spec; in resource_string()
1131 specp = &mem_spec; in resource_string()
1136 p = number(p, pend, resource_size(res), *specp); in resource_string()
1138 p = number(p, pend, res->start, *specp); in resource_string()
1141 p = number(p, pend, res->end, *specp); in resource_string()