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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1422 typedef struct ChardevSpiceChannel ChardevSpiceChannel; typedef in typeref:struct:ChardevSpiceChannel
1427 ChardevSpiceChannel *value;
2960 struct ChardevSpiceChannel struct
2966 void qapi_free_ChardevSpiceChannel(ChardevSpiceChannel * obj);
3025 ChardevSpiceChannel * spicevmc;
H A Dqapi-visit.h310 void visit_type_ChardevSpiceChannel(Visitor *m, ChardevSpiceChannel ** obj, const char *name, Error **errp);
H A Dqapi-types.c3163 void qapi_free_ChardevSpiceChannel(ChardevSpiceChannel * obj)
H A Dqapi-visit.c5148 static void visit_type_ChardevSpiceChannel_fields(Visitor *m, ChardevSpiceChannel ** obj, Error **errp)
5156 void visit_type_ChardevSpiceChannel(Visitor *m, ChardevSpiceChannel ** obj, const char *name, Error **errp)
5160 visit_start_struct(m, (void **)obj, "ChardevSpiceChannel", name, sizeof(ChardevSpiceChannel), &err);

Completed in 888 milliseconds