Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dvsprintf.c768 const struct printf_spec *specp; in resource_string() local
773 specp = &io_spec; in resource_string()
776 specp = &mem_spec; in resource_string()
779 specp = &default_dec_spec; in resource_string()
782 specp = &default_dec_spec; in resource_string()
785 specp = &bus_spec; in resource_string()
788 specp = &mem_spec; in resource_string()
793 p = number(p, pend, resource_size(res), *specp); in resource_string()
795 p = number(p, pend, res->start, *specp); in resource_string()
798 p = number(p, pend, res->end, *specp); in resource_string()