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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h361 typedef struct CommandInfoList struct
367 struct CommandInfoList *next;
368 } CommandInfoList; typedef in typeref:struct:CommandInfoList
2096 void qapi_free_CommandInfoList(CommandInfoList * obj);
H A Dqmp-commands.h41 CommandInfoList * qmp_query_commands(Error **errp);
H A Dqapi-visit.h90 void visit_type_CommandInfoList(Visitor *m, CommandInfoList ** obj, const char *name, Error **errp);
H A Dqmp-marshal.c468 static void qmp_marshal_output_query_commands(CommandInfoList * ret_in, QObject **ret_out, Error **errp)
490 CommandInfoList * retval = NULL;
H A Dqapi-types.c1003 void qapi_free_CommandInfoList(CommandInfoList * obj)
H A Dqapi-visit.c1134 void visit_type_CommandInfoList(Visitor *m, CommandInfoList ** obj, const char *name, Error **errp)
1143 CommandInfoList *native_i = (CommandInfoList *)i;

Completed in 1042 milliseconds