Home
last modified time | relevance | path

Searched refs:object_resolve_path_component (Results 1 – 25 of 32) sorted by relevance

12

/qemu/tests/unit/
H A Dcheck-qom-proplist.c358 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 Dmac_oldworld.c246 dev = DEVICE(object_resolve_path_component(macio, "escc")); in ppc_heathrow_init()
252 dev = DEVICE(object_resolve_path_component(macio, "nvram")); in ppc_heathrow_init()
258 pic_dev = DEVICE(object_resolve_path_component(macio, "pic")); in ppc_heathrow_init()
284 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_heathrow_init()
287 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_heathrow_init()
291 dev = DEVICE(object_resolve_path_component(macio, "cuda")); in ppc_heathrow_init()
H A Dmac_newworld.c367 dev = DEVICE(object_resolve_path_component(macio, "escc")); in ppc_core99_init()
373 pic_dev = DEVICE(object_resolve_path_component(macio, "pic")); in ppc_core99_init()
407 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[0]")); in ppc_core99_init()
410 macio_ide = MACIO_IDE(object_resolve_path_component(macio, "ide[1]")); in ppc_core99_init()
415 dev = DEVICE(object_resolve_path_component(macio, "pmu")); in ppc_core99_init()
417 dev = DEVICE(object_resolve_path_component(macio, "cuda")); in ppc_core99_init()
H A Damigaone.c154 object_resolve_path_component(via, "rtc"), in amigaone_init()
162 pci_ide_create_devs(PCI_DEVICE(object_resolve_path_component(via, "ide"))); in amigaone_init()
H A Dpegasos2.c187 dev = PCI_DEVICE(object_resolve_path_component(via, "ac97")); in pegasos2_init()
196 object_resolve_path_component(via, "rtc"), in pegasos2_init()
201 dev = PCI_DEVICE(object_resolve_path_component(via, "ide")); in pegasos2_init()
204 dev = PCI_DEVICE(object_resolve_path_component(via, "pm")); in pegasos2_init()
/qemu/hw/mips/
H A Dfuloong2e.c292 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "ac97")); in mips_fuloong2e_init()
299 object_resolve_path_component(OBJECT(pci_dev), in mips_fuloong2e_init()
304 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "ide")); in mips_fuloong2e_init()
307 dev = DEVICE(object_resolve_path_component(OBJECT(pci_dev), "pm")); in mips_fuloong2e_init()
H A Dmalta.c1244 dev = DEVICE(object_resolve_path_component(OBJECT(piix4), "ide")); in mips_malta_init()
1251 dev = DEVICE(object_resolve_path_component(OBJECT(piix4), "pm")); in mips_malta_init()
/qemu/qom/
H A Dcontainer.c38 child = object_resolve_path_component(obj, parts[i]); in container_get()
H A Dobject_interfaces.c328 obj = object_resolve_path_component(container, id); in user_creatable_del()
H A Dobject.c2114 Object *object_resolve_path_component(Object *parent, const char *part) in object_resolve_path_component() function
2142 child = object_resolve_path_component(parent, *parts); in object_resolve_abs_path()
2804 return object_resolve_path_component(prop->target_obj, prop->target_name); in property_resolve_alias()
/qemu/authz/
H A Dbase.c49 obj = object_resolve_path_component(container, in qauthz_is_allowed_by_id()
/qemu/hw/arm/
H A Dsabrelite.c72 spi_dev = object_resolve_path_component(OBJECT(s), "spi1"); in sabrelite_init()
/qemu/scsi/
H A Dpr-manager.c91 obj = object_resolve_path_component(object_get_objects_root(), id); in pr_manager_lookup()
/qemu/migration/
H A Dtls.c38 creds = object_resolve_path_component(object_get_objects_root(), tls_creds); in migration_tls_get_creds()
/qemu/hw/dma/
H A Dsparc32_dma.c386 esp = DEVICE(object_resolve_path_component(OBJECT(espdma), "esp")); in sparc32_dma_realize()
400 lance = DEVICE(object_resolve_path_component(OBJECT(ledma), "lance")); in sparc32_dma_realize()
/qemu/hw/i386/
H A Dpc_piix.c280 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 Dpc_q35.c243 x86ms->rtc = ISA_DEVICE(object_resolve_path_component(OBJECT(lpc), "rtc")); in pc_q35_init()
/qemu/
H A Dblockdev-nbd.c101 obj = object_resolve_path_component( in nbd_get_tls_creds()
H A Dqemu-nbd.c448 obj = object_resolve_path_component( in nbd_get_tls_creds()
/qemu/hw/sparc/
H A Dsun4m.c313 espdma = SPARC32_ESPDMA_DEVICE(object_resolve_path_component( in sparc32_dma_init()
316 esp = SYSBUS_ESP(object_resolve_path_component(OBJECT(espdma), "esp")); in sparc32_dma_init()
318 ledma = SPARC32_LEDMA_DEVICE(object_resolve_path_component( in sparc32_dma_init()
321 lance = SYSBUS_PCNET(object_resolve_path_component( in sparc32_dma_init()
/qemu/crypto/
H A Dsecret_common.c306 obj = object_resolve_path_component( in qcrypto_secret_lookup()
/qemu/net/
H A Dfilter.c264 obj = object_resolve_path_component(container, position_id); in netfilter_complete()
/qemu/include/qom/
H A Dobject.h1650 Object *object_resolve_path_component(Object *parent, const char *part);
/qemu/hw/core/
H A Dqdev.c340 Object *child = object_resolve_path_component(OBJECT(dev), name); in qdev_get_child_bus()
/qemu/hw/hyperv/
H A Dhyperv.c58 return SYNIC(object_resolve_path_component(OBJECT(cs), "synic")); in get_synic()

12