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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h72 typedef struct int16List struct
78 struct int16List *next;
79 } int16List; typedef in typeref:struct:int16List
1908 void qapi_free_int16List(int16List * obj);
H A Dqapi-visit.h31 void visit_type_int16List(Visitor *m, int16List ** obj, const char *name, Error **errp);
H A Dqapi-types.c463 void qapi_free_int16List(int16List * obj)
H A Dqapi-visit.c133 void visit_type_int16List(Visitor *m, int16List ** obj, const char *name, Error **errp)
142 int16List *native_i = (int16List *)i;

Completed in 214 milliseconds