Searched refs:BlockdevCacheOptionsList (Results 1 – 4 of 4) sorted by relevance
1761 typedef struct BlockdevCacheOptionsList struct1767 struct BlockdevCacheOptionsList *next; argument1768 } BlockdevCacheOptionsList; typedef3175 void qapi_free_BlockdevCacheOptionsList(BlockdevCacheOptionsList * obj);
381 void visit_type_BlockdevCacheOptionsList(Visitor *m, BlockdevCacheOptionsList ** obj, const char *n…
3739 void qapi_free_BlockdevCacheOptionsList(BlockdevCacheOptionsList * obj) in qapi_free_BlockdevCacheOptionsList()
6267 void visit_type_BlockdevCacheOptionsList(Visitor *m, BlockdevCacheOptionsList ** obj, const char *n… in visit_type_BlockdevCacheOptionsList()6276 BlockdevCacheOptionsList *native_i = (BlockdevCacheOptionsList *)i; in visit_type_BlockdevCacheOptionsList()