Home
last modified time | relevance | path

Searched refs:qemu_strtosz_MiB (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dcutils.h170 int qemu_strtosz_MiB(const char *nptr, const char **end, uint64_t *result);
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c540 ret = qemu_strtosz_MiB(valuestr, NULL, &valuebw); in hmp_migrate_set_parameter()
550 ret = qemu_strtosz_MiB(valuestr, NULL, &valuebw); in hmp_migrate_set_parameter()
/openbmc/qemu/util/
H A Dcutils.c373 int qemu_strtosz_MiB(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz_MiB() function
/openbmc/qemu/hw/core/
H A Dnuma.c533 int ret = qemu_strtosz_MiB(mem_str, NULL, &object->u.node.mem); in parse_numa()
/openbmc/qemu/monitor/
H A Dhmp.c918 ret = qemu_strtosz_MiB(p, &end, &val); in monitor_parse_arguments()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c3324 do_strtosz_full(str, qemu_strtosz_MiB, exp_ret, exp_val, exp_offset, in do_strtosz_MiB()
3490 do_strtosz_full("123xxx", qemu_strtosz_MiB, 0, 123 * MiB, 3, -EINVAL, 0); in test_qemu_strtosz_trailing()
3491 do_strtosz_full("1.5.k", qemu_strtosz_MiB, 0, 1.5 * MiB, 3, -EINVAL, 0); in test_qemu_strtosz_trailing()