Searched refs:object_property_try_add (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/qom/ |
H A D | object.c | 1242 object_property_try_add(Object *obj, const char *name, const char *type, in object_property_try_add() function 1260 ret = object_property_try_add(obj, full_name, type, get, set, in object_property_try_add() 1299 return object_property_try_add(obj, name, type, get, set, release, in object_property_add() 1805 op = object_property_try_add(obj, name, type, object_get_child_property, in object_property_try_add_child()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 1095 ObjectProperty *object_property_try_add(Object *obj, const char *name,
|