Searched refs:kstrtoull (Results 1 - 28 of 28) sorted by relevance

/linux-4.1.27/lib/
H A Dkstrtox.c107 * kstrtoull - convert a string to an unsigned long long
122 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) kstrtoull() function
128 EXPORT_SYMBOL(kstrtoull); variable
159 rv = kstrtoull(s, base, &tmp); kstrtoll()
176 rv = kstrtoull(s, base, &tmp); _kstrtoul()
223 rv = kstrtoull(s, base, &tmp); kstrtouint()
269 rv = kstrtoull(s, base, &tmp); kstrtou16()
299 rv = kstrtoull(s, base, &tmp); kstrtou8()
338 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
H A Dtest-kstrtox.c152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); test_kstrtoull_ok()
234 TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); test_kstrtoull_fail()
H A Dvsprintf.c47 * This function is obsolete. Please use kstrtoull instead.
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_sysfs.c253 if (kstrtoull(buf, 0, (unsigned long long *) &wwpn)) zfcp_sysfs_port_remove_store()
314 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) zfcp_sysfs_unit_add_store()
332 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) zfcp_sysfs_unit_remove_store()
H A Dzfcp_aux.c107 if (!token || kstrtoull(token, 0, (unsigned long long *) &wwpn)) zfcp_init_device_setup()
111 if (!token || kstrtoull(token, 0, (unsigned long long *) &lun)) zfcp_init_device_setup()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_85xx_l2ctlr.c42 if (!sram_offset || (kstrtoull(sram_offset, 0, &addr) < 0)) get_cache_sram_params()
/linux-4.1.27/drivers/base/
H A Dmemory.c453 ret = kstrtoull(buf, 0, &phys_addr); memory_probe_store()
493 if (kstrtoull(buf, 0, &pfn) < 0) store_soft_offline_page()
512 if (kstrtoull(buf, 0, &pfn) < 0) store_hard_offline_page()
/linux-4.1.27/drivers/powercap/
H A Dpowercap_sys.c57 err = kstrtoull(buf, 10, &value); \
112 err = kstrtoull(buf, 10, &value); \
/linux-4.1.27/drivers/misc/
H A Dds1682.c95 rc = kstrtoull(buf, 0, &val); ds1682_store()
/linux-4.1.27/drivers/xen/
H A Dpcpu.c115 if (kstrtoull(buf, 0, &val) < 0) store_online()
/linux-4.1.27/include/linux/
H A Dkernel.h270 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); might_fault()
297 return kstrtoull(s, base, (unsigned long long *)res); kstrtoul()
336 return kstrtoull(s, base, res); kstrtou64()
/linux-4.1.27/drivers/md/
H A Ddm-switch.c217 if (kstrtoull(dm_shift_arg(as), 10, &start) || start != (sector_t)start) { parse_path()
H A Ddm-thin.c2900 if (kstrtoull(argv[3], 10, (unsigned long long *)&low_water_blocks)) { pool_ctr()
3232 if (!kstrtoull(arg, 10, (unsigned long long *)dev_id) && read_dev_id()
3322 if (kstrtoull(argv[1], 10, (unsigned long long *)&old_id)) { process_set_transaction_id_mesg()
3327 if (kstrtoull(argv[2], 10, (unsigned long long *)&new_id)) { process_set_transaction_id_mesg()
H A Dmd.c2746 if (kstrtoull(buf, 10, &offset) < 0) offset_store()
2774 if (kstrtoull(buf, 10, &new_offset) < 0) new_offset_store()
2841 if (kstrtoull(buf, 10, &blocks) < 0) strict_blocks_to_sectors()
2947 else if (kstrtoull(buf, 10, &recovery_start)) recovery_start_store()
4438 if (kstrtoull(buf, 10, &min)) min_sync_store()
4483 if (kstrtoull(buf, 10, &max)) max_sync_store()
/linux-4.1.27/drivers/iio/frequency/
H A Dadf4350.c256 ret = kstrtoull(buf, 10, &readin); adf4350_write()
/linux-4.1.27/drivers/cpuidle/
H A Dsysfs.c267 err = kstrtoull(buf, 0, &value); \
/linux-4.1.27/drivers/target/
H A Dtarget_core_file.c762 ret = kstrtoull(arg_p, 0, &fd_dev->fd_dev_size); fd_set_configfs_dev_params()
765 pr_err("kstrtoull() failed for" fd_set_configfs_dev_params()
H A Dtarget_core_configfs.c1098 ret = kstrtoull(args->from, 0, &tmp_ll); target_core_dev_pr_store_attr_res_aptpl_metadata()
1100 pr_err("kstrtoull() failed for sa_res_key=\n"); target_core_dev_pr_store_attr_res_aptpl_metadata()
/linux-4.1.27/net/mac80211/
H A Ddebugfs_netdev.c474 ret = kstrtoull(buf, 10, &tsf); ieee80211_if_parse_tsf()
/linux-4.1.27/kernel/
H A Dparams.c270 STANDARD_PARAM_DEF(ullong, unsigned long long, "%llu", kstrtoull);
H A Dcgroup.c2951 ret = kstrtoull(buf, 0, &v); cgroup_file_write()
/linux-4.1.27/drivers/bus/
H A Darm-ccn.c464 err = kstrtoull(buf, 0, mask); arm_ccn_pmu_cmp_mask_store()
/linux-4.1.27/sound/drivers/
H A Ddummy.c1024 if (kstrtoull(item, 0, &val)) dummy_proc_write()
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_parameters.c1183 rc = kstrtoull(param->value, 0, &tmp); iscsi_check_acceptor_state()
/linux-4.1.27/kernel/trace/
H A Dtrace_events_filter.c1021 ret = kstrtoull(pred->regex.pattern, 0, &val); init_pred()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1071 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) lpfc_debugfs_dif_err_write()
/linux-4.1.27/fs/btrfs/
H A Dioctl.c1505 ret = kstrtoull(devstr, 10, &devid); btrfs_ioctl_resize()
/linux-4.1.27/fs/ext4/
H A Dsuper.c2478 ret = kstrtoull(skip_spaces(buf), 0, value); parse_strtoull()

Completed in 947 milliseconds