/Linux-v4.19/arch/x86/tools/ |
D | insn_sanity.c | 150 insn_buf[i] = (unsigned char)strtoul(tmp, &tmp, 16); in read_next_insn() 202 seed = (unsigned int)strtoul(optarg, &tmp, 0); in parse_args() 205 iter_start = strtoul(optarg, &tmp, 0); in parse_args() 212 iter_end = strtoul(optarg, &tmp, 0); in parse_args()
|
/Linux-v4.19/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()
|
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 gpe_number = strtoul(gpe_arg, NULL, 0); in acpi_db_generate_gpe() 1041 block_number = strtoul(block_arg, NULL, 0); in acpi_db_generate_gpe()
|
/Linux-v4.19/tools/power/acpi/tools/ec/ |
D | ec_access.c | 81 read_byte_offset = strtoul(optarg, NULL, 16); in parse_opts() 87 write_byte_offset = strtoul(optarg, NULL, 16); in parse_opts() 90 write_value = strtoul(optarg, NULL, 16); in parse_opts()
|
/Linux-v4.19/samples/bpf/ |
D | xdp_redirect_user.c | 108 ifindex_in = strtoul(argv[optind], NULL, 0); in main() 109 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
|
D | xdp_redirect_map_user.c | 107 ifindex_in = strtoul(argv[optind], NULL, 0); in main() 108 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
|
D | fds_example.c | 157 key = strtoul(optarg, NULL, 0); in main() 161 value = strtoul(optarg, NULL, 0); in main()
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 125 ping_rate = strtoul(optarg, NULL, 0); in main() 131 flags = strtoul(optarg, NULL, 0); in main()
|
/Linux-v4.19/tools/gpio/ |
D | gpio-event-mon.c | 157 loops = strtoul(optarg, NULL, 10); in main() 163 line = strtoul(optarg, NULL, 10); in main()
|
D | gpio-hammer.c | 135 loops = strtoul(optarg, NULL, 10); in main() 141 lines[i] = strtoul(optarg, NULL, 10); in main()
|
/Linux-v4.19/drivers/staging/greybus/Documentation/firmware/ |
D | firmware.c | 221 fw_update_type = strtoul(argv[2], &endptr, 10); in main() 231 fw_timeout = strtoul(argv[4], &endptr, 10); in main()
|
/Linux-v4.19/tools/usb/usbip/libsrc/ |
D | names.c | 364 u = strtoul(cp, &cp, 16); in parse() 390 u = strtoul(cp, &cp, 16); in parse() 407 u = strtoul(buf+1, &cp, 16); in parse() 446 u = strtoul(buf+2, &cp, 16); in parse()
|
/Linux-v4.19/tools/perf/arch/s390/util/ |
D | dwarf-regs.c | 39 gpr = strtoul(name + 2, NULL, 10); in regs_query_register_offset()
|
/Linux-v4.19/arch/sparc/boot/ |
D | piggyback.c | 124 *start = strtoul(buffer, NULL, 16); in get_start_end() 126 *end = strtoul(buffer, NULL, 16); in get_start_end()
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 277 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts() 283 cfg_port = strtoul(optarg, NULL, 0); in parse_opts() 286 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts()
|
/Linux-v4.19/tools/iio/ |
D | iio_generic_buffer.c | 387 buf_len = strtoul(optarg, &dummy, 10); in main() 399 dev_num = strtoul(optarg, &dummy, 10); in main() 410 trig_num = strtoul(optarg, &dummy, 10); in main() 416 timedelay = strtoul(optarg, &dummy, 10); in main()
|
/Linux-v4.19/arch/m68k/tools/amiga/ |
D | dmesg.c | 48 end = strtoul(argv[1], NULL, 0); in main()
|
/Linux-v4.19/tools/perf/arch/arm64/util/ |
D | header.c | 50 midr = strtoul(buf, NULL, 16); in get_cpuid_str()
|
/Linux-v4.19/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 102 cpu = strtoul(argv[1], NULL, 0); in main()
|
D | powernow-k8-decode.c | 78 cpu = strtoul(argv[1], NULL, 0); in main()
|