HomeSort by relevance Sort by last modified time
    Searched refs:EventInfoList (Results 1 - 6 of 6) sorted by null

  /external/qemu/qapi-auto-generated/
qapi-types.h 373 typedef struct EventInfoList
379 struct EventInfoList *next;
380 } EventInfoList;
    [all...]
qmp-commands.h 43 EventInfoList * qmp_query_events(Error **errp);
qapi-visit.h 93 void visit_type_EventInfoList(Visitor *m, EventInfoList ** obj, const char *name, Error **errp);
qmp-marshal.c 511 static void qmp_marshal_output_query_events(EventInfoList * ret_in, QObject **ret_out, Error **errp)
533 EventInfoList * retval = NULL;
    [all...]
qapi-types.c 1035 void qapi_free_EventInfoList(EventInfoList * obj)
    [all...]
qapi-visit.c     [all...]

Completed in 56 milliseconds