Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c1061 const struct printf_spec *specp; in resource_string() local
1069 specp = &io_spec; in resource_string()
1072 specp = &mem_spec; in resource_string()
1075 specp = &default_dec_spec; in resource_string()
1078 specp = &default_dec_spec; in resource_string()
1081 specp = &bus_spec; in resource_string()
1084 specp = &mem_spec; in resource_string()
1089 p = number(p, pend, resource_size(res), *specp); in resource_string()
1091 p = number(p, pend, res->start, *specp); in resource_string()
1094 p = number(p, pend, res->end, *specp); in resource_string()