Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dvsprintf.c1058 const struct printf_spec *specp; in resource_string() local
1066 specp = &io_spec; in resource_string()
1069 specp = &mem_spec; in resource_string()
1072 specp = &default_dec_spec; in resource_string()
1075 specp = &default_dec_spec; in resource_string()
1078 specp = &bus_spec; in resource_string()
1081 specp = &mem_spec; in resource_string()
1086 p = number(p, pend, resource_size(res), *specp); in resource_string()
1088 p = number(p, pend, res->start, *specp); in resource_string()
1091 p = number(p, pend, res->end, *specp); in resource_string()