Searched refs:pointer_string (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/lib/ |
| D | vsprintf.c | 730 static char *pointer_string(char *buf, char *end, in pointer_string() function 818 return pointer_string(buf, end, ptr, spec); in ptr_to_id() 823 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 833 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 844 return pointer_string(buf, end, ptr, spec); in default_pointer() 895 return pointer_string(buf, end, ptr, spec); in restricted_pointer() 2489 return pointer_string(buf, end, ptr, spec); in pointer()
|
| /kernel/linux/linux-5.10/lib/ |
| D | vsprintf.c | 722 static char *pointer_string(char *buf, char *end, in pointer_string() function 834 return pointer_string(buf, end, ptr, spec); in ptr_to_id() 839 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 849 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 898 return pointer_string(buf, end, ptr, spec); in restricted_pointer() 2317 return pointer_string(buf, end, ptr, spec); in pointer()
|