Home
last modified time | relevance | path

Searched refs:object_property_get_enum (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/unit/
H A Dcheck-qom-proplist.c517 val = object_property_get_enum(OBJECT(dobj), in test_dummy_getenum()
524 val = object_property_get_enum(OBJECT(dobj), in test_dummy_getenum()
532 val = object_property_get_enum(OBJECT(dobj), in test_dummy_getenum()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c192 m->policy = object_property_get_enum(obj, "policy", "HostMemPolicy", in query_memdev()
/qemu/include/qom/
H A Dobject.h1462 int object_property_get_enum(Object *obj, const char *name,
/qemu/qom/
H A Dobject.c1675 int object_property_get_enum(Object *obj, const char *name, in object_property_get_enum() function