Searched refs:ObjectPropertyAccessor (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qom/ |
H A D | object.h | 42 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 D | object.c | 1243 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 D | qdev-properties.h | 41 ObjectPropertyAccessor *get; 42 ObjectPropertyAccessor *set;
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_caps.c | 60 ObjectPropertyAccessor *get; 61 ObjectPropertyAccessor *set;
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties.c | 73 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()
|