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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1436 typedef struct ChardevSpicePortList struct
1442 struct ChardevSpicePortList *next;
1443 } ChardevSpicePortList; typedef in typeref:struct:ChardevSpicePortList
2973 void qapi_free_ChardevSpicePortList(ChardevSpicePortList * obj);
H A Dqapi-visit.h314 void visit_type_ChardevSpicePortList(Visitor *m, ChardevSpicePortList ** obj, const char *name, Error **errp);
H A Dqapi-types.c3179 void qapi_free_ChardevSpicePortList(ChardevSpicePortList * obj)
H A Dqapi-visit.c5222 void visit_type_ChardevSpicePortList(Visitor *m, ChardevSpicePortList ** obj, const char *name, Error **errp)
5231 ChardevSpicePortList *native_i = (ChardevSpicePortList *)i;

Completed in 111 milliseconds