Searched refs:_kstrtoul (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A 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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | kstrtox.c | 176 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 189 EXPORT_SYMBOL(_kstrtoul); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | kstrtox.c | 181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function 194 EXPORT_SYMBOL(_kstrtoul); variable
|
Completed in 4 milliseconds