| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench_rx.c | 309 cfg_connect_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts() 315 cfg_expected_pkt_len = strtoul(optarg, NULL, 0); in parse_opts() 318 cfg_expected_pkt_nr = strtoul(optarg, NULL, 0); in parse_opts() 321 cfg_port = strtoul(optarg, NULL, 0); in parse_opts() 327 cfg_rcv_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
|
| H A 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()
|
| H A D | udpgso_bench_tx.c | 453 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts() 459 cfg_msg_nr = strtoul(optarg, NULL, 10); in parse_opts() 462 cfg_port = strtoul(optarg, NULL, 0); in parse_opts() 468 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts() 471 cfg_gso_size = strtoul(optarg, NULL, 0); in parse_opts()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/ |
| H A D | v4l2subdev.c | 256 width = strtoul(p, &end, 10); in v4l2_subdev_parse_format() 263 height = strtoul(p, &end, 10); in v4l2_subdev_parse_format() 286 r->left = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle() 294 r->top = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle() 307 r->width = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle() 315 r->height = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle() 329 interval->numerator = strtoul(p, &end, 10); in v4l2_subdev_parse_frame_interval() 339 interval->denominator = strtoul(p, &end, 10); in v4l2_subdev_parse_frame_interval()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/gpio/ |
| H A D | gpio-event-mon.c | 179 loops = strtoul(optarg, NULL, 10); in main() 189 lines[num_lines] = strtoul(optarg, NULL, 10); in main() 193 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/watchdog/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwbimage.c | 1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1359 el->nandbadblklocation = 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() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 123 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results() 125 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
|
| H A D | cqm_test.c | 100 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results() 132 long_mask = strtoul(cbm_mask, NULL, 16); in cqm_resctrl_val()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/io/files/ |
| H A D | io.c | 154 req_len = strtoul(optarg, &endptr, 0); in main() 173 req_addr = strtoul(argv[optind], &endptr, 0); in main() 190 req_value = strtoul(argv[optind], &endptr, 0); in main()
|
| /OK3568_Linux_fs/external/rktoolkit/ |
| H A D | io.c | 154 req_len = strtoul(optarg, &endptr, 0); in main() 173 req_addr = strtoul(argv[optind], &endptr, 0); in main() 190 req_value = strtoul(argv[optind], &endptr, 0); in main()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 92 notify_l = strtoul(notify, NULL, 16); in lnxACPIGetEventFromOs() 100 data_l = strtoul(data, NULL, 16); in lnxACPIGetEventFromOs()
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 20 …strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strtoull strversc… 21 …strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strtoull strversc…
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/iio/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | fds_example.c | 162 key = strtoul(optarg, NULL, 0); in main() 166 value = strtoul(optarg, NULL, 0); in main()
|
| H A D | xdp_redirect_map_user.c | 145 ifindex_in = strtoul(argv[optind], NULL, 0); in main() 149 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
|
| /OK3568_Linux_fs/kernel/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()
|