Home
last modified time | relevance | path

Searched refs:parse_uint_full (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/util/
H A Dguest-random.c93 if (parse_uint_full(seedstr, 0, &seed)) { in qemu_guest_random_seed_main()
H A Dqemu-sockets.c257 if (parse_uint_full(port, 10, &baseport) < 0) { in inet_listen_saddr()
740 if (parse_uint_full(vaddr->cid, 10, &val) < 0 || in vsock_parse_vaddr_to_sockaddr()
747 if (parse_uint_full(vaddr->port, 10, &val) < 0 || in vsock_parse_vaddr_to_sockaddr()
H A Dcutils.c872 int parse_uint_full(const char *s, int base, uint64_t *value) in parse_uint_full() function
/openbmc/qemu/include/qemu/
H A Dcutils.h167 int parse_uint_full(const char *s, int base, uint64_t *value);
/openbmc/qemu/contrib/ivshmem-server/
H A Dmain.c115 if (parse_uint_full(optarg, 0, &v) < 0) { in ivshmem_server_parse_args()
/openbmc/qemu/qapi/
H A Dopts-visitor.c484 if (parse_uint_full(str, 0, &val2) == 0 && in opts_type_uint64()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c255 r = parse_uint_full(str, 0, &i); in test_parse_uint_full_trailing()
267 r = parse_uint_full(str, 0, &i); in test_parse_uint_full_correct()
280 r = parse_uint_full(str, 0, &i); in test_parse_uint_full_erange_junk()
292 r = parse_uint_full(str, 0, &i); in test_parse_uint_full_null()
/openbmc/qemu/block/
H A Dnfs.c123 if (parse_uint_full(qp->p[i].value, 0, &val)) { in nfs_parse_uri()
H A Dgluster.c448 if (parse_uint_full(server->value->u.inet.port, 10, &port) < 0 || in qemu_gluster_glfs_init()
/openbmc/qemu/
H A Dblockdev.c347 if (parse_uint_full(str, 10, &length) == 0 && in parse_stats_intervals()
/openbmc/qemu/ui/
H A Dvnc.c3793 if (parse_uint_full(port, 10, &baseport) < 0) { in vnc_display_get_address()