/openbmc/qemu/util/ |
H A D | selfmap.c | 37 errors |= qemu_strtou64(fields[0], &p, 16, &start); in read_self_maps() 38 errors |= qemu_strtou64(p + 1, NULL, 16, &end); in read_self_maps() 39 errors |= qemu_strtou64(fields[2], NULL, 16, &offset); in read_self_maps() 42 errors |= qemu_strtou64(fields[4], NULL, 10, &inode); in read_self_maps()
|
H A D | log.c | 419 if (qemu_strtou64(r, &e, 0, &r1val) in qemu_set_dfilter_ranges() 425 if (qemu_strtou64(r2, NULL, 0, &r2val)) { in qemu_set_dfilter_ranges()
|
H A D | cutils.c | 240 retval = qemu_strtou64(nptr, &endptr, 16, &val); in do_strtosz() 675 int qemu_strtou64(const char *nptr, const char **endptr, int base, in qemu_strtou64() function
|
H A D | qemu-option.c | 97 err = qemu_strtou64(value, NULL, 0, &number); in parse_option_number()
|
/openbmc/qemu/system/ |
H A D | qtest.c | 510 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command() 512 ret = qemu_strtou64(words[2], NULL, 0, &value); in qtest_process_command() 546 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command() 578 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command() 580 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command() 602 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command() 604 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command() 623 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command() 625 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command() 656 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-cutils.c | 2411 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_correct() 2425 err = qemu_strtou64(NULL, &endptr, 0, &res); in test_qemu_strtou64_null() 2440 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_empty() 2455 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_whitespace() 2470 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_invalid() 2485 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_trailing() 2500 err = qemu_strtou64(str, &endptr, 8, &res); in test_qemu_strtou64_octal() 2508 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_octal() 2523 err = qemu_strtou64(str, &endptr, 10, &res); in test_qemu_strtou64_decimal() 2532 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_decimal() [all …]
|
/openbmc/qemu/qapi/ |
H A D | string-input-visitor.c | 230 if (qemu_strtou64(siv->unparsed_string, &endptr, 0, &start)) { in try_parse_uint64_list_entry() 244 if (qemu_strtou64(endptr + 1, &endptr, 0, &end)) { in try_parse_uint64_list_entry() 281 if (qemu_strtou64(siv->string, NULL, 0, &val)) { in parse_type_uint64()
|
H A D | qobject-input-visitor.c | 476 if (qemu_strtou64(str, NULL, 0, obj) < 0) { in qobject_input_type_uint64_keyval()
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 161 int qemu_strtou64(const char *nptr, const char **endptr, int base,
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 560 rc = qemu_strtou64(words[3], NULL, 0, &args); in spapr_qtest_callback() 564 rc = qemu_strtou64(words[5], NULL, 0, &ret); in spapr_qtest_callback()
|
/openbmc/qemu/ui/ |
H A D | ui-qmp-cmds.c | 84 if (qemu_strtou64(numstr, NULL, 10, &num) < 0) { in qmp_expire_password()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 767 ret = qemu_strtou64(str, &endptr, 16, &lob); in set_reserved_region() 777 ret = qemu_strtou64(endptr + 1, &endptr, 16, &upb); in set_reserved_region()
|
/openbmc/qemu/qobject/ |
H A D | json-parser.c | 515 ret = qemu_strtou64(token->str, NULL, 10, &uvalue); in parse_literal()
|
/openbmc/qemu/ |
H A D | qemu-nbd.c | 698 if (qemu_strtou64(optarg, NULL, 0, &dev_offset) < 0) { in main()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mem.c | 113 !qemu_strtou64(content, &endptr, 0, &tmp) && in virtio_mem_thp_size()
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 900 if (qemu_strtou64(curr_data, &curr_data, 16, in cmd_parse_params()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 1134 ret = qemu_strtou64(args[1], NULL, 0, &value); in qtest_read()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 1767 if (qemu_strtou64(lines[i] + strlen(prefix), NULL, 16, in vmcoreinfo_update_phys_base()
|