strtoull 58 arch/powerpc/boot/planetcore.c *val = strtoull(str, NULL, 10); strtoull 68 arch/powerpc/boot/planetcore.c *val = strtoull(str, NULL, 16); strtoull 5 arch/powerpc/boot/stdlib.h unsigned long long int strtoull(const char *ptr, char **end, int base); strtoull 113 arch/powerpc/boot/treeboot-akebono.c mac_addr = strtoull(&userdata[i + 15], &end, 16); strtoull 25 arch/powerpc/boot/treeboot-bamboo.c mac64 = strtoull((char *)PIBS_MAC0, 0, 16); strtoull 28 arch/powerpc/boot/treeboot-bamboo.c mac64 = strtoull((char *)PIBS_MAC1, 0, 16); strtoull 83 drivers/md/bcache/util.c STRTO_H(strtoull, unsigned long long) strtoull 200 samples/bpf/test_lru_dist.c retkeys[counts++] = strtoull(l, NULL, 10); strtoull 1019 scripts/kconfig/expr.c val->u = strtoull(str, &tail, 16); strtoull 330 tools/lib/api/fs/fs.c *value = strtoull(line, NULL, base); strtoull 329 tools/lib/subcmd/parse-options.c *(u64 *)opt->value = strtoull(arg, (char **)&s, 10); strtoull 26 tools/lib/symbol/kallsyms.c *long_val = strtoull(ptr, &p, 16); strtoull 3614 tools/lib/traceevent/event-parse.c return strtoull(arg->atom.atom, NULL, 0); strtoull 3866 tools/lib/traceevent/event-parse.c return strtoull(flag, NULL, 0); strtoull 368 tools/lib/traceevent/parse-filter.c arg->value.val = strtoull(token, NULL, 0); strtoull 202 tools/perf/arch/arm/util/cs-etm.c snapshot_size = strtoull(str, &endptr, 0); strtoull 33 tools/perf/arch/arm64/annotate/instructions.c ops->target.addr = strtoull(target, &endptr, 16); strtoull 17 tools/perf/arch/s390/annotate/instructions.c ops->target.addr = strtoull(tok + 1, &endptr, 16); strtoull 77 tools/perf/arch/s390/annotate/instructions.c ops->target.addr = strtoull(target, &endptr, 16); strtoull 255 tools/perf/arch/x86/util/intel-bts.c snapshot_size = strtoull(str, &endptr, 0); strtoull 245 tools/perf/arch/x86/util/intel-pt.c snapshot_size = strtoull(str, &endptr, 0); strtoull 1305 tools/perf/builtin-timechart.c int pid = strtoull(string, NULL, 10); strtoull 59 tools/perf/ui/browsers/map.c u64 addr = strtoull(target, NULL, 16); strtoull 248 tools/perf/util/annotate.c ops->target.addr = strtoull(ops->raw, &endptr, 16); strtoull 287 tools/perf/util/annotate.c ops->target.addr = strtoull(endptr, NULL, 16); strtoull 358 tools/perf/util/annotate.c ops->target.addr = strtoull(c, NULL, 16); strtoull 363 tools/perf/util/annotate.c ops->target.addr = strtoull(c, NULL, 16); strtoull 366 tools/perf/util/annotate.c ops->target.addr = strtoull(ops->raw, NULL, 16); strtoull 457 tools/perf/util/annotate.c *addrp = strtoull(comment, &endptr, 16); strtoull 1520 tools/perf/util/annotate.c line_ip = strtoull(tmp, &tmp2, 16); strtoull 1030 tools/perf/util/auxtrace.c synth_opts->period = strtoull(p, &endptr, 10); strtoull 1544 tools/perf/util/auxtrace.c *num = strtoull(*inp, &endptr, 0); strtoull 35 tools/perf/util/smt.c siblings = strtoull(str, NULL, 16); strtoull 347 tools/perf/util/svghelper.c freq = strtoull(buf, NULL, 10); strtoull 140 tools/perf/util/trace-event-parse.c addr = strtoull(addr_str, NULL, 16); strtoull 207 tools/perf/util/trace-event-parse.c return strtoull(flag, NULL, 0); strtoull 151 tools/power/cpupower/lib/cpuidle.c value = strtoull(linebuf, &endp, 0); strtoull 81 tools/power/cpupower/lib/cpupower.c value = strtoull(linebuf, &endp, 0); strtoull 68 tools/power/cpupower/utils/cpuidle-set.c latency = strtoull(optarg, &endptr, 10); strtoull 82 tools/power/cpupower/utils/helpers/sysfs.c value = strtoull(linebuf, &endp, 0); strtoull 221 tools/power/cpupower/utils/helpers/sysfs.c value = strtoull(linebuf, &endp, 0); strtoull 475 tools/testing/selftests/kvm/dirty_log_test.c phys_offset = strtoull(optarg, NULL, 0); strtoull 86 tools/testing/selftests/powerpc/benchmarks/null_syscall.c v = strtoull(p + 1, &end, 0); strtoull 110 tools/testing/selftests/powerpc/benchmarks/null_syscall.c clock_frequency = strtoull(override, NULL, 10); strtoull 36 tools/testing/selftests/proc/proc.h val = strtoull(p, end, 10); strtoull 74 tools/testing/selftests/seccomp/seccomp_benchmark.c samples = strtoull(argv[1], NULL, 0); strtoull 163 tools/testing/selftests/sparc64/drivers/adi-test.c start_addr[range_count] = strtoull(line, &end_ptr, 16); strtoull 164 tools/testing/selftests/sparc64/drivers/adi-test.c end_addr[range_count] = strtoull(end_ptr, NULL, 16);