Home | History | Annotate | Download | only in qemu

Lines Matching refs:uuid

654 int qemu_uuid_parse(const char *str, uint8_t *uuid)
662 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3],
663 &uuid[4], &uuid[5], &uuid[6], &uuid[7], &uuid[8], &uuid[9],
664 &uuid[10], &uuid[11], &uuid[12], &uuid[13], &uuid[14],
665 &uuid[15]);
671 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), 16, uuid);