/openbmc/linux/lib/ |
H A D | kstrtox.c | 156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function 178 EXPORT_SYMBOL(kstrtoll); 202 rv = kstrtoll(s, base, &tmp); in _kstrtol() 264 rv = kstrtoll(s, base, &tmp); in kstrtoint() 296 rv = kstrtoll(s, base, &tmp); in kstrtos16() 328 rv = kstrtoll(s, base, &tmp); in kstrtos8() 423 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
|
H A D | test-kstrtox.c | 268 TEST_OK(kstrtoll, long long, "%lld", test_ll_ok); in test_kstrtoll_ok() 287 TEST_FAIL(kstrtoll, long long, "%lld", test_ll_fail); in test_kstrtoll_fail()
|
/openbmc/linux/include/linux/ |
H A D | kstrtox.h | 13 int __must_check kstrtoll(const char *s, unsigned int base, long long *res); 66 return kstrtoll(s, base, (long long *)res); in kstrtol() 81 return kstrtoll(s, base, res); in kstrtos64()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_mpic_timer_wakeup.c | 75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | cache.h | 300 if (kstrtoll(buf, 0, &ll)) in get_time()
|
/openbmc/linux/kernel/cgroup/ |
H A D | pids.c | 296 err = kstrtoll(buf, 0, &limit); in pids_max_write()
|
H A D | cgroup.c | 4089 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_inject.c | 95 ret = kstrtoll(num, 0, &val); in parse_field()
|
H A D | trace_events_filter.c | 1927 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
|
/openbmc/linux/fs/jfs/ |
H A D | super.c | 279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.c | 2397 rv = kstrtoll(buf+1, 10, &offset); in location_store() 2399 rv = kstrtoll(buf, 10, &offset); in location_store()
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | deprecated.rst | 126 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
|
/openbmc/linux/Documentation/process/ |
H A D | deprecated.rst | 117 in callers. The respective kstrtol(), kstrtoll(),
|
/openbmc/linux/fs/ |
H A D | libfs.c | 1293 ret = kstrtoll(attr->set_buf, 0, &val); in simple_attr_write_xsigned()
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | deprecated.rst | 125 funciones respectivas kstrtol(), kstrtoll(), kstrtoul(), y kstrtoull()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 296 kstrtoll(), kstrtoul(), and kstrtoull() functions tend to be the
|