Home
last modified time | relevance | path

Searched refs:_kstrtoul (Results 1 – 3 of 3) sorted by last modified time

/linux/arch/x86/boot/
H A Dstring.c338 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/include/linux/
H A Dkstrtox.h9 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
40 return _kstrtoul(s, base, res); in kstrtoul()
/linux/lib/
H A Dkstrtox.c181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function
194 EXPORT_SYMBOL(_kstrtoul);