Home
last modified time | relevance | path

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

12345678

/openbmc/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 Dtxtimestamp.c715 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()
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()
/openbmc/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()
/openbmc/phosphor-hwmon/
H A Dgpio_handle.cpp20 unsigned long chipId = std::strtoul(gpiochip.c_str(), &gpioEnd, 10); in BuildGpioHandle()
21 unsigned long lineOffset = std::strtoul(line.c_str(), &lineEnd, 10); in BuildGpioHandle()
/openbmc/phosphor-event/
H A Devent_messaged.cpp70 maxsize = strtoul(optarg, NULL, 10); in main()
73 maxlogs = strtoul(optarg, NULL, 10); in main()
/openbmc/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()
/openbmc/linux/tools/gpio/
H A Dgpio-event-mon.c182 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 Dgpio-hammer.c140 loops = strtoul(optarg, NULL, 10); in main()
152 lines[i] = strtoul(optarg, NULL, 10); in main()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dmbm_test.c77 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()
H A Dcmt_test.c56 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()
H A Dmba_test.c128 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()
H A Dcat_test.c72 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()
/openbmc/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()
/openbmc/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()
/openbmc/u-boot/tools/
H A Dkwbimage.c1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1371 el->nandpagesz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1382 el->binary.args[argi] = strtoul(value, NULL, 16); in image_create_config_parse_oneline()
1401 el->regdata.raddr = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1402 el->regdata.rdata = strtoul(value2, NULL, 16); in image_create_config_parse_oneline()
1405 el->baudrate = strtoul(value1, NULL, 10); in image_create_config_parse_oneline()
1408 el->debug = strtoul(value1, NULL, 10); in image_create_config_parse_oneline()
1420 el->jtag_delay = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()
1423 el->boxid = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()
1426 el->flashid = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()
[all …]
/openbmc/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()
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c352 sub = strtoul(tokens[1], NULL, 0); in parse_line()
377 bdesc->end = strtoul(end, NULL, 0); in parse_line()
383 bdesc->start = strtoul(start, NULL, 0); in parse_line()
636 user_index = strtoul(optarg, NULL, 0); in parse_options()
643 user_sub = strtoul(optarg, NULL, 0); in parse_options()
/openbmc/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()
/openbmc/linux/tools/perf/arch/s390/util/
H A Ddwarf-regs.c38 gpr = strtoul(name + 2, NULL, 10); in regs_query_register_offset()
/openbmc/u-boot/include/linux/
H A Dlibfdt_env.h28 #define strtoul(cp, endp, base) simple_strtoul(cp, endp, base) macro
/openbmc/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()
/openbmc/linux/samples/bpf/
H A Dfds_example.c164 key = strtoul(optarg, NULL, 0); in main()
168 value = strtoul(optarg, NULL, 0); in main()
/openbmc/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()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c150 ctx.cpu = strtoul(*argv, &endptr, 0); in do_event_pipe()
161 ctx.idx = strtoul(*argv, &endptr, 0); in do_event_pipe()

12345678