Searched refs:kstrtoull (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | kstrtox.c | 121 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function 127 EXPORT_SYMBOL(kstrtoull); 158 rv = kstrtoull(s, base, &tmp); in kstrtoll() 175 rv = kstrtoull(s, base, &tmp); in _kstrtoul() 222 rv = kstrtoull(s, base, &tmp); in kstrtouint() 268 rv = kstrtoull(s, base, &tmp); in kstrtou16() 298 rv = kstrtoull(s, base, &tmp); in kstrtou8() 401 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
|
D | test-kstrtox.c | 152 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()
|
D | parser.c | 169 ret = kstrtoull(buf, base, &val); in match_u64int()
|