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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h476 typedef struct BlockDeviceInfoList struct
482 struct BlockDeviceInfoList *next;
483 } BlockDeviceInfoList; typedef in typeref:struct:BlockDeviceInfoList
2232 void qapi_free_BlockDeviceInfoList(BlockDeviceInfoList * obj);
H A Dqapi-visit.h117 void visit_type_BlockDeviceInfoList(Visitor *m, BlockDeviceInfoList ** obj, const char *name, Error **errp);
H A Dqapi-types.c1275 void qapi_free_BlockDeviceInfoList(BlockDeviceInfoList * obj)
H A Dqapi-visit.c1675 void visit_type_BlockDeviceInfoList(Visitor *m, BlockDeviceInfoList ** obj, const char *name, Error **errp)
1684 BlockDeviceInfoList *native_i = (BlockDeviceInfoList *)i;

Completed in 432 milliseconds