Searched refs:object_property_get_enum (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 517 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()
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 192 m->policy = object_property_get_enum(obj, "policy", "HostMemPolicy", in query_memdev()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 1462 int object_property_get_enum(Object *obj, const char *name,
|
/openbmc/qemu/qom/ |
H A D | object.c | 1667 int object_property_get_enum(Object *obj, const char *name, in object_property_get_enum() function
|