Home
last modified time | relevance | path

Searched refs:qemu_strtou64 (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/util/
H A Dselfmap.c37 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 Dlog.c419 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 Dcutils.c240 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 Dqemu-option.c97 err = qemu_strtou64(value, NULL, 0, &number); in parse_option_number()
/openbmc/qemu/system/
H A Dqtest.c541 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command()
577 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command()
609 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command()
611 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command()
637 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command()
639 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command()
658 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command()
660 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command()
691 ret = qemu_strtou64(words[1], NULL, 0, &addr); in qtest_process_command()
693 ret = qemu_strtou64(words[2], NULL, 0, &len); in qtest_process_command()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c2411 err = qemu_strtou64(str, &endptr, 0, &res); in test_qemu_strtou64_correct()
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()
2703 err = qemu_strtou64(str, NULL, 0, &res); in test_qemu_strtou64_full_correct()
2714 err = qemu_strtou64(NULL, NULL, 0, &res); in test_qemu_strtou64_full_null()
2726 err = qemu_strtou64(str, NULL, 0, &res); in test_qemu_strtou64_full_empty()
2738 err = qemu_strtou64(str, NULL, 0, &res); in test_qemu_strtou64_full_negative()
2750 err = qemu_strtou64(str, NULL, 0, &res); in test_qemu_strtou64_full_negzero()
2762 err = qemu_strtou64(str, NULL, 0, &res); in test_qemu_strtou64_full_trailing()
2774 err = qemu_strtou64(str, NULL, 0, &res); in test_qemu_strtou64_full_max()
[all …]
/openbmc/qemu/qapi/
H A Dstring-input-visitor.c230 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 Dqobject-input-visitor.c476 if (qemu_strtou64(str, NULL, 0, obj) < 0) { in qobject_input_type_uint64_keyval()
/openbmc/qemu/include/qemu/
H A Dcutils.h161 int qemu_strtou64(const char *nptr, const char **endptr, int base,
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c560 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 Dui-qmp-cmds.c84 if (qemu_strtou64(numstr, NULL, 10, &num) < 0) { in qmp_expire_password()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c728 ret = qemu_strtou64(str, &endptr, 16, &lob); in set_reserved_region()
738 ret = qemu_strtou64(endptr + 1, &endptr, 16, &upb); in set_reserved_region()
/openbmc/qemu/qobject/
H A Djson-parser.c515 ret = qemu_strtou64(token->str, NULL, 10, &uvalue); in parse_literal()
/openbmc/qemu/
H A Dqemu-nbd.c694 if (qemu_strtou64(optarg, NULL, 0, &dev_offset) < 0) { in main()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c851 if (qemu_strtou64(curr_data, &curr_data, 16, in cmd_parse_params()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1131 ret = qemu_strtou64(args[1], NULL, 0, &value); in qtest_read()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c106 !qemu_strtou64(content, &endptr, 0, &tmp) && in virtio_mem_thp_size()
/openbmc/qemu/dump/
H A Ddump.c1763 if (qemu_strtou64(lines[i] + strlen(prefix), NULL, 16, in vmcoreinfo_update_phys_base()