Searched refs:qemu_strtosz_MiB (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 170 int qemu_strtosz_MiB(const char *nptr, const char **end, uint64_t *result);
|
/openbmc/qemu/migration/ |
H A D | migration-hmp-cmds.c | 540 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 D | cutils.c | 373 int qemu_strtosz_MiB(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz_MiB() function
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 533 int ret = qemu_strtosz_MiB(mem_str, NULL, &object->u.node.mem); in parse_numa()
|
/openbmc/qemu/monitor/ |
H A D | hmp.c | 918 ret = qemu_strtosz_MiB(p, &end, &val); in monitor_parse_arguments()
|
/openbmc/qemu/tests/unit/ |
H A D | test-cutils.c | 3324 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()
|