Searched refs:_kstrtoul (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | kstrtox.h | 9 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res); 40 return _kstrtoul(s, base, res); in kstrtoul()
|
/linux-6.1.9/arch/x86/boot/ |
D | string.c | 338 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 377 return _kstrtoul(s, base, res); in boot_kstrtoul()
|
/linux-6.1.9/lib/ |
D | kstrtox.c | 181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 194 EXPORT_SYMBOL(_kstrtoul);
|