/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 358 g_assert(object_resolve_path_component(parent, "dummy0") in test_dummy_createv() 399 g_assert(object_resolve_path_component(parent, "dummy0") in test_dummy_createlist() 436 dobj = DUMMY_OBJECT(object_resolve_path_component(object_get_objects_root(), in test_dummy_createcmdl() 447 g_assert(object_resolve_path_component(object_get_objects_root(), "dev0") in test_dummy_createcmdl() 455 g_assert(object_resolve_path_component(object_get_objects_root(), "dev0") in test_dummy_createcmdl() 463 dobj = DUMMY_OBJECT(object_resolve_path_component(object_get_objects_root(), in test_dummy_createcmdl() 469 g_assert(object_resolve_path_component(object_get_objects_root(), "dev0") in test_dummy_createcmdl() 494 g_assert(object_resolve_path_component(parent, "dummy0") in test_dummy_badenum()
|
/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 242 dev = DEVICE(object_resolve_path_component(macio, "escc")); in ppc_heathrow_init() 248 dev = DEVICE(object_resolve_path_component(macio, "nvram")); in ppc_heathrow_init() 254 pic_dev = DEVICE(object_resolve_path_component(macio, "pic")); in ppc_heathrow_init() 280 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_heathrow_init() 283 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_heathrow_init() 287 dev = DEVICE(object_resolve_path_component(macio, "cuda")); in ppc_heathrow_init()
|
H A D | mac_newworld.c | 364 dev = DEVICE(object_resolve_path_component(macio, "escc")); in ppc_core99_init() 370 pic_dev = DEVICE(object_resolve_path_component(macio, "pic")); in ppc_core99_init() 404 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_core99_init() 407 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_core99_init() 412 dev = DEVICE(object_resolve_path_component(macio, "pmu")); in ppc_core99_init() 414 dev = DEVICE(object_resolve_path_component(macio, "cuda")); in ppc_core99_init()
|
H A D | pegasos2.c | 190 dev = PCI_DEVICE(object_resolve_path_component(via, "ac97")); in pegasos2_init() 199 object_resolve_path_component(via, "rtc"), in pegasos2_init() 204 dev = PCI_DEVICE(object_resolve_path_component(via, "ide")); in pegasos2_init() 207 dev = PCI_DEVICE(object_resolve_path_component(via, "pm")); in pegasos2_init() 220 pd = DEVICE(object_resolve_path_component(OBJECT(pm->mv), pn)); in pegasos2_init()
|
H A D | amigaone.c | 364 object_resolve_path_component(via, "rtc"), in amigaone_init() 373 pci_ide_create_devs(PCI_DEVICE(object_resolve_path_component(via, "ide"))); in amigaone_init()
|
H A D | spapr_drc.c | 524 return object_resolve_path_component(object_get_root(), DRC_CONTAINER_PATH); in drc_container_get() 810 obj = object_resolve_path_component(drc_container_get(), name); in spapr_drc_by_index()
|
/qemu/hw/mips/ |
H A D | fuloong2e.c | 293 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "ac97")); in mips_fuloong2e_init() 300 object_resolve_path_component(OBJECT(pci_dev), in mips_fuloong2e_init() 305 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "ide")); in mips_fuloong2e_init() 308 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "pm")); in mips_fuloong2e_init()
|
H A D | malta.c | 1240 dev = DEVICE(object_resolve_path_component(OBJECT(piix4), "ide")); in mips_malta_init() 1247 dev = DEVICE(object_resolve_path_component(OBJECT(piix4), "pm")); in mips_malta_init()
|
/qemu/authz/ |
H A D | base.c | 49 obj = object_resolve_path_component(container, in qauthz_is_allowed_by_id()
|
/qemu/hw/arm/ |
H A D | sabrelite.c | 72 spi_dev = object_resolve_path_component(OBJECT(s), "spi1"); in sabrelite_init()
|
/qemu/scsi/ |
H A D | pr-manager.c | 91 obj = object_resolve_path_component(object_get_objects_root(), id); in pr_manager_lookup()
|
/qemu/migration/ |
H A D | tls.c | 38 creds = object_resolve_path_component(object_get_objects_root(), tls_creds); in migration_tls_get_creds()
|
/qemu/hw/core/ |
H A D | qdev.c | 325 Object *child = object_resolve_path_component(OBJECT(dev), name); in qdev_get_child_bus() 819 dev = object_resolve_path_component(object_get_root(), "machine"); in qdev_get_machine() 835 container = object_resolve_path_component(machine, name); in machine_get_container()
|
/qemu/hw/dma/ |
H A D | sparc32_dma.c | 388 esp = DEVICE(object_resolve_path_component(OBJECT(espdma), "esp")); in sparc32_dma_realize() 402 lance = DEVICE(object_resolve_path_component(OBJECT(ledma), "lance")); in sparc32_dma_realize()
|
/qemu/hw/i386/ |
H A D | pc_piix.c | 280 x86ms->rtc = ISA_DEVICE(object_resolve_path_component(OBJECT(pci_dev), in pc_init1() 282 piix4_pm = object_resolve_path_component(OBJECT(pci_dev), "pm"); in pc_init1() 283 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "ide")); in pc_init1()
|
H A D | pc_q35.c | 244 x86ms->rtc = ISA_DEVICE(object_resolve_path_component(OBJECT(lpc), "rtc")); in pc_q35_init()
|
/qemu/hw/sparc/ |
H A D | sun4m.c | 308 espdma = SPARC32_ESPDMA_DEVICE(object_resolve_path_component( in sparc32_dma_init() 311 esp = SYSBUS_ESP(object_resolve_path_component(OBJECT(espdma), "esp")); in sparc32_dma_init() 313 ledma = SPARC32_LEDMA_DEVICE(object_resolve_path_component( in sparc32_dma_init() 316 lance = SYSBUS_PCNET(object_resolve_path_component( in sparc32_dma_init()
|
/qemu/ |
H A D | blockdev-nbd.c | 140 obj = object_resolve_path_component( in nbd_get_tls_creds()
|
H A D | qemu-nbd.c | 452 obj = object_resolve_path_component( in nbd_get_tls_creds()
|
/qemu/crypto/ |
H A D | secret_common.c | 294 obj = object_resolve_path_component( in qcrypto_secret_lookup()
|
/qemu/qom/ |
H A D | object_interfaces.c | 346 obj = object_resolve_path_component(container, id); in user_creatable_del()
|
H A D | object.c | 1758 container = object_resolve_path_component(object_get_root(), name); in object_get_container() 2132 Object *object_resolve_path_component(Object *parent, const char *part) in object_resolve_path_component() function 2160 child = object_resolve_path_component(parent, *parts); in object_resolve_abs_path() 2825 return object_resolve_path_component(prop->target_obj, prop->target_name); in property_resolve_alias()
|
/qemu/net/ |
H A D | filter.c | 264 obj = object_resolve_path_component(container, position_id); in netfilter_complete()
|
/qemu/hw/pci-host/ |
H A D | ppce500.c | 421 object_resolve_path_component(qdev_get_machine(), "e500-ccsr")); in e500_pcihost_bridge_realize()
|
/qemu/include/qom/ |
H A D | object.h | 1651 Object *object_resolve_path_component(Object *parent, const char *part);
|