Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 76) sorted by relevance

1234

/tools/testing/selftests/net/
Dudpgso_bench_rx.c307 cfg_connect_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
313 cfg_expected_pkt_len = strtoul(optarg, NULL, 0); in parse_opts()
316 cfg_expected_pkt_nr = strtoul(optarg, NULL, 0); in parse_opts()
319 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
325 cfg_rcv_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
Dudpgso_bench_tx.c470 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()
473 cfg_poll_loop_timeout_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()
479 cfg_msg_nr = strtoul(optarg, NULL, 10); in parse_opts()
482 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
488 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts()
491 cfg_gso_size = strtoul(optarg, NULL, 0); in parse_opts()
Dtxtimestamp.c715 cfg_num_pkts = strtoul(optarg, NULL, 10); in parse_opt()
733 cfg_payload_len = strtoul(optarg, NULL, 10); in parse_opt()
745 dest_port = strtoul(optarg, NULL, 10); in parse_opt()
764 cfg_sleep_usec = strtoul(optarg, NULL, 10); in parse_opt()
767 cfg_delay_tolerance_usec = strtoul(optarg, NULL, 10); in parse_opt()
775 cfg_delay_snd = strtoul(optarg, NULL, 10); in parse_opt()
778 cfg_delay_ack = strtoul(optarg, NULL, 10); in parse_opt()
/tools/gpio/
Dgpio-event-mon.c180 loops = strtoul(optarg, NULL, 10); in main()
190 lines[num_lines] = strtoul(optarg, NULL, 10); in main()
194 debounce_period_us = strtoul(optarg, NULL, 10); in main()
Dgpio-hammer.c140 loops = strtoul(optarg, NULL, 10); in main()
152 lines[i] = strtoul(optarg, NULL, 10); in main()
Dgpio-watch.c44 req.offset = strtoul(argv[j], &end, 0); in main()
/tools/perf/util/
Dpmu.l14 num = strtoul(perf_pmu_text, NULL, base); in value()
Dunits.c21 value = strtoul(str, &endptr, 10); in parse_tag_value()
/tools/testing/selftests/watchdog/
Dwatchdog-test.c169 ping_rate = strtoul(optarg, NULL, 0); in main()
175 flags = strtoul(optarg, NULL, 0); in main()
193 flags = strtoul(optarg, NULL, 0); in main()
/tools/power/acpi/tools/ec/
Dec_access.c80 read_byte_offset = strtoul(optarg, NULL, 16); in parse_opts()
86 write_byte_offset = strtoul(optarg, NULL, 16); in parse_opts()
89 write_value = strtoul(optarg, NULL, 16); in parse_opts()
/tools/perf/arch/s390/util/
Ddwarf-regs.c39 gpr = strtoul(name + 2, NULL, 10); in regs_query_register_offset()
/tools/testing/selftests/resctrl/
Dmbm_test.c74 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
75 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
Dmba_test.c128 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
130 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
Dcqm_test.c100 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results()
132 long_mask = strtoul(cbm_mask, NULL, 16); in cqm_resctrl_val()
Dcat_test.c104 sum_llc_perf_miss += strtoul(token_array[3], NULL, 0); in check_results()
143 long_mask = strtoul(cbm_mask, NULL, 16); in cat_perf_miss_val()
/tools/power/cpupower/debug/i386/
Dpowernow-k8-decode.c77 cpu = strtoul(argv[1], NULL, 0); in main()
Dcentrino-decode.c101 cpu = strtoul(argv[1], NULL, 0); in main()
/tools/bpf/bpftool/
Dmap_perf_ring.c158 ctx.cpu = strtoul(*argv, &endptr, 0); in do_event_pipe()
169 ctx.idx = strtoul(*argv, &endptr, 0); in do_event_pipe()
/tools/usb/usbip/libsrc/
Dnames.c346 u = strtoul(cp, &cp, 16); in parse()
372 u = strtoul(cp, &cp, 16); in parse()
389 u = strtoul(buf+1, &cp, 16); in parse()
428 u = strtoul(buf+2, &cp, 16); in parse()
/tools/perf/arch/arm64/util/
Dheader.c50 midr = strtoul(buf, NULL, 16); in _get_cpuid()
/tools/iio/
Diio_generic_buffer.c393 buf_len = strtoul(optarg, &dummy, 10); in main()
405 dev_num = strtoul(optarg, &dummy, 10); in main()
416 trig_num = strtoul(optarg, &dummy, 10); in main()
422 timedelay = strtoul(optarg, &dummy, 10); in main()
/tools/bpf/
Dbpf_exp.l167 yylval.number = strtoul(yytext, NULL, 16);
/tools/testing/selftests/arm64/fp/
Dvlset.c66 vl = strtoul(argv[optind], &rest, 0); in parse_options()
/tools/testing/vsock/
Dutil.c41 n = strtoul(str, &endptr, 10); in parse_cid()
362 test_id = strtoul(test_id_str, &endptr, 10); in skip_test()
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c629 start_cpu = strtoul(optarg, NULL, 10); in main()
636 nrthreads = strtoul(optarg, NULL, 10); in main()
642 run_time = strtoul(optarg, NULL, 10); in main()

1234