Home
last modified time | relevance | path

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

/openbmc/qemu/include/qom/
H A Dobject.h43 typedef void (ObjectPropertyAccessor)(Object *obj, typedef
94 ObjectPropertyAccessor *get;
95 ObjectPropertyAccessor *set;
1088 ObjectPropertyAccessor *get,
1089 ObjectPropertyAccessor *set,
1117 ObjectPropertyAccessor *get,
1118 ObjectPropertyAccessor *set,
1126 ObjectPropertyAccessor *get,
1127 ObjectPropertyAccessor *set,
/openbmc/qemu/qom/
H A Dobject.c1238 ObjectPropertyAccessor *get, in object_property_try_add()
1239 ObjectPropertyAccessor *set, in object_property_try_add()
1289 ObjectPropertyAccessor *get, in object_property_add()
1290 ObjectPropertyAccessor *set, in object_property_add()
1302 ObjectPropertyAccessor *get, in object_class_property_add()
1303 ObjectPropertyAccessor *set, in object_class_property_add()
2640 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint8_ptr()
2641 ObjectPropertyAccessor *setter = NULL; in object_property_add_uint8_ptr()
2660 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint8_ptr()
2661 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.c61 ObjectPropertyAccessor *get;
62 ObjectPropertyAccessor *set;
/openbmc/qemu/hw/core/
H A Dqdev-properties.c74 static ObjectPropertyAccessor *field_prop_getter(const PropertyInfo *info) in field_prop_getter()
96 static ObjectPropertyAccessor *field_prop_setter(const PropertyInfo *info) in field_prop_setter()