Searched refs:prop_list (Results 1 – 2 of 2) sorted by relevance
128 ObjectPropertyInfoList *prop_list = NULL; in qmp_device_list_properties() local172 QAPI_LIST_PREPEND(prop_list, info); in qmp_device_list_properties()177 return prop_list; in qmp_device_list_properties()187 ObjectPropertyInfoList *prop_list = NULL; in qmp_qom_list_properties() local217 QAPI_LIST_PREPEND(prop_list, info); in qmp_qom_list_properties()222 return prop_list; in qmp_qom_list_properties()
291 ObjectPropertyInfoList *prop_list; in qdev_device_help() local314 prop_list = qmp_device_list_properties(driver, &local_err); in qdev_device_help()319 if (prop_list) { in qdev_device_help()325 for (prop = prop_list; prop; prop = prop->next) { in qdev_device_help()338 qapi_free_ObjectPropertyInfoList(prop_list); in qdev_device_help()
Completed in 8 milliseconds