Searched refs:qemu_uuid (Results 1 - 6 of 6) sorted by relevance

/external/qemu/
H A Dmonitor.c349 monitor_printf(mon, UUID_FMT "\n", qemu_uuid[0], qemu_uuid[1],
350 qemu_uuid[2], qemu_uuid[3], qemu_uuid[4], qemu_uuid[5],
351 qemu_uuid[6], qemu_uuid[7], qemu_uuid[8], qemu_uuid[
[all...]
H A Dsysemu.h25 extern uint8_t qemu_uuid[];
H A Dvl-android.c331 uint8_t qemu_uuid[16]; variable
3135 if(qemu_uuid_parse(optarg, qemu_uuid) < 0) {
H A Dvl.c262 uint8_t qemu_uuid[16]; variable
2663 if(qemu_uuid_parse(optarg, qemu_uuid) < 0) {
/external/qemu/hw/
H A Dfw_cfg.c279 fw_cfg_add_bytes(s, FW_CFG_UUID, qemu_uuid, 16);
H A Dsmbios.c154 if (qemu_uuid_parse(buf, qemu_uuid) != 0) {

Completed in 178 milliseconds