Lines Matching refs:uuid
24 if (libxl_uuid_is_nil(&vtpm->uuid)) { in libxl__device_vtpm_setdefault()
25 libxl_uuid_generate(&vtpm->uuid); in libxl__device_vtpm_setdefault()
49 libxl_uuid_copy(CTX, &dst->uuid, &src->uuid); in libxl__update_config_vtpm()
62 LIBXL_UUID_BYTES(vtpm->uuid))); in libxl__set_xenstore_vtpm()
83 char *uuid; in libxl__vtpm_from_xenstore() local
95 uuid = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/uuid", be_path)); in libxl__vtpm_from_xenstore()
96 if (uuid) { in libxl__vtpm_from_xenstore()
97 if(libxl_uuid_from_string(&(vtpm->uuid), uuid)) { in libxl__vtpm_from_xenstore()
99 "(%s) Probably a bug!!\n", be_path, uuid); in libxl__vtpm_from_xenstore()
156 if(libxl_uuid_from_string(&(vtpminfo->uuid), val)) { in libxl_device_vtpm_getinfo()
191 libxl_uuid_copy(ctx, &vtpm->uuid, &vtpms[i].uuid); in libxl_devid_to_device_vtpm()
209 libxl_uuid* uuid, libxl_device_vtpm *vtpm) in libxl_uuid_to_device_vtpm() argument
223 if(!libxl_uuid_compare(uuid, &vtpms[i].uuid)) { in libxl_uuid_to_device_vtpm()
226 libxl_uuid_copy(ctx, &vtpm->uuid, &vtpms[i].uuid); in libxl_uuid_to_device_vtpm()