Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Ddbmethod.c84 address = strtoul(location, NULL, 16); in acpi_db_set_method_breakpoint()
156 value = strtoul(value_arg, NULL, 16); in acpi_db_set_method_data()
175 index = strtoul(index_arg, NULL, 16); in acpi_db_set_method_data()
273 num_statements = strtoul(statements, NULL, 0); in acpi_db_disassemble_aml()
Ddbnames.c223 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace()
288 owner_id = (acpi_owner_id) strtoul(owner_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
293 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
817 address = strtoul(object_arg, NULL, 16); in acpi_db_find_references()
Ddbinput.c872 strtoul(acpi_gbl_db_args[1], NULL, 16); in acpi_db_command_dispatch()
879 strtoul(acpi_gbl_db_args[1], NULL, 16); in acpi_db_command_dispatch()
914 temp = strtoul(acpi_gbl_db_args[2], NULL, 0); in acpi_db_command_dispatch()
Ddbcmds.c98 address = strtoul(in_string, NULL, 16); in acpi_db_convert_to_node()
165 sleep_state = (u8)strtoul(object_arg, NULL, 0); in acpi_db_sleep()
1070 gpe_number = strtoul(gpe_arg, NULL, 0); in acpi_db_generate_gpe()
1077 block_number = strtoul(block_arg, NULL, 0); in acpi_db_generate_gpe()
Ddbhistry.c194 cmd_num = strtoul(command_num_arg, NULL, 0); in acpi_db_get_from_history()
Ddbexec.c623 num_threads = strtoul(num_threads_arg, NULL, 0); in acpi_db_create_execution_threads()
624 num_loops = strtoul(num_loops_arg, NULL, 0); in acpi_db_create_execution_threads()
Devgpeinit.c380 gpe_number = strtoul(&name[2], NULL, 16); in acpi_ev_match_gpe_method()
Ddbdisply.c126 address = strtoul(target, NULL, 16); in acpi_db_get_pointer()
Ddbtest.c896 info.max_count = strtoul(count_arg, NULL, 0); in acpi_db_evaluate_all_predefined_names()
/linux-4.4.14/arch/x86/tools/
Dinsn_sanity.c150 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-4.4.14/tools/power/acpi/tools/ec/
Dec_access.c81 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-4.4.14/arch/powerpc/boot/
Dmktree.c64 bt.bb_dest = htonl(strtoul(argv[3], NULL, 0)); in main()
65 bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0)); in main()
/linux-4.4.14/samples/bpf/
Dfds_example.c152 key = strtoul(optarg, NULL, 0); in main()
156 value = strtoul(optarg, NULL, 0); in main()
/linux-4.4.14/tools/perf/util/
Dpmu.l14 num = strtoul(perf_pmu_text, NULL, base); in value()
Dutil.c396 time_sec = strtoul(str, &end, 10); in parse_nsec_time()
414 time_nsec = strtoul(nsec_buf, &end, 10); in parse_nsec_time()
436 value = strtoul(str, &endptr, 10); in parse_tag_value()
457 size = strtoul(str, &endptr, 0); in get_stack_size()
Dcpumap.c132 start_cpu = strtoul(cpu_list, &p, 0); in cpu_map__new()
140 end_cpu = strtoul(cpu_list, &p, 0); in cpu_map__new()
Dsrcline.c250 *line_nr = strtoul(sep, NULL, 0); in addr2line()
Dprobe-event.c1231 pp->abs_address = strtoul(pp->function, &tmp, 0); in parse_perf_probe_point()
1256 pp->line = strtoul(arg, &tmp, 0); in parse_perf_probe_point()
1264 pp->offset = strtoul(arg, &tmp, 0); in parse_perf_probe_point()
1578 tp->address = strtoul(fmt1_str, NULL, 0); in parse_probe_trace_command()
1590 tp->offset = strtoul(fmt2_str, NULL, 10); in parse_probe_trace_command()
Dauxtrace.c1042 val = strtoul(p, &endptr, 10); in itrace_parse_synth_opts()
1058 val = strtoul(p, &endptr, 10); in itrace_parse_synth_opts()
Dcallchain.c137 callchain_param.print_limit = strtoul(tok, &endptr, 0); in __parse_callchain_report_opt()
Dheader.c1117 c = strtoul(str, &tmp, 0); in print_numa_topology()
1179 type = strtoul(str, &tmp, 0); in print_pmu_mappings()
Devlist.c1066 pages = strtoul(str, &eptr, 10); in parse_pages_arg()
/linux-4.4.14/arch/sparc/boot/
Dpiggyback.c124 *start = strtoul(buffer, NULL, 16); in get_start_end()
126 *end = strtoul(buffer, NULL, 16); in get_start_end()
/linux-4.4.14/tools/usb/usbip/libsrc/
Dnames.c364 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-4.4.14/tools/iio/
Dgeneric_buffer.c236 num_loops = strtoul(optarg, &dummy, 10); in main()
249 buf_len = strtoul(optarg, &dummy, 10); in main()
263 timedelay = strtoul(optarg, &dummy, 10); in main()
/linux-4.4.14/arch/m68k/tools/amiga/
Ddmesg.c48 end = strtoul(argv[1], NULL, 0); in main()
/linux-4.4.14/tools/power/cpupower/debug/i386/
Dpowernow-k8-decode.c78 cpu = strtoul(argv[1], NULL, 0); in main()
Dcentrino-decode.c102 cpu = strtoul(argv[1], NULL, 0); in main()
/linux-4.4.14/include/acpi/platform/
Daclinux.h126 #define strtoul simple_strtoul macro
/linux-4.4.14/Documentation/watchdog/src/
Dwatchdog-test.c74 ping_rate = strtoul(argv[2], NULL, 0); in main()
/linux-4.4.14/tools/net/
Dbpf_exp.l115 yylval.number = strtoul(yytext, NULL, 16);
Dbpf_jit_disasm.c207 image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16); in get_last_jit_image()
Dbpf_dbg.c1132 which = strtoul(num, NULL, 10); in cmd_select()
1161 unsigned int where = strtoul(subcmd, NULL, 10); in cmd_breakpoint()
1217 (line = strtoul(line_string, NULL, 10)) < bpf_prog_len) in cmd_disassemble()
/linux-4.4.14/arch/um/drivers/
Dfd.c34 n = strtoul(str, &end, 0); in fd_init()
Dport_user.c37 port = strtoul(str, &end, 0); in port_init()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.c237 current = strtoul(buf, &end, 10); in require_paranoia_below()
/linux-4.4.14/Documentation/networking/timestamping/
Dtxtimestamp.c442 cfg_payload_len = strtoul(optarg, NULL, 10); in parse_opt()
445 dest_port = strtoul(optarg, NULL, 10); in parse_opt()
/linux-4.4.14/tools/virtio/virtio-trace/
Dtrace-agent.c77 value = strtoul(arg, &ptr, 10); in parse_size()
/linux-4.4.14/tools/perf/tests/
Dbuiltin-test.c191 long nr = strtoul(argv[i], &end, 10); in perf_test__matches()
/linux-4.4.14/tools/usb/usbip/
Dconfigure.ac45 strtoul])
/linux-4.4.14/tools/usb/usbip/src/
Dusbip_network.c42 unsigned long int port = strtoul(arg, &end, 10); in usbip_setup_port_number()
/linux-4.4.14/tools/power/cpupower/utils/
Dcpufreq-set.c131 freq = strtoul(normalized, &end, 10); in string_to_frequency()
/linux-4.4.14/arch/um/os-Linux/
Dumid.c169 p = strtoul(pid, &end, 0); in is_umdir_used()
/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c299 sym = strtoul(p + 11 + sizeof(#sym), NULL, 16); \
/linux-4.4.14/tools/usb/
Dtestusb.c369 val = strtoul(str, &end, 0); in parse_num()
/linux-4.4.14/tools/vm/
Dslabinfo.c185 result = strtoul(buffer, &p, 10); in get_obj_and_str()
276 node = strtoul(t, &t, 10); in decode_numa_list()
279 nr = strtoul(t, &t, 10); in decode_numa_list()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l255 yylval.value = strtoul(yytext + 2, NULL, 16);
/linux-4.4.14/Documentation/x86/
Dmtrr.txt296 sentry.base = strtoul (argv[1], NULL, 0);
297 sentry.size = strtoul (argv[2], NULL, 0);
/linux-4.4.14/tools/power/cpupower/lib/
Dsysfs.c131 value = strtoul(linebuf, &endp, 0); in sysfs_cpufreq_get_one_value()
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c1302 id = strtoul(token, NULL, 0); in event_read_id()
1472 field->arraylen = strtoul(token, NULL, 0); in event_read_fields()
1496 field->arraylen = strtoul(token, NULL, 0); in event_read_fields()
1574 field->offset = strtoul(token, NULL, 0); in event_read_fields()
1588 field->size = strtoul(token, NULL, 0); in event_read_fields()
1608 if (strtoul(token, NULL, 0)) in event_read_fields()
/linux-4.4.14/drivers/acpi/
Dsysfs.c683 all_counters[index].count = strtoul(buf, NULL, 0); in counter_set()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c321 tmp = strtoul(buf, NULL, 10); in prompt_integer()
Dbuiltin-kmem.c1776 lines = strtoul(arg, NULL, 10); in parse_line_opt()
Dbuiltin-timechart.c1882 unsigned long duration = strtoul(arg, NULL, 0); in parse_highlight()
/linux-4.4.14/scripts/
Dasn1_compiler.c909 element->tag |= strtoul(cursor->content, &p, 10); in parse_type()
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db44 API-simple-strtoul
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt480 *data=strtoul(buf, NULL, 16);
/linux-4.4.14/scripts/mod/
Dmodpost.c2320 crc = strtoul(line, &d, 16); in read_dump()