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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1434 typedef struct ChardevSpicePort ChardevSpicePort; typedef in typeref:struct:ChardevSpicePort
1439 ChardevSpicePort *value;
2968 struct ChardevSpicePort struct
2974 void qapi_free_ChardevSpicePort(ChardevSpicePort * obj);
3026 ChardevSpicePort * spiceport;
H A Dqapi-visit.h313 void visit_type_ChardevSpicePort(Visitor *m, ChardevSpicePort ** obj, const char *name, Error **errp);
H A Dqapi-types.c3195 void qapi_free_ChardevSpicePort(ChardevSpicePort * obj)
H A Dqapi-visit.c5196 static void visit_type_ChardevSpicePort_fields(Visitor *m, ChardevSpicePort ** obj, Error **errp)
5204 void visit_type_ChardevSpicePort(Visitor *m, ChardevSpicePort ** obj, const char *name, Error **errp)
5208 visit_start_struct(m, (void **)obj, "ChardevSpicePort", name, sizeof(ChardevSpicePort), &err);

Completed in 56 milliseconds