/linux-4.1.27/lib/ |
H A D | kstrtox.c | 107 * 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 D | test-kstrtox.c | 152 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 D | vsprintf.c | 47 * This function is obsolete. Please use kstrtoull instead.
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_sysfs.c | 253 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 D | zfcp_aux.c | 107 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 D | fsl_85xx_l2ctlr.c | 42 if (!sram_offset || (kstrtoull(sram_offset, 0, &addr) < 0)) get_cache_sram_params()
|
/linux-4.1.27/drivers/base/ |
H A D | memory.c | 453 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 D | powercap_sys.c | 57 err = kstrtoull(buf, 10, &value); \ 112 err = kstrtoull(buf, 10, &value); \
|
/linux-4.1.27/drivers/misc/ |
H A D | ds1682.c | 95 rc = kstrtoull(buf, 0, &val); ds1682_store()
|
/linux-4.1.27/drivers/xen/ |
H A D | pcpu.c | 115 if (kstrtoull(buf, 0, &val) < 0) store_online()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 270 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 D | dm-switch.c | 217 if (kstrtoull(dm_shift_arg(as), 10, &start) || start != (sector_t)start) { parse_path()
|
H A D | dm-thin.c | 2900 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 D | md.c | 2746 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 D | adf4350.c | 256 ret = kstrtoull(buf, 10, &readin); adf4350_write()
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | sysfs.c | 267 err = kstrtoull(buf, 0, &value); \
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_file.c | 762 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 D | target_core_configfs.c | 1098 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 D | debugfs_netdev.c | 474 ret = kstrtoull(buf, 10, &tsf); ieee80211_if_parse_tsf()
|
/linux-4.1.27/kernel/ |
H A D | params.c | 270 STANDARD_PARAM_DEF(ullong, unsigned long long, "%llu", kstrtoull);
|
H A D | cgroup.c | 2951 ret = kstrtoull(buf, 0, &v); cgroup_file_write()
|
/linux-4.1.27/drivers/bus/ |
H A D | arm-ccn.c | 464 err = kstrtoull(buf, 0, mask); arm_ccn_pmu_cmp_mask_store()
|
/linux-4.1.27/sound/drivers/ |
H A D | dummy.c | 1024 if (kstrtoull(item, 0, &val)) dummy_proc_write()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 1183 rc = kstrtoull(param->value, 0, &tmp); iscsi_check_acceptor_state()
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_events_filter.c | 1021 ret = kstrtoull(pred->regex.pattern, 0, &val); init_pred()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 1071 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) lpfc_debugfs_dif_err_write()
|
/linux-4.1.27/fs/btrfs/ |
H A D | ioctl.c | 1505 ret = kstrtoull(devstr, 10, &devid); btrfs_ioctl_resize()
|
/linux-4.1.27/fs/ext4/ |
H A D | super.c | 2478 ret = kstrtoull(skip_spaces(buf), 0, value); parse_strtoull()
|