Searched refs:pend (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | vsprintf.c | 701 char *p = sym, *pend = sym + sizeof(sym); in resource_string() local 707 p = string(p, pend, "io ", str_spec); in resource_string() 710 p = string(p, pend, "mem ", str_spec); in resource_string() 713 p = string(p, pend, "irq ", str_spec); in resource_string() 716 p = string(p, pend, "dma ", str_spec); in resource_string() 719 p = string(p, pend, "bus ", str_spec); in resource_string() 722 p = string(p, pend, "??? ", str_spec); in resource_string() 727 p = string(p, pend, "size ", str_spec); in resource_string() 728 p = number(p, pend, resource_size(res), *specp); in resource_string() 730 p = number(p, pend, res->start, *specp); in resource_string() [all …]
|