/Linux-v5.4/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 308 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()
|
D | udpgso_bench_tx.c | 451 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/ |
D | insn_sanity.c | 137 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/ |
D | dbmethod.c | 54 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()
|
D | dbnames.c | 187 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()
|
D | dbinput.c | 864 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/ |
D | ec_access.c | 80 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/ |
D | watchdog-test.c | 169 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/ |
D | mktree.c | 65 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/ |
D | gpio-event-mon.c | 154 loops = strtoul(optarg, NULL, 10); in main() 160 line = strtoul(optarg, NULL, 10); in main()
|
D | gpio-hammer.c | 132 loops = strtoul(optarg, NULL, 10); in main() 138 lines[i] = strtoul(optarg, NULL, 10); in main()
|
/Linux-v5.4/drivers/staging/greybus/Documentation/firmware/ |
D | firmware.c | 175 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/ |
D | fds_example.c | 161 key = strtoul(optarg, NULL, 0); in main() 165 value = strtoul(optarg, NULL, 0); in main()
|
D | xdp_redirect_map_user.c | 142 ifindex_in = strtoul(argv[optind], NULL, 0); in main() 146 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
|
D | xdp_redirect_user.c | 143 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/ |
D | names.c | 346 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/ |
D | piggyback.c | 113 *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/ |
D | dwarf-regs.c | 39 gpr = strtoul(name + 2, NULL, 10); in regs_query_register_offset()
|
/Linux-v5.4/tools/perf/util/ |
D | pmu.l | 14 num = strtoul(perf_pmu_text, NULL, base); in value()
|
D | units.c | 21 value = strtoul(str, &endptr, 10); in parse_tag_value()
|
/Linux-v5.4/tools/iio/ |
D | iio_generic_buffer.c | 383 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/ |
D | txtimestamp.c | 584 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/ |
D | map_perf_ring.c | 158 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/ |
D | cpumap.c | 179 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/ |
D | dmesg.c | 48 end = strtoul(argv[1], NULL, 0); in main()
|