Searched refs:_parse_integer (Results 1 – 7 of 7) sorted by relevance
/linux/lib/ ! |
H A D | kstrtox.h | 9 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
|
H A D | kstrtox.c | 91 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() function 102 rv = _parse_integer(s, base, &_res); in _kstrtoull()
|
H A D | bitmap-str.c | 250 len = _parse_integer(str, 10, &n); in bitmap_getnum()
|
/linux/arch/x86/boot/ ! |
H A D | string.c | 248 static unsigned int _parse_integer(const char *s, in _parse_integer() function 293 rv = _parse_integer(s, base, &_res); in _kstrtoull()
|
/linux/kernel/ ! |
H A D | sysctl.c | 241 rv = _parse_integer(cp, base, &result); in strtoul_lenient()
|
/linux/fs/proc/ ! |
H A D | base.c | 2169 len = _parse_integer(str, 16, &sval); in dname_to_vma_addr() 2182 len = _parse_integer(str, 16, &eval); in dname_to_vma_addr()
|
/linux/kernel/bpf/ ! |
H A D | helpers.c | 487 val_len = _parse_integer(cur_buf, base, res); in __bpf_strtoull()
|