Searched refs:BlockdevSnapshot (Results 1 – 5 of 5) sorted by relevance
/external/qemu/qapi-auto-generated/ |
D | qapi-types.h | 787 typedef struct BlockdevSnapshot BlockdevSnapshot; typedef 792 BlockdevSnapshot *value; 2486 struct BlockdevSnapshot struct 2497 void qapi_free_BlockdevSnapshot(BlockdevSnapshot * obj); argument 2540 BlockdevSnapshot * blockdev_snapshot_sync;
|
D | qapi-visit.h | 185 void visit_type_BlockdevSnapshot(Visitor *m, BlockdevSnapshot ** obj, const char *name, Error **err…
|
D | qapi-types.c | 1931 void qapi_free_BlockdevSnapshot(BlockdevSnapshot * obj) in qapi_free_BlockdevSnapshot()
|
D | qapi-visit.c | 2873 static void visit_type_BlockdevSnapshot_fields(Visitor *m, BlockdevSnapshot ** obj, Error **errp) in visit_type_BlockdevSnapshot_fields() 2892 void visit_type_BlockdevSnapshot(Visitor *m, BlockdevSnapshot ** obj, const char *name, Error **err… in visit_type_BlockdevSnapshot() 2896 … visit_start_struct(m, (void **)obj, "BlockdevSnapshot", name, sizeof(BlockdevSnapshot), &err); in visit_type_BlockdevSnapshot()
|
/external/qemu/ |
D | qapi-schema.json | 1748 # @BlockdevSnapshot 1759 { 'type': 'BlockdevSnapshot', 1839 'blockdev-snapshot-sync': 'BlockdevSnapshot', 1872 # For the arguments, see the documentation of BlockdevSnapshot. 1880 'data': 'BlockdevSnapshot' }
|