Searched defs:ObjectProperty (Results 1 - 1 of 1) sorted by relevance

/external/qemu/include/qom/
H A Dobject.h318 typedef struct ObjectProperty struct
327 QTAILQ_ENTRY(ObjectProperty) node;
328 } ObjectProperty; typedef in typeref:struct:ObjectProperty
386 QTAILQ_HEAD(, ObjectProperty) properties;
803 * Look up a property for an object and return its #ObjectProperty if found.
805 ObjectProperty *object_property_find(Object *obj, const char *name,

Completed in 70 milliseconds