Searched refs:_kstrtoull (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | kstrtox.c | 93 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function 132 return _kstrtoull(s, base, res); in kstrtoull() 157 rv = _kstrtoull(s + 1, base, &tmp); in kstrtoll()
|
/kernel/linux/linux-6.6/lib/ |
H A D | kstrtox.c | 96 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function 136 return _kstrtoull(s, base, res); in kstrtoull() 162 rv = _kstrtoull(s + 1, base, &tmp); in kstrtoll()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | string.c | 295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function 335 return _kstrtoull(s, base, res); in kstrtoull()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | string.c | 295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function 335 return _kstrtoull(s, base, res); in kstrtoull()
|
Completed in 3 milliseconds