Searched refs:ChardevInfoList (Results 1 - 6 of 6) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h332 typedef struct ChardevInfoList struct
338 struct ChardevInfoList *next;
339 } ChardevInfoList; typedef in typeref:struct:ChardevInfoList
2086 void qapi_free_ChardevInfoList(ChardevInfoList * obj);
H A Dqmp-commands.h35 ChardevInfoList * qmp_query_chardev(Error **errp);
H A Dqapi-visit.h84 void visit_type_ChardevInfoList(Visitor *m, ChardevInfoList ** obj, const char *name, Error **errp);
H A Dqmp-marshal.c306 static void qmp_marshal_output_query_chardev(ChardevInfoList * ret_in, QObject **ret_out, Error **errp)
328 ChardevInfoList * retval = NULL;
H A Dqapi-types.c955 void qapi_free_ChardevInfoList(ChardevInfoList * obj)
H A Dqapi-visit.c1059 void visit_type_ChardevInfoList(Visitor *m, ChardevInfoList ** obj, const char *name, Error **errp)
1068 ChardevInfoList *native_i = (ChardevInfoList *)i;

Completed in 127 milliseconds