Home
last modified time | relevance | path

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

1234

/Linux-v5.4/tools/testing/selftests/net/
Dudpgso_bench_rx.c308 cfg_connect_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
314 cfg_expected_pkt_len = strtoul(optarg, NULL, 0); in parse_opts()
317 cfg_expected_pkt_nr = strtoul(optarg, NULL, 0); in parse_opts()
320 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
326 cfg_rcv_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
Dudpgso_bench_tx.c451 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()
457 cfg_msg_nr = strtoul(optarg, NULL, 10); in parse_opts()
460 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
466 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts()
469 cfg_gso_size = strtoul(optarg, NULL, 0); in parse_opts()
/Linux-v5.4/arch/x86/tools/
Dinsn_sanity.c137 insn_buff[i] = (unsigned char)strtoul(tmp, &tmp, 16); in read_next_insn()
189 seed = (unsigned int)strtoul(optarg, &tmp, 0); in parse_args()
192 iter_start = strtoul(optarg, &tmp, 0); in parse_args()
199 iter_end = strtoul(optarg, &tmp, 0); in parse_args()
/Linux-v5.4/drivers/acpi/acpica/
Ddbmethod.c54 address = strtoul(location, NULL, 16); in acpi_db_set_method_breakpoint()
126 value = strtoul(value_arg, NULL, 16); in acpi_db_set_method_data()
145 index = strtoul(index_arg, NULL, 16); in acpi_db_set_method_data()
244 num_statements = strtoul(statements, NULL, 0); in acpi_db_disassemble_aml()
Ddbnames.c187 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace()
258 owner_id = (acpi_owner_id)strtoul(owner_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
263 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
788 address = strtoul(object_arg, NULL, 16); in acpi_db_find_references()
Ddbinput.c864 strtoul(acpi_gbl_db_args[1], NULL, 16); in acpi_db_command_dispatch()
871 strtoul(acpi_gbl_db_args[1], NULL, 16); in acpi_db_command_dispatch()
911 temp = strtoul(acpi_gbl_db_args[2], NULL, 0); in acpi_db_command_dispatch()
/Linux-v5.4/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()
/Linux-v5.4/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()
/Linux-v5.4/arch/powerpc/boot/
Dmktree.c65 bt.bb_dest = htonl(strtoul(argv[3], NULL, 0)); in main()
66 bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0)); in main()
/Linux-v5.4/tools/gpio/
Dgpio-event-mon.c154 loops = strtoul(optarg, NULL, 10); in main()
160 line = strtoul(optarg, NULL, 10); in main()
Dgpio-hammer.c132 loops = strtoul(optarg, NULL, 10); in main()
138 lines[i] = strtoul(optarg, NULL, 10); in main()
/Linux-v5.4/drivers/staging/greybus/Documentation/firmware/
Dfirmware.c175 fw_update_type = strtoul(argv[2], &endptr, 10); in main()
185 fw_timeout = strtoul(argv[4], &endptr, 10); in main()
/Linux-v5.4/samples/bpf/
Dfds_example.c161 key = strtoul(optarg, NULL, 0); in main()
165 value = strtoul(optarg, NULL, 0); in main()
Dxdp_redirect_map_user.c142 ifindex_in = strtoul(argv[optind], NULL, 0); in main()
146 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
Dxdp_redirect_user.c143 ifindex_in = strtoul(argv[optind], NULL, 0); in main()
147 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
/Linux-v5.4/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()
/Linux-v5.4/arch/sparc/boot/
Dpiggyback.c113 *start = strtoul(buffer, NULL, 16); in get_start_end()
115 *end = strtoul(buffer, NULL, 16); in get_start_end()
/Linux-v5.4/tools/perf/arch/s390/util/
Ddwarf-regs.c39 gpr = strtoul(name + 2, NULL, 10); in regs_query_register_offset()
/Linux-v5.4/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()
/Linux-v5.4/tools/iio/
Diio_generic_buffer.c383 buf_len = strtoul(optarg, &dummy, 10); in main()
395 dev_num = strtoul(optarg, &dummy, 10); in main()
406 trig_num = strtoul(optarg, &dummy, 10); in main()
412 timedelay = strtoul(optarg, &dummy, 10); in main()
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c584 cfg_num_pkts = strtoul(optarg, NULL, 10); in parse_opt()
599 cfg_payload_len = strtoul(optarg, NULL, 10); in parse_opt()
608 dest_port = strtoul(optarg, NULL, 10); in parse_opt()
632 cfg_delay_snd = strtoul(optarg, NULL, 10); in parse_opt()
635 cfg_delay_ack = strtoul(optarg, NULL, 10); in parse_opt()
/Linux-v5.4/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()
/Linux-v5.4/tools/perf/lib/
Dcpumap.c179 start_cpu = strtoul(cpu_list, &p, 0); in perf_cpu_map__new()
187 end_cpu = strtoul(cpu_list, &p, 0); in perf_cpu_map__new()
/Linux-v5.4/arch/m68k/tools/amiga/
Ddmesg.c48 end = strtoul(argv[1], NULL, 0); in main()

1234