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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1807 typedef struct BlockdevOptionsGenericFormat BlockdevOptionsGenericFormat; typedef in typeref:struct:BlockdevOptionsGenericFormat
1812 BlockdevOptionsGenericFormat *value;
3222 struct BlockdevOptionsGenericFormat struct
3228 void qapi_free_BlockdevOptionsGenericFormat(BlockdevOptionsGenericFormat * obj);
3232 BlockdevOptionsGenericFormat * base;
3268 BlockdevOptionsGenericFormat * bochs;
3269 BlockdevOptionsGenericFormat * cloop;
3271 BlockdevOptionsGenericFormat * dmg;
3272 BlockdevOptionsGenericFormat * parallel
[all...]
H A Dqapi-visit.c6483 static void visit_type_BlockdevOptionsGenericFormat_fields(Visitor *m, BlockdevOptionsGenericFormat ** obj, Error **errp)
6491 void visit_type_BlockdevOptionsGenericFormat(Visitor *m, BlockdevOptionsGenericFormat ** obj, const char *name, Error **errp)
6495 visit_start_struct(m, (void **)obj, "BlockdevOptionsGenericFormat", name, sizeof(BlockdevOptionsGenericFormat), &err);
6534 visit_start_implicit_struct(m, obj ? (void**) &(*obj)->base : NULL, sizeof(BlockdevOptionsGenericFormat), &err);
6787 visit_start_implicit_struct(m, (void**) &(*obj)->bochs, sizeof(BlockdevOptionsGenericFormat), &err);
6796 visit_start_implicit_struct(m, (void**) &(*obj)->cloop, sizeof(BlockdevOptionsGenericFormat), &err);
6814 visit_start_implicit_struct(m, (void**) &(*obj)->dmg, sizeof(BlockdevOptionsGenericFormat), &err);
6823 visit_start_implicit_struct(m, (void**) &(*obj)->parallels, sizeof(BlockdevOptionsGenericFormat), &err);
6859 visit_start_implicit_struct(m, (void**) &(*obj)->raw, sizeof(BlockdevOptionsGenericFormat),
[all...]
H A Dqapi-visit.h392 void visit_type_BlockdevOptionsGenericFormat(Visitor *m, BlockdevOptionsGenericFormat ** obj, const char *name, Error **errp);
H A Dqapi-types.c3883 void qapi_free_BlockdevOptionsGenericFormat(BlockdevOptionsGenericFormat * obj)

Completed in 88 milliseconds