Searched refs:kstrtouint (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | kstrtox.c | 228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function 241 EXPORT_SYMBOL(kstrtouint); 426 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
|
D | parser.c | 217 return kstrtouint(buf, 10, result); in match_uint()
|
D | fault-inject.c | 277 result = kstrtouint(page, 0, &tmp); in fault_uint_attr_store()
|
D | test_kmod.c | 872 ret = kstrtouint(buf, 10, &val); in test_dev_config_update_uint_sync() 906 ret = kstrtouint(buf, 10, &val); in test_dev_config_update_uint_range()
|
D | dynamic_debug.c | 346 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()
|