| /linux-6.15/tools/testing/rbtree/ |
| H A D | interval_tree_test.c | 38 nnodes = strtoul(optarg, NULL, 0); in main() 40 perf_loops = strtoul(optarg, NULL, 0); in main() 42 nsearches = strtoul(optarg, NULL, 0); in main() 44 search_loops = strtoul(optarg, NULL, 0); in main() 48 max_endpoint = strtoul(optarg, NULL, 0); in main() 50 seed = strtoul(optarg, NULL, 0); in main()
|
| H A D | rbtree_test.c | 35 nnodes = strtoul(optarg, NULL, 0); in main() 37 perf_loops = strtoul(optarg, NULL, 0); in main() 39 check_loops = strtoul(optarg, NULL, 0); in main() 41 seed = strtoul(optarg, NULL, 0); in main()
|
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_qmap.c | 75 skel->bss->test_error_cnt = strtoul(optarg, NULL, 0); in main() 78 skel->rodata->stall_user_nth = strtoul(optarg, NULL, 0); in main() 81 skel->rodata->stall_kernel_nth = strtoul(optarg, NULL, 0); in main() 84 skel->rodata->dsp_inf_loop_after = strtoul(optarg, NULL, 0); in main() 87 skel->rodata->dsp_batch = strtoul(optarg, NULL, 0); in main() 101 skel->struct_ops.qmap_ops->exit_dump_len = strtoul(optarg, NULL, 0); in main()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A 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()
|
| H A D | io_uring_zerocopy_tx.c | 260 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 D | txtimestamp.c | 738 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 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.15/arch/x86/tools/ |
| H A 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.15/tools/counter/ |
| H A D | counter_watch_events.c | 219 dev_num = strtoul(optarg, NULL, 10); in main() 296 watches[i].channel = strtoul(value, NULL, 10); in main() 309 watches[i].component.id = strtoul(value, NULL, 10); in main() 322 watches[i].component.parent = strtoul(value, NULL, 10); in main()
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | iou-zcrx.c | 402 cfg_port = strtoul(optarg, NULL, 0); in parse_opts() 405 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts() 411 cfg_queue_id = strtoul(optarg, NULL, 0); in parse_opts() 415 cfg_oneshot_recvs = strtoul(optarg, NULL, 0); in parse_opts() 419 cfg_send_size = strtoul(optarg, NULL, 0); in parse_opts()
|
| /linux-6.15/tools/power/acpi/tools/ec/ |
| H A 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.15/tools/gpio/ |
| H A 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()
|
| H A D | gpio-hammer.c | 140 loops = strtoul(optarg, NULL, 10); in main() 152 lines[i] = strtoul(optarg, NULL, 10); in main()
|
| /linux-6.15/tools/arch/x86/kcpuid/ |
| H A D | kcpuid.c | 351 subleaf_end = strtoul(end, NULL, 0); in parse_line() 355 subleaf_start = strtoul(start, NULL, 0); in parse_line() 382 bit_end = strtoul(end, NULL, 0); in parse_line() 383 bit_start = (start) ? strtoul(start, NULL, 0) : bit_end; in parse_line() 645 user_index = strtoul(optarg, NULL, 0); in parse_options() 652 user_sub = strtoul(optarg, NULL, 0); in parse_options()
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A 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()
|
| H A 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.15/arch/powerpc/boot/ |
| H A 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.15/tools/testing/selftests/watchdog/ |
| H A 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.15/drivers/staging/greybus/Documentation/firmware/ |
| H A 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.15/tools/testing/selftests/resctrl/ |
| H A D | mbm_test.c | 74 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()
|
| H A D | mba_test.c | 154 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results() 156 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
|
| /linux-6.15/tools/usb/usbip/libsrc/ |
| H A 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.15/arch/sparc/boot/ |
| H A 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.15/samples/bpf/ |
| H A D | fds_example.c | 164 key = strtoul(optarg, NULL, 0); in main() 168 value = strtoul(optarg, NULL, 0); in main()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A 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()
|