HomeSort by relevance Sort by last modified time
    Searched refs:ImageInfoSpecific (Results 1 - 4 of 4) sorted by null

  /external/qemu/qapi-auto-generated/
qapi-types.h 262 typedef struct ImageInfoSpecific ImageInfoSpecific;
267 ImageInfoSpecific *value;
    [all...]
qapi-visit.h 68 void visit_type_ImageInfoSpecific(Visitor *m, ImageInfoSpecific ** obj, const char *name, Error **errp);
qapi-types.c 811 void qapi_free_ImageInfoSpecific(ImageInfoSpecific * obj)
    [all...]
qapi-visit.c 681 void visit_type_ImageInfoSpecific(Visitor *m, ImageInfoSpecific ** obj, const char *name, Error **errp)
686 visit_start_struct(m, (void **)obj, "ImageInfoSpecific", name, sizeof(ImageInfoSpecific), &err);
    [all...]

Completed in 556 milliseconds