Searched refs:parse_uint_full (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/util/ |
H A D | guest-random.c | 93 if (parse_uint_full(seedstr, 0, &seed)) { in qemu_guest_random_seed_main()
|
H A D | qemu-sockets.c | 257 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 D | cutils.c | 872 int parse_uint_full(const char *s, int base, uint64_t *value) in parse_uint_full() function
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 167 int parse_uint_full(const char *s, int base, uint64_t *value);
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | main.c | 115 if (parse_uint_full(optarg, 0, &v) < 0) { in ivshmem_server_parse_args()
|
/openbmc/qemu/qapi/ |
H A D | opts-visitor.c | 484 if (parse_uint_full(str, 0, &val2) == 0 && in opts_type_uint64()
|
/openbmc/qemu/tests/unit/ |
H A D | test-cutils.c | 255 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 D | nfs.c | 126 if (parse_uint_full(qp_value, 0, &val)) { in nfs_parse_uri()
|
H A D | gluster.c | 444 if (parse_uint_full(server->value->u.inet.port, 10, &port) < 0 || in qemu_gluster_glfs_init()
|
/openbmc/qemu/ |
H A D | blockdev.c | 347 if (parse_uint_full(str, 10, &length) == 0 && in parse_stats_intervals()
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 3793 if (parse_uint_full(port, 10, &baseport) < 0) { in vnc_display_get_address()
|