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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h801 typedef struct BlockdevSnapshotInternalList struct
807 struct BlockdevSnapshotInternalList *next;
808 } BlockdevSnapshotInternalList; typedef in typeref:struct:BlockdevSnapshotInternalList
2505 void qapi_free_BlockdevSnapshotInternalList(BlockdevSnapshotInternalList * obj);
H A Dqapi-visit.h189 void visit_type_BlockdevSnapshotInternalList(Visitor *m, BlockdevSnapshotInternalList ** obj, const char *name, Error **errp);
H A Dqapi-types.c1947 void qapi_free_BlockdevSnapshotInternalList(BlockdevSnapshotInternalList * obj)
H A Dqapi-visit.c2959 void visit_type_BlockdevSnapshotInternalList(Visitor *m, BlockdevSnapshotInternalList ** obj, const char *name, Error **errp)
2968 BlockdevSnapshotInternalList *native_i = (BlockdevSnapshotInternalList *)i;

Completed in 373 milliseconds