Searched refs:ImageInfoSpecificQCow2 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h238 typedef struct ImageInfoSpecificQCow2 ImageInfoSpecificQCow2; typedef in typeref:struct:ImageInfoSpecificQCow2
243 ImageInfoSpecificQCow2 *value;
1969 struct ImageInfoSpecificQCow2 struct
1977 void qapi_free_ImageInfoSpecificQCow2(ImageInfoSpecificQCow2 * obj);
1995 ImageInfoSpecificQCow2 * qcow2;
H A Dqapi-visit.h60 void visit_type_ImageInfoSpecificQCow2(Visitor *m, ImageInfoSpecificQCow2 ** obj, const char *name, Error **errp);
H A Dqapi-types.c747 void qapi_free_ImageInfoSpecificQCow2(ImageInfoSpecificQCow2 * obj)
H A Dqapi-visit.c572 static void visit_type_ImageInfoSpecificQCow2_fields(Visitor *m, ImageInfoSpecificQCow2 ** obj, Error **errp)
585 void visit_type_ImageInfoSpecificQCow2(Visitor *m, ImageInfoSpecificQCow2 ** obj, const char *name, Error **errp)
589 visit_start_struct(m, (void **)obj, "ImageInfoSpecificQCow2", name, sizeof(ImageInfoSpecificQCow2), &err);

Completed in 103 milliseconds