/linux-6.6.21/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 307 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()
|
D | txtimestamp.c | 715 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()
|
D | udpgso_bench_tx.c | 470 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-6.6.21/arch/x86/tools/ |
D | insn_sanity.c | 133 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-6.6.21/tools/gpio/ |
D | gpio-event-mon.c | 182 loops = strtoul(optarg, NULL, 10); in main() 192 lines[num_lines] = strtoul(optarg, NULL, 10); in main() 196 debounce_period_us = strtoul(optarg, NULL, 10); in main()
|
D | gpio-hammer.c | 140 loops = strtoul(optarg, NULL, 10); in main() 152 lines[i] = strtoul(optarg, NULL, 10); in main()
|
/linux-6.6.21/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-6.6.21/drivers/acpi/acpica/ |
D | dbmethod.c | 56 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()
|
D | dbcmds.c | 62 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()
|
/linux-6.6.21/tools/testing/selftests/resctrl/ |
D | mbm_test.c | 77 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results() 78 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
|
D | cmt_test.c | 56 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results() 87 long_mask = strtoul(cbm_mask, NULL, 16); in cmt_resctrl_val()
|
D | mba_test.c | 128 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()
|
D | cat_test.c | 72 sum_llc_perf_miss += strtoul(token_array[3], NULL, 0); in check_results() 106 long_mask = strtoul(cbm_mask, NULL, 16); in cat_perf_miss_val()
|
/linux-6.6.21/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-6.6.21/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 246 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-6.6.21/tools/arch/x86/kcpuid/ |
D | kcpuid.c | 354 sub = strtoul(tokens[1], NULL, 0); in parse_line() 379 bdesc->end = strtoul(end, NULL, 0); in parse_line() 385 bdesc->start = strtoul(start, NULL, 0); in parse_line() 638 user_index = strtoul(optarg, NULL, 0); in parse_options() 645 user_sub = strtoul(optarg, NULL, 0); in parse_options()
|
/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/samples/bpf/ |
D | fds_example.c | 164 key = strtoul(optarg, NULL, 0); in main() 168 value = strtoul(optarg, NULL, 0); in main()
|
/linux-6.6.21/tools/perf/arch/s390/util/ |
D | dwarf-regs.c | 38 gpr = strtoul(name + 2, NULL, 10); in regs_query_register_offset()
|
/linux-6.6.21/tools/bpf/bpftool/ |
D | map_perf_ring.c | 150 ctx.cpu = strtoul(*argv, &endptr, 0); in do_event_pipe() 161 ctx.idx = strtoul(*argv, &endptr, 0); in do_event_pipe()
|
/linux-6.6.21/tools/testing/selftests/gpio/ |
D | gpio-line-name.c | 40 info.offset = strtoul(argv[2], &endp, 10); in main()
|
/linux-6.6.21/tools/iio/ |
D | iio_generic_buffer.c | 412 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-6.6.21/tools/perf/util/ |
D | pmu.l | 21 num = strtoul(text, NULL, base); in value()
|