Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c1086 char *p = sym, *pend = sym + sizeof(sym); in resource_string() local
1095 p = string_nocheck(p, pend, "io ", str_spec); in resource_string()
1098 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string()
1101 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string()
1104 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string()
1107 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string()
1110 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string()
1115 p = string_nocheck(p, pend, "size ", str_spec); in resource_string()
1116 p = number(p, pend, resource_size(res), *specp); in resource_string()
1118 p = number(p, pend, res->start, *specp); in resource_string()
[all …]