Searched refs:strict_strtoull (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 243 if (strict_strtoull(buf, 0, (unsigned long long *) &wwpn)) in zfcp_sysfs_port_remove_store() 293 if (strict_strtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_add_store() 310 if (strict_strtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_remove_store()
|
D | zfcp_aux.c | 105 if (!token || strict_strtoull(token, 0, (unsigned long long *) &wwpn)) in zfcp_init_device_setup() 109 if (!token || strict_strtoull(token, 0, (unsigned long long *) &lun)) in zfcp_init_device_setup()
|
/linux-2.6.39/drivers/base/ |
D | memory.c | 438 if (strict_strtoull(buf, 0, &pfn) < 0) in store_soft_offline_page() 457 if (strict_strtoull(buf, 0, &pfn) < 0) in store_hard_offline_page()
|
/linux-2.6.39/drivers/staging/zram/ |
D | zram_sysfs.c | 65 ret = strict_strtoull(buf, 10, &zram->disksize); in disksize_store()
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | mobility.c | 319 rc = strict_strtoull(buf, 0, &streamid); in migrate_store()
|
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1840 if (strict_strtoull(buf, 0, &new) < 0) in set_bank() 1878 if (strict_strtoull(buf, 0, &new) < 0) in set_ignore_ce() 1901 if (strict_strtoull(buf, 0, &new) < 0) in set_cmci_disabled()
|
/linux-2.6.39/drivers/target/ |
D | target_core_file.c | 562 ret = strict_strtoull(arg_p, 0, &fd_dev->fd_dev_size); in fd_set_configfs_dev_params()
|
D | target_core_configfs.c | 1531 ret = strict_strtoull(arg_p, 0, &tmp_ll); in target_core_dev_pr_store_attr_res_aptpl_metadata()
|
/linux-2.6.39/include/linux/ |
D | kernel.h | 257 #define strict_strtoull kstrtoull macro
|
/linux-2.6.39/block/ |
D | blk-cgroup.c | 736 ret = strict_strtoull(s[1], 10, &bps); in blkio_policy_parse_and_set() 746 ret = strict_strtoull(s[1], 10, &iops); in blkio_policy_parse_and_set()
|
/linux-2.6.39/sound/drivers/ |
D | dummy.c | 956 if (strict_strtoull(item, 0, &val)) in dummy_proc_write()
|
/linux-2.6.39/kernel/trace/ |
D | trace_events_filter.c | 986 ret = strict_strtoull(pred->regex.pattern, 0, &val); in filter_add_pred()
|
/linux-2.6.39/drivers/md/ |
D | md.c | 2580 if (strict_strtoull(buf, 10, &blocks) < 0) in strict_blocks_to_sectors() 2683 else if (strict_strtoull(buf, 10, &recovery_start)) in recovery_start_store() 3965 if (strict_strtoull(buf, 10, &min)) in min_sync_store() 4002 if (strict_strtoull(buf, 10, &max)) in max_sync_store()
|