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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h881 typedef struct DevicePropertyInfo DevicePropertyInfo; typedef in typeref:struct:DevicePropertyInfo
886 DevicePropertyInfo *value;
2566 struct DevicePropertyInfo struct
2573 void qapi_free_DevicePropertyInfo(DevicePropertyInfo * obj);
H A Dqapi-visit.h208 void visit_type_DevicePropertyInfo(Visitor *m, DevicePropertyInfo ** obj, const char *name, Error **errp);
H A Dqapi-types.c2155 void qapi_free_DevicePropertyInfo(DevicePropertyInfo * obj)
H A Dqapi-visit.c3264 static void visit_type_DevicePropertyInfo_fields(Visitor *m, DevicePropertyInfo ** obj, Error **errp)
3273 void visit_type_DevicePropertyInfo(Visitor *m, DevicePropertyInfo ** obj, const char *name, Error **errp)
3277 visit_start_struct(m, (void **)obj, "DevicePropertyInfo", name, sizeof(DevicePropertyInfo), &err);

Completed in 1029 milliseconds