/linux-4.1.27/arch/x86/tools/ |
D | insn_sanity.c | 150 insn_buf[i] = (unsigned char)strtoul(tmp, &tmp, 16); in read_next_insn() 202 seed = (unsigned int)strtoul(optarg, &tmp, 0); in parse_args() 205 iter_start = strtoul(optarg, &tmp, 0); in parse_args() 212 iter_end = strtoul(optarg, &tmp, 0); in parse_args()
|
/linux-4.1.27/tools/power/acpi/tools/ec/ |
D | ec_access.c | 81 read_byte_offset = strtoul(optarg, NULL, 16); in parse_opts() 87 write_byte_offset = strtoul(optarg, NULL, 16); in parse_opts() 90 write_value = strtoul(optarg, NULL, 16); in parse_opts()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | mktree.c | 64 bt.bb_dest = htonl(strtoul(argv[3], NULL, 0)); in main() 65 bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0)); in main()
|
/linux-4.1.27/tools/iio/ |
D | generic_buffer.c | 182 num_loops = strtoul(optarg, &dummy, 10); in main() 185 timedelay = strtoul(optarg, &dummy, 10); in main() 188 buf_len = strtoul(optarg, &dummy, 10); in main()
|
/linux-4.1.27/tools/perf/util/ |
D | pmu.l | 14 num = strtoul(perf_pmu_text, NULL, base); in value()
|
D | util.c | 435 time_sec = strtoul(str, &end, 10); in parse_nsec_time() 453 time_nsec = strtoul(nsec_buf, &end, 10); in parse_nsec_time() 475 value = strtoul(str, &endptr, 10); in parse_tag_value()
|
D | cpumap.c | 129 start_cpu = strtoul(cpu_list, &p, 0); in cpu_map__new() 137 end_cpu = strtoul(cpu_list, &p, 0); in cpu_map__new()
|
D | srcline.c | 235 *line_nr = strtoul(sep, NULL, 0); in addr2line()
|
D | callchain.c | 35 size = strtoul(str, &endptr, 0); in get_stack_size() 198 callchain_param.print_limit = strtoul(tok, &endptr, 0); in parse_callchain_report_opt()
|
D | probe-event.c | 1143 pp->line = strtoul(arg, &tmp, 0); in parse_perf_probe_point() 1151 pp->offset = strtoul(arg, &tmp, 0); in parse_perf_probe_point() 1444 tp->address = strtoul(fmt1_str, NULL, 0); in parse_probe_trace_command() 1456 tp->offset = strtoul(fmt2_str, NULL, 10); in parse_probe_trace_command()
|
D | header.c | 1115 c = strtoul(str, &tmp, 0); in print_numa_topology() 1171 type = strtoul(str, &tmp, 0); in print_pmu_mappings()
|
D | evlist.c | 941 pages = strtoul(str, &eptr, 10); in parse_pages_arg()
|
/linux-4.1.27/arch/sparc/boot/ |
D | piggyback.c | 124 *start = strtoul(buffer, NULL, 16); in get_start_end() 126 *end = strtoul(buffer, NULL, 16); in get_start_end()
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | names.c | 364 u = strtoul(cp, &cp, 16); in parse() 390 u = strtoul(cp, &cp, 16); in parse() 407 u = strtoul(buf+1, &cp, 16); in parse() 446 u = strtoul(buf+2, &cp, 16); in parse()
|
/linux-4.1.27/arch/m68k/tools/amiga/ |
D | dmesg.c | 48 end = strtoul(argv[1], NULL, 0); in main()
|
/linux-4.1.27/tools/power/cpupower/debug/i386/ |
D | powernow-k8-decode.c | 78 cpu = strtoul(argv[1], NULL, 0); in main()
|
D | centrino-decode.c | 102 cpu = strtoul(argv[1], NULL, 0); in main()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_string.h | 105 #define strtoul(str, endp, base) simple_strtoul(str, endp, base) macro
|
/linux-4.1.27/include/acpi/platform/ |
D | aclinux.h | 122 #define strtoul simple_strtoul macro
|
D | acenv.h | 355 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n))
|
/linux-4.1.27/tools/net/ |
D | bpf_exp.l | 115 yylval.number = strtoul(yytext, NULL, 16);
|
D | bpf_jit_disasm.c | 154 image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16); in get_last_jit_image()
|
D | bpf_dbg.c | 1132 which = strtoul(num, NULL, 10); in cmd_select() 1161 unsigned int where = strtoul(subcmd, NULL, 10); in cmd_breakpoint() 1217 (line = strtoul(line_string, NULL, 10)) < bpf_prog_len) in cmd_disassemble()
|
/linux-4.1.27/arch/um/drivers/ |
D | fd.c | 34 n = strtoul(str, &end, 0); in fd_init()
|
D | port_user.c | 37 port = strtoul(str, &end, 0); in port_init()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 237 current = strtoul(buf, &end, 10); in require_paranoia_below()
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 442 cfg_payload_len = strtoul(optarg, NULL, 10); in parse_opt() 445 dest_port = strtoul(optarg, NULL, 10); in parse_opt()
|
/linux-4.1.27/tools/usb/usbip/ |
D | configure.ac | 45 strtoul])
|
/linux-4.1.27/tools/perf/tests/ |
D | builtin-test.c | 187 long nr = strtoul(argv[i], &end, 10); in perf_test__matches()
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent.c | 77 value = strtoul(arg, &ptr, 10); in parse_size()
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbip_network.c | 42 unsigned long int port = strtoul(arg, &end, 10); in usbip_setup_port_number()
|
/linux-4.1.27/tools/power/cpupower/utils/ |
D | cpufreq-set.c | 130 freq = strtoul(normalized, &end, 10); in string_to_frequency()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | umid.c | 169 p = strtoul(pid, &end, 0); in is_umdir_used()
|
/linux-4.1.27/arch/x86/boot/tools/ |
D | build.c | 299 sym = strtoul(p + 11 + sizeof(#sym), NULL, 16); \
|
/linux-4.1.27/tools/usb/ |
D | testusb.c | 369 val = strtoul(str, &end, 0); in parse_num()
|
/linux-4.1.27/Documentation/x86/ |
D | mtrr.txt | 272 sentry.base = strtoul (argv[1], NULL, 0); 273 sentry.size = strtoul (argv[2], NULL, 0);
|
/linux-4.1.27/tools/vm/ |
D | slabinfo.c | 177 result = strtoul(buffer, &p, 10); in get_obj_and_str() 266 node = strtoul(t, &t, 10); in decode_numa_list() 269 nr = strtoul(t, &t, 10); in decode_numa_list()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 234 *num = strtoul(str, &endp, 0); in cfs_str2num_check()
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 255 yylval.value = strtoul(yytext + 2, NULL, 16);
|
/linux-4.1.27/tools/power/cpupower/lib/ |
D | sysfs.c | 131 value = strtoul(linebuf, &endp, 0); in sysfs_cpufreq_get_one_value()
|
/linux-4.1.27/drivers/acpi/ |
D | sysfs.c | 620 all_counters[index].count = strtoul(buf, NULL, 0); in counter_set()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 1236 id = strtoul(token, NULL, 0); in event_read_id() 1406 field->arraylen = strtoul(token, NULL, 0); in event_read_fields() 1430 field->arraylen = strtoul(token, NULL, 0); in event_read_fields() 1508 field->offset = strtoul(token, NULL, 0); in event_read_fields() 1522 field->size = strtoul(token, NULL, 0); in event_read_fields() 1542 if (strtoul(token, NULL, 0)) in event_read_fields()
|
/linux-4.1.27/tools/perf/ |
D | builtin-kmem.c | 1053 lines = strtoul(arg, NULL, 10); in parse_line_opt()
|
D | builtin-top.c | 315 tmp = strtoul(buf, NULL, 10); in prompt_integer()
|
D | builtin-timechart.c | 1881 unsigned long duration = strtoul(arg, NULL, 0); in parse_highlight()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1473 *idx = strtoul(start, &end, 0); in filename_is_volatile()
|
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 881 element->tag |= strtoul(cursor->value, &p, 10); in parse_type()
|
/linux-4.1.27/Documentation/ia64/ |
D | err_inject.txt | 480 *data=strtoul(buf, NULL, 16);
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 2305 crc = strtoul(line, &d, 16); in read_dump()
|