Searched refs:_kstrtoul (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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-v5.10/lib/ |
D | kstrtox.c | 168 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 181 EXPORT_SYMBOL(_kstrtoul);
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 330 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res); 361 return _kstrtoul(s, base, res); in kstrtoul()
|