Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/net/
H A 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()
H A Dio_uring_zerocopy_tx.c260 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
263 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts()
266 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()
269 cfg_nr_reqs = strtoul(optarg, NULL, 0); in parse_opts()
H A Dtxtimestamp.c738 cfg_num_pkts = strtoul(optarg, NULL, 10); in parse_opt()
756 cfg_payload_len = strtoul(optarg, NULL, 10); in parse_opt()
768 ts_opt_id = strtoul(optarg, NULL, 10); in parse_opt()
772 dest_port = strtoul(optarg, NULL, 10); in parse_opt()
791 cfg_sleep_usec = strtoul(optarg, NULL, 10); in parse_opt()
794 cfg_delay_tolerance_usec = strtoul(optarg, NULL, 10); in parse_opt()
802 cfg_delay_snd = strtoul(optarg, NULL, 10); in parse_opt()
805 cfg_delay_ack = strtoul(optarg, NULL, 10); in parse_opt()
H A 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()
/linux/arch/x86/tools/
H A Dinsn_sanity.c133 insn_buff[i] = (unsigned char)strtoul(tmp, &tmp, 16); in read_next_insn()
185 seed = (unsigned int)strtoul(optarg, &tmp, 0); in parse_args()
188 iter_start = strtoul(optarg, &tmp, 0); in parse_args()
195 iter_end = strtoul(optarg, &tmp, 0); in parse_args()
/linux/tools/power/acpi/tools/ec/
H A 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/tools/arch/x86/kcpuid/
H A Dkcpuid.c377 subleaf_end = strtoul(end, NULL, 0); in parse_line()
381 subleaf_start = strtoul(start, NULL, 0); in parse_line()
408 bit_end = strtoul(end, NULL, 0); in parse_text()
409 bit_start = (start) ? strtoul(start, NULL, 0) : bit_end; in parse_text()
631 user_index = strtoul(optarg, NULL, 0); in parse_options()
638 user_sub = strtoul(optarg, NULL, 0); in parse_options()
/linux/drivers/acpi/acpica/
H A Ddbmethod.c56 address = strtoul(location, NULL, 16); in acpi_db_set_method_breakpoint()
128 value = strtoul(value_arg, NULL, 16); in acpi_db_set_method_data()
147 index = strtoul(index_arg, NULL, 16); in acpi_db_set_method_data()
246 num_statements = strtoul(statements, NULL, 0); in acpi_db_disassemble_aml()
H A Ddbcmds.c62 address = strtoul(in_string, NULL, 16); in acpi_db_convert_to_node()
129 sleep_state = (u8)strtoul(object_arg, NULL, 0); in acpi_db_sleep()
1034 gsiv_number = strtoul(gsiv_arg, NULL, 0); in acpi_db_generate_interrupt()
1092 gpe_number = strtoul(gpe_arg, NULL, 0); in acpi_db_generate_gpe()
1099 block_number = strtoul(block_arg, NULL, 0); in acpi_db_generate_gpe()
H A Ddbnames.c188 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace()
259 owner_id = (acpi_owner_id)strtoul(owner_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
264 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
909 address = strtoul(object_arg, NULL, 16); in acpi_db_find_references()
H A Ddbinput.c911 strtoul(acpi_gbl_db_args[1], NULL, 16); in acpi_db_command_dispatch()
918 strtoul(acpi_gbl_db_args[1], NULL, 16); in acpi_db_command_dispatch()
958 temp = strtoul(acpi_gbl_db_args[2], NULL, 0); in acpi_db_command_dispatch()
/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c246 ping_rate = strtoul(optarg, NULL, 0); in main()
267 flags = strtoul(optarg, NULL, 0); in main()
285 flags = strtoul(optarg, NULL, 0); in main()
/linux/arch/powerpc/boot/
H A 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/tools/gpio/
H A Dgpio-hammer.c140 loops = strtoul(optarg, NULL, 10); in main()
152 lines[i] = strtoul(optarg, NULL, 10); in main()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c1805 ovpn->peer_id = strtoul(peer_id, NULL, 10); in ovpn_parse_new_peer()
1816 int slot = strtoul(arg, NULL, 10); in ovpn_parse_key_slot()
2161 ovpn->lport = strtoul(argv[3], NULL, 10); in ovpn_parse_cmd_args()
2201 ovpn->lport = strtoul(argv[4], NULL, 10); in ovpn_parse_cmd_args()
2218 ovpn->lport = strtoul(argv[3], NULL, 10); in ovpn_parse_cmd_args()
2230 ovpn->peer_id = strtoul(argv[3], NULL, 10); in ovpn_parse_cmd_args()
2236 ovpn->keepalive_interval = strtoul(argv[4], NULL, 10); in ovpn_parse_cmd_args()
2243 ovpn->keepalive_timeout = strtoul(argv[5], NULL, 10); in ovpn_parse_cmd_args()
2254 ovpn->peer_id = strtoul(argv[3], NULL, 10); in ovpn_parse_cmd_args()
2263 ovpn->peer_id = strtoul(argv[3], NULL, 10); in ovpn_parse_cmd_args()
[all …]
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c175 fw_update_type = strtoul(argv[2], &endptr, 10); in main()
185 fw_timeout = strtoul(argv[4], &endptr, 10); in main()
/linux/tools/usb/usbip/libsrc/
H A 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/samples/bpf/
H A Dfds_example.c164 key = strtoul(optarg, NULL, 0); in main()
168 value = strtoul(optarg, NULL, 0); in main()
/linux/arch/sparc/boot/
H A Dpiggyback.c113 *start = strtoul(buffer, NULL, 16); in get_start_end()
115 *end = strtoul(buffer, NULL, 16); in get_start_end()
/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c151 ctx.cpu = strtoul(*argv, &endptr, 0); in do_event_pipe()
162 ctx.idx = strtoul(*argv, &endptr, 0); in do_event_pipe()
/linux/tools/testing/selftests/mm/
H A Dcompaction_test.c136 nr_hugepages_ul = strtoul(nr_hugepages, NULL, 10); in check_compaction()
196 *initial_nr_hugepages = strtoul(nr_hugepages, NULL, 10); in set_zero_hugepages()
/linux/tools/iio/
H A Diio_generic_buffer.c412 buf_len = strtoul(optarg, &dummy, 10); in main()
424 dev_num = strtoul(optarg, &dummy, 10); in main()
435 trig_num = strtoul(optarg, &dummy, 10); in main()
441 timedelay = strtoul(optarg, &dummy, 10); in main()
/linux/tools/testing/selftests/gpio/
H A Dgpio-line-name.c40 info.offset = strtoul(argv[2], &endp, 10); in main()
/linux/tools/perf/util/
H A Dpmu.l21 num = strtoul(text, NULL, base); in value()
/linux/arch/m68k/tools/amiga/
H A Ddmesg.c48 end = strtoul(argv[1], NULL, 0); in main()

123456