Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dvsprintf.c657 return string_nocheck(buf, end, sym, spec); in err_ptr()
681 return string_nocheck(buf, end, s, spec); in error_string()
721 return string_nocheck(buf, end, s, spec); in string()
999 return string_nocheck(buf, end, sym, spec); in symbol_string()
1102 p = string_nocheck(p, pend, "io ", str_spec); in resource_string()
1105 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string()
1108 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string()
1111 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string()
1143 return string_nocheck(buf, end, sym, spec); in resource_string()
1168 return string_nocheck(buf, end, sym, spec); in range_string()
[all …]