/external/qemu/ |
monitor.c | 349 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[9] [all...] |
sysemu.h | 25 extern uint8_t qemu_uuid[];
|
vl-android.c | 331 uint8_t qemu_uuid[16]; variable [all...] |
vl.c | 262 uint8_t qemu_uuid[16]; variable [all...] |
/external/qemu/hw/ |
fw_cfg.c | 279 fw_cfg_add_bytes(s, FW_CFG_UUID, qemu_uuid, 16);
|
smbios.c | 154 if (qemu_uuid_parse(buf, qemu_uuid) != 0) {
|