Searched refs:string_nocheck (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | vsprintf.c | 638 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck() function 663 return string_nocheck(buf, end, sym, spec); in err_ptr() 687 return string_nocheck(buf, end, s, spec); in error_string() 727 return string_nocheck(buf, end, s, spec); in string() 1005 return string_nocheck(buf, end, sym, spec); in symbol_string() 1094 p = string_nocheck(p, pend, "io ", str_spec); in resource_string() 1097 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string() 1100 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string() 1103 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string() 1106 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string() [all …]
|