Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-edid.c67 if (qemu_strtoui(optarg, NULL, 10, &info.prefx) < 0) { in main()
73 if (qemu_strtoui(optarg, NULL, 10, &info.prefy) < 0) { in main()
79 if (qemu_strtoui(optarg, NULL, 10, &info.maxx) < 0) { in main()
85 if (qemu_strtoui(optarg, NULL, 10, &info.maxy) < 0) { in main()
91 if (qemu_strtoui(optarg, NULL, 10, &dpi) < 0) { in main()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c750 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_correct()
764 err = qemu_strtoui(NULL, &endptr, 0, &res); in test_qemu_strtoui_null()
779 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_empty()
794 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_whitespace()
809 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_invalid()
824 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_trailing()
839 err = qemu_strtoui(str, &endptr, 8, &res); in test_qemu_strtoui_octal()
847 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_octal()
862 err = qemu_strtoui(str, &endptr, 10, &res); in test_qemu_strtoui_decimal()
871 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_decimal()
[all …]
/openbmc/qemu/util/
H A Dselfmap.c40 errors |= qemu_strtoui(fields[3], &p, 16, &dev_maj); in read_self_maps()
41 errors |= qemu_strtoui(p + 1, NULL, 16, &dev_min); in read_self_maps()
H A Dmmap-alloc.c126 !qemu_strtoui(content, &endptr, 0, &tmp) && in map_noreserve_effective()
H A Dcutils.c504 int qemu_strtoui(const char *nptr, const char **endptr, int base, in qemu_strtoui() function
/openbmc/qemu/include/qemu/
H A Dcutils.h153 int qemu_strtoui(const char *nptr, const char **endptr, int base,
/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c197 if (qemu_strtoui(error_name, NULL, 0, &num) < 0) { in hmp_pcie_aer_inject_error()
/openbmc/qemu/hw/nvme/
H A Dns.c449 if (qemu_strtoui(token, &endptr, 0, &n) < 0) { in nvme_ns_init_fdp()
461 if (qemu_strtoui(token, NULL, 0, &m) < 0) { in nvme_ns_init_fdp()
/openbmc/qemu/bsd-user/
H A Dmain.c366 if (qemu_strtoui(r, NULL, 10, &size) || size != want) { in main()
/openbmc/qemu/gdbstub/
H A Duser.c827 if (qemu_strtoui(p, &p, 16, &num) || (*p && *p != ';')) { in gdb_handle_set_catch_syscalls()
/openbmc/qemu/linux-user/
H A Dmain.c343 if (qemu_strtoui(arg, NULL, 10, &size) || size != want) { in handle_arg_pagesize()
/openbmc/qemu/tests/fp/
H A Dfp-test.c852 if (qemu_strtoui(optarg, NULL, 0, &n_max_errors)) { in parse_args()
/openbmc/qemu/hw/char/
H A Descc.c915 if (!qemu_strtoui(kbd_layout, NULL, 0, &tmp)) { in sunkbd_layout_dip_switch()
/openbmc/qemu/hw/block/
H A Dxen-block.c119 if (qemu_strtoui(existing_frontends[i], NULL, 10, &vdev_nr)) { in xen_block_find_free_vdev()
/openbmc/qemu/hw/i386/
H A Dx86-common.c823 ret = qemu_strtoui(vmode, &end, 0, &video_mode); in x86_load_linux()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c789 ret = qemu_strtoui(endptr + 1, &endptr, 10, &rr->type); in set_reserved_region()
/openbmc/qemu/block/
H A Dssh.c668 if (qemu_strtoui(s->inet->port, NULL, 10, &port) < 0) { in connect_to_ssh()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c723 if (qemu_strtoui(offset_str, NULL, 10, &offset) < 0) { in xs_directory_part()