Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dvsprintf.c1008 const struct printf_spec *specp; in resource_string() local
1016 specp = &io_spec; in resource_string()
1019 specp = &mem_spec; in resource_string()
1022 specp = &default_dec_spec; in resource_string()
1025 specp = &default_dec_spec; in resource_string()
1028 specp = &bus_spec; in resource_string()
1031 specp = &mem_spec; in resource_string()
1036 p = number(p, pend, resource_size(res), *specp); in resource_string()
1038 p = number(p, pend, res->start, *specp); in resource_string()
1041 p = number(p, pend, res->end, *specp); in resource_string()