Searched refs:DevicePropertyInfoList (Results 1 - 6 of 6) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h883 typedef struct DevicePropertyInfoList struct
889 struct DevicePropertyInfoList *next;
890 } DevicePropertyInfoList; typedef in typeref:struct:DevicePropertyInfoList
2572 void qapi_free_DevicePropertyInfoList(DevicePropertyInfoList * obj);
H A Dqmp-commands.h153 DevicePropertyInfoList * qmp_device_list_properties(const char * q_typename, Error **errp);
H A Dqapi-visit.h209 void visit_type_DevicePropertyInfoList(Visitor *m, DevicePropertyInfoList ** obj, const char *name, Error **errp);
H A Dqmp-marshal.c2987 static void qmp_marshal_output_device_list_properties(DevicePropertyInfoList * ret_in, QObject **ret_out, Error **errp)
3009 DevicePropertyInfoList * retval = NULL;
H A Dqapi-types.c2139 void qapi_free_DevicePropertyInfoList(DevicePropertyInfoList * obj)
H A Dqapi-visit.c3291 void visit_type_DevicePropertyInfoList(Visitor *m, DevicePropertyInfoList ** obj, const char *name, Error **errp)
3300 DevicePropertyInfoList *native_i = (DevicePropertyInfoList *)i;

Completed in 1352 milliseconds