Home
last modified time | relevance | path

Searched refs:_kstrtoul (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
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/arch/x86/boot/
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/lib/
A Dkstrtox.c176 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function
189 EXPORT_SYMBOL(_kstrtoul);
/linux/
A Dvmlinux.symvers1801 0x00000000 _kstrtoul vmlinux EXPORT_SYMBOL
A DSystem.map16700 ffff80001049ccd0 T _kstrtoul
A D.tmp_System.map16700 ffff80001049ccd0 T _kstrtoul

Completed in 354 milliseconds