Lines Matching full:uuid
4737 int qemu_uuid_parse(const char *str, uint8_t *uuid)
4744 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3],
4745 &uuid[4], &uuid[5], &uuid[6], &uuid[7], &uuid[8], &uuid[9],
4746 &uuid[10], &uuid[11], &uuid[12], &uuid[13], &uuid[14], &uuid[15]);
4752 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), 16, uuid);
5568 fprintf(stderr, "Fail to parse UUID string."