Home
last modified time | relevance | path

Searched refs:kstrtoull (Results 1 – 3 of 3) sorted by relevance

/lib/
Dkstrtox.c132 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function
138 EXPORT_SYMBOL(kstrtoull);
169 rv = kstrtoull(s, base, &tmp); in kstrtoll()
186 rv = kstrtoull(s, base, &tmp); in _kstrtoul()
233 rv = kstrtoull(s, base, &tmp); in kstrtouint()
280 rv = kstrtoull(s, base, &tmp); in kstrtou16()
312 rv = kstrtoull(s, base, &tmp); in kstrtou8()
422 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
Dtest-kstrtox.c152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); in test_kstrtoull_ok()
234 TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); in test_kstrtoull_fail()
Dparser.c178 ret = kstrtoull(buf, base, &val); in match_u64int()