Home
last modified time | relevance | path

Searched refs:strict_strtoull (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_sysfs.c243 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()
Dzfcp_aux.c105 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/
Dmemory.c438 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/
Dzram_sysfs.c65 ret = strict_strtoull(buf, 10, &zram->disksize); in disksize_store()
/linux-2.6.39/arch/powerpc/platforms/pseries/
Dmobility.c319 rc = strict_strtoull(buf, 0, &streamid); in migrate_store()
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce.c1840 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/
Dtarget_core_file.c562 ret = strict_strtoull(arg_p, 0, &fd_dev->fd_dev_size); in fd_set_configfs_dev_params()
Dtarget_core_configfs.c1531 ret = strict_strtoull(arg_p, 0, &tmp_ll); in target_core_dev_pr_store_attr_res_aptpl_metadata()
/linux-2.6.39/include/linux/
Dkernel.h257 #define strict_strtoull kstrtoull macro
/linux-2.6.39/block/
Dblk-cgroup.c736 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/
Ddummy.c956 if (strict_strtoull(item, 0, &val)) in dummy_proc_write()
/linux-2.6.39/kernel/trace/
Dtrace_events_filter.c986 ret = strict_strtoull(pred->regex.pattern, 0, &val); in filter_add_pred()
/linux-2.6.39/drivers/md/
Dmd.c2580 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()