Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dvsprintf.c794 const struct printf_spec *specp; in resource_string() local
799 specp = &io_spec; in resource_string()
802 specp = &mem_spec; in resource_string()
805 specp = &default_dec_spec; in resource_string()
808 specp = &default_dec_spec; in resource_string()
811 specp = &bus_spec; in resource_string()
814 specp = &mem_spec; in resource_string()
819 p = number(p, pend, resource_size(res), *specp); in resource_string()
821 p = number(p, pend, res->start, *specp); in resource_string()
824 p = number(p, pend, res->end, *specp); in resource_string()