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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h789 typedef struct BlockdevSnapshotList struct
795 struct BlockdevSnapshotList *next;
796 } BlockdevSnapshotList; typedef in typeref:struct:BlockdevSnapshotList
2496 void qapi_free_BlockdevSnapshotList(BlockdevSnapshotList * obj);
H A Dqapi-visit.h186 void visit_type_BlockdevSnapshotList(Visitor *m, BlockdevSnapshotList ** obj, const char *name, Error **errp);
H A Dqapi-types.c1915 void qapi_free_BlockdevSnapshotList(BlockdevSnapshotList * obj)
H A Dqapi-visit.c2910 void visit_type_BlockdevSnapshotList(Visitor *m, BlockdevSnapshotList ** obj, const char *name, Error **errp)
2919 BlockdevSnapshotList *native_i = (BlockdevSnapshotList *)i;

Completed in 438 milliseconds