Home
last modified time | relevance | path

Searched refs:object_class_property_iter_init (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c136 object_class_property_iter_init(&op_iter, curr_mach->data); in query_all_machine_properties()
/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c203 object_class_property_iter_init(&iter, klass); in qmp_qom_list_properties()
H A Dobject_interfaces.c215 object_class_property_iter_init(&iter, klass); in type_print_class_properties()
H A Dobject.c554 object_class_property_iter_init(&iter, object_get_class(obj)); in object_class_property_init_all()
1375 void object_class_property_iter_init(ObjectPropertyIterator *iter, in object_class_property_iter_init() function
/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c593 object_class_property_iter_init(&iter, klass); in test_dummy_class_iterator()
/openbmc/qemu/include/qom/
H A Dobject.h1281 void object_class_property_iter_init(ObjectPropertyIterator *iter,
/openbmc/qemu/hw/core/
H A Dqdev-properties.c1083 object_class_property_iter_init(&iter, class); in qdev_alias_all_properties()