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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h474 typedef struct BlockDeviceInfo BlockDeviceInfo; typedef in typeref:struct:BlockDeviceInfo
479 BlockDeviceInfo *value;
2199 struct BlockDeviceInfo struct
2233 void qapi_free_BlockDeviceInfo(BlockDeviceInfo * obj);
2267 BlockDeviceInfo * inserted;
H A Dqapi-visit.h116 void visit_type_BlockDeviceInfo(Visitor *m, BlockDeviceInfo ** obj, const char *name, Error **errp);
H A Dqapi-types.c1291 void qapi_free_BlockDeviceInfo(BlockDeviceInfo * obj)
H A Dqapi-visit.c1597 static void visit_type_BlockDeviceInfo_fields(Visitor *m, BlockDeviceInfo ** obj, Error **errp)
1657 void visit_type_BlockDeviceInfo(Visitor *m, BlockDeviceInfo ** obj, const char *name, Error **errp)
1661 visit_start_struct(m, (void **)obj, "BlockDeviceInfo", name, sizeof(BlockDeviceInfo), &err);

Completed in 79 milliseconds