Searched refs:_kstrtoul (Results 1 - 3 of 3) sorted by path

/linux-master/arch/x86/boot/
H A Dstring.c338 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) function
377 return _kstrtoul(s, base, res);
/linux-master/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);
/linux-master/lib/
H A Dkstrtox.c181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) function
194 EXPORT_SYMBOL(_kstrtoul); variable

Completed in 255 milliseconds