Searched refs:string_nocheck (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| A D | vsprintf.c | 656 return string_nocheck(buf, end, sym, spec); in err_ptr() 680 return string_nocheck(buf, end, s, spec); in error_string() 720 return string_nocheck(buf, end, s, spec); in string() 1007 return string_nocheck(buf, end, sym, spec); in symbol_string() 1096 p = string_nocheck(p, pend, "io ", str_spec); in resource_string() 1099 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string() 1102 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string() 1105 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string() 1108 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string() 1141 return string_nocheck(buf, end, sym, spec); in resource_string() [all …]
|
Completed in 9 milliseconds