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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h588 typedef struct SpiceChannel SpiceChannel; typedef in typeref:struct:SpiceChannel
593 SpiceChannel *value;
2339 struct SpiceChannel struct
2351 void qapi_free_SpiceChannel(SpiceChannel * obj);
H A Dqapi-visit.h143 void visit_type_SpiceChannel(Visitor *m, SpiceChannel ** obj, const char *name, Error **errp);
H A Dqapi-types.c1563 void qapi_free_SpiceChannel(SpiceChannel * obj)
H A Dqapi-visit.c2148 static void visit_type_SpiceChannel_fields(Visitor *m, SpiceChannel ** obj, Error **errp)
2162 void visit_type_SpiceChannel(Visitor *m, SpiceChannel ** obj, const char *name, Error **errp)
2166 visit_start_struct(m, (void **)obj, "SpiceChannel", name, sizeof(SpiceChannel), &err);

Completed in 364 milliseconds