Home
last modified time | relevance | path

Searched refs:UUID_FMT (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dsysemu.h27 #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx%02hh… macro
Darch_init.c662 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3], in qemu_uuid_parse()
Dmonitor.c349 monitor_printf(mon, UUID_FMT "\n", qemu_uuid[0], qemu_uuid[1], in do_info_uuid()