/openbmc/qemu/ |
H A D | qemu-edid.c | 67 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 D | test-cutils.c | 750 err = qemu_strtoui(str, &endptr, 0, &res); in test_qemu_strtoui_correct() 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() 1091 err = qemu_strtoui(str, NULL, 0, &res); in test_qemu_strtoui_full_correct() 1102 err = qemu_strtoui(NULL, NULL, 0, &res); in test_qemu_strtoui_full_null() 1114 err = qemu_strtoui(str, NULL, 0, &res); in test_qemu_strtoui_full_empty() 1126 err = qemu_strtoui(str, NULL, 0, &res); in test_qemu_strtoui_full_negative() 1137 err = qemu_strtoui(str, NULL, 0, &res); in test_qemu_strtoui_full_negzero() 1148 err = qemu_strtoui(str, NULL, 0, &res); in test_qemu_strtoui_full_trailing() 1160 err = qemu_strtoui(str, NULL, 0, &res); in test_qemu_strtoui_full_max() [all …]
|
/openbmc/qemu/util/ |
H A D | selfmap.c | 40 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 D | mmap-alloc.c | 126 !qemu_strtoui(content, &endptr, 0, &tmp) && in map_noreserve_effective()
|
H A D | cutils.c | 504 int qemu_strtoui(const char *nptr, const char **endptr, int base, in qemu_strtoui() function
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 153 int qemu_strtoui(const char *nptr, const char **endptr, int base,
|
/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 187 if (qemu_strtoui(error_name, NULL, 0, &num) < 0) { in hmp_pcie_aer_inject_error()
|
/openbmc/qemu/bsd-user/ |
H A D | main.c | 364 if (qemu_strtoui(r, NULL, 10, &size) || size != want) { in main()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 443 if (qemu_strtoui(token, &endptr, 0, &n) < 0) { in nvme_ns_init_fdp() 455 if (qemu_strtoui(token, NULL, 0, &m) < 0) { in nvme_ns_init_fdp()
|
/openbmc/qemu/gdbstub/ |
H A D | user.c | 827 if (qemu_strtoui(p, &p, 16, &num) || (*p && *p != ';')) { in gdb_handle_set_catch_syscalls()
|
/openbmc/qemu/linux-user/ |
H A D | main.c | 343 if (qemu_strtoui(arg, NULL, 10, &size) || size != want) { in handle_arg_pagesize()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-test.c | 852 if (qemu_strtoui(optarg, NULL, 0, &n_max_errors)) { in parse_args()
|
/openbmc/qemu/hw/char/ |
H A D | escc.c | 914 if (!qemu_strtoui(kbd_layout, NULL, 0, &tmp)) { in sunkbd_layout_dip_switch()
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 119 if (qemu_strtoui(existing_frontends[i], NULL, 10, &vdev_nr)) { in xen_block_find_free_vdev()
|
/openbmc/qemu/hw/i386/ |
H A D | x86-common.c | 821 ret = qemu_strtoui(vmode, &end, 0, &video_mode); in x86_load_linux()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 767 ret = qemu_strtoui(endptr + 1, &endptr, 10, &rr->type); in set_reserved_region()
|
/openbmc/qemu/block/ |
H A D | ssh.c | 667 if (qemu_strtoui(s->inet->port, NULL, 10, &port) < 0) { in connect_to_ssh()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 723 if (qemu_strtoui(offset_str, NULL, 10, &offset) < 0) { in xs_directory_part()
|