Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c1026 const struct printf_spec *specp; in resource_string() local
1034 specp = &io_spec; in resource_string()
1037 specp = &mem_spec; in resource_string()
1040 specp = &default_dec_spec; in resource_string()
1043 specp = &default_dec_spec; in resource_string()
1046 specp = &bus_spec; in resource_string()
1049 specp = &mem_spec; in resource_string()
1054 p = number(p, pend, resource_size(res), *specp); in resource_string()
1056 p = number(p, pend, res->start, *specp); in resource_string()
1059 p = number(p, pend, res->end, *specp); in resource_string()