Home
last modified time | relevance | path

Searched refs:ObjectPropertyAccessor (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qom/
H A Dobject.h42 typedef void (ObjectPropertyAccessor)(Object *obj, typedef
93 ObjectPropertyAccessor *get;
94 ObjectPropertyAccessor *set;
1097 ObjectPropertyAccessor *get,
1098 ObjectPropertyAccessor *set,
1126 ObjectPropertyAccessor *get,
1127 ObjectPropertyAccessor *set,
1135 ObjectPropertyAccessor *get,
1136 ObjectPropertyAccessor *set,
/openbmc/qemu/qom/
H A Dobject.c1243 ObjectPropertyAccessor *get, in object_property_try_add()
1244 ObjectPropertyAccessor *set, in object_property_try_add()
1294 ObjectPropertyAccessor *get, in object_property_add()
1295 ObjectPropertyAccessor *set, in object_property_add()
1307 ObjectPropertyAccessor *get, in object_class_property_add()
1308 ObjectPropertyAccessor *set, in object_class_property_add()
2613 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint8_ptr()
2614 ObjectPropertyAccessor *setter = NULL; in object_property_add_uint8_ptr()
2633 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint8_ptr()
2634 ObjectPropertyAccessor *setter = NULL; in object_class_property_add_uint8_ptr()
[all …]
/openbmc/qemu/include/hw/
H A Dqdev-properties.h41 ObjectPropertyAccessor *get;
42 ObjectPropertyAccessor *set;
/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c60 ObjectPropertyAccessor *get;
61 ObjectPropertyAccessor *set;
/openbmc/qemu/hw/core/
H A Dqdev-properties.c73 static ObjectPropertyAccessor *field_prop_getter(const PropertyInfo *info) in field_prop_getter()
95 static ObjectPropertyAccessor *field_prop_setter(const PropertyInfo *info) in field_prop_setter()