Home
last modified time | relevance | path

Searched refs:object_class_get_parent (Results 1 – 6 of 6) sorted by relevance

/qemu/qom/
H A Dqom-qmp-cmds.c96 ObjectClass *parent = object_class_get_parent(klass); in qom_list_types_tramp()
H A Dobject.c1096 ObjectClass *object_class_get_parent(ObjectClass *class) in object_class_get_parent() function
1378 iter->nextclass = object_class_get_parent(iter->nextclass); in object_property_iter_next()
1387 iter->nextclass = object_class_get_parent(klass); in object_class_property_iter_init()
1394 parent_klass = object_class_get_parent(klass); in object_class_property_find()
/qemu/include/qom/
H A Dobject.h990 ObjectClass *object_class_get_parent(ObjectClass *klass);
/qemu/system/
H A Dqdev-monitor.c809 class = object_class_get_parent(class); in qdev_print()
/qemu/hw/core/
H A Dqdev-properties.c778 class = object_class_get_parent(class); in qdev_prop_find()
/qemu/target/ppc/
H A Dcpu_init.c7019 oc = object_class_get_parent(oc); in ppc_cpu_get_family_class()