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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1883 typedef struct BlockdevRefList struct
1889 struct BlockdevRefList *next;
1890 } BlockdevRefList; typedef in typeref:struct:BlockdevRefList
3310 void qapi_free_BlockdevRefList(BlockdevRefList * obj);
H A Dqapi-visit.h409 void visit_type_BlockdevRefList(Visitor *m, BlockdevRefList ** obj, const char *name, Error **errp);
H A Dqapi-types.c3995 void qapi_free_BlockdevRefList(BlockdevRefList * obj)
H A Dqapi-visit.c6962 void visit_type_BlockdevRefList(Visitor *m, BlockdevRefList ** obj, const char *name, Error **errp)
6971 BlockdevRefList *native_i = (BlockdevRefList *)i;

Completed in 258 milliseconds