Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Dkstrtox.c107 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function
113 EXPORT_SYMBOL(kstrtoull);
128 rv = kstrtoull(s, base, &tmp); in kstrtoll()
145 rv = kstrtoull(s, base, &tmp); in _kstrtoul()
176 rv = kstrtoull(s, base, &tmp); in kstrtouint()
206 rv = kstrtoull(s, base, &tmp); in kstrtou16()
236 rv = kstrtoull(s, base, &tmp); in kstrtou8()
275 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()
/linux-3.4.99/include/linux/
Dkernel.h218 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res);
228 return kstrtoull(s, base, (unsigned long long *)res); in kstrtoul()
251 return kstrtoull(s, base, res); in kstrtou64()
313 #define strict_strtoull kstrtoull
/linux-3.4.99/drivers/staging/zram/
Dzram_sysfs.c61 ret = kstrtoull(buf, 10, &disksize); in disksize_store()
/linux-3.4.99/drivers/md/
Ddm-thin.c1969 if (kstrtoull(argv[3], 10, (unsigned long long *)&low_water_blocks)) { in pool_ctr()
2174 if (!kstrtoull(arg, 10, (unsigned long long *)dev_id) && in read_dev_id()
2264 if (kstrtoull(argv[1], 10, (unsigned long long *)&old_id)) { in process_set_transaction_id_mesg()
2269 if (kstrtoull(argv[2], 10, (unsigned long long *)&new_id)) { in process_set_transaction_id_mesg()
/linux-3.4.99/net/mac80211/
Ddebugfs_netdev.c432 ret = kstrtoull(buf, 10, &tsf); in ieee80211_if_parse_tsf()
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_debugfs.c1061 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) in lpfc_debugfs_dif_err_write()