Home
last modified time | relevance | path

Searched refs:qemu_uuid_hash (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/unit/
H A Dtest-uuid.c182 uint32_t hash_a = qemu_uuid_hash(&uuid); in test_uuid_hash()
191 uint32_t hash_b = qemu_uuid_hash(&uuid); in test_uuid_hash()
/qemu/include/qemu/
H A Duuid.h100 uint32_t qemu_uuid_hash(const void *uuid);
/qemu/hw/display/
H A Dvirtio-dmabuf.c36 resource_uuids = g_hash_table_new_full(qemu_uuid_hash, in virtio_add_resource()
/qemu/util/
H A Duuid.c121 uint32_t qemu_uuid_hash(const void *uuid) in qemu_uuid_hash() function