Home
last modified time | relevance | path

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

/linux-6.14.4/lib/
Dvsprintf.c693 static int check_pointer(char **buf, char *end, const void *ptr, in check_pointer() function
711 if (check_pointer(&buf, end, s, spec)) in string()
904 if (check_pointer(&buf, end, d, spec)) { in dentry_name()
938 if (check_pointer(&buf, end, f, spec)) in file_dentry_name()
950 if (check_pointer(&buf, end, bdev, spec)) in bdev_name()
1090 if (check_pointer(&buf, end, res, spec)) in resource_string()
1153 if (check_pointer(&buf, end, range, spec)) in range_string()
1176 if (check_pointer(&buf, end, addr, spec)) in hex_string()
1224 if (check_pointer(&buf, end, bitmap, spec)) in bitmap_string()
1267 if (check_pointer(&buf, end, bitmap, spec)) in bitmap_list_string()
[all …]