Home
last modified time | relevance | path

Searched refs:object_resolve_path (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c39 obj = object_resolve_path(path, &ambiguous); in qmp_qom_list()
68 obj = object_resolve_path(path, NULL); in qmp_qom_set()
82 obj = object_resolve_path(path, NULL); in qmp_qom_get()
H A Dqom-hmp-cmds.c55 Object *obj = object_resolve_path(path, NULL); in hmp_qom_set()
141 obj = object_resolve_path(path, &ambiguous); in hmp_info_qom_tree()
H A Dobject.c1510 target = object_resolve_path(str, NULL); in object_property_get_link()
1896 target = object_resolve_path(path, &ambiguous); in object_resolve_link()
2206 Object *object_resolve_path(const char *path, bool *ambiguous) in object_resolve_path() function
/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c638 g_assert(!object_resolve_path("obj2", &ambiguous)); in test_qom_partial_path()
640 g_assert(!object_resolve_path("obj2", NULL)); in test_qom_partial_path()
643 g_assert(object_resolve_path("obj1", &ambiguous) == obj1); in test_qom_partial_path()
645 g_assert(object_resolve_path("obj1", NULL) == obj1); in test_qom_partial_path()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dtcg-cpu.c34 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in tcg_cpu_machine_done()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c124 memdev_root = object_resolve_path("/objects", NULL); in virtio_gpu_have_udmabuf()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1359 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_poison()
1412 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_uncorrectable_errors()
1506 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_correctable_error()
1602 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_general_media_event()
1689 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_dram_event()
1790 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_memory_module_event()
/openbmc/qemu/system/
H A Dqtest.c376 dev = DEVICE(object_resolve_path(words[1], NULL)); in qtest_process_command()
434 dev = DEVICE(object_resolve_path(words[1], NULL)); in qtest_process_command()
H A Dphysmem.c1223 Object *memdev_root = object_resolve_path("/objects", NULL); in qemu_minrampagesize()
1232 Object *memdev_root = object_resolve_path("/objects", NULL); in qemu_maxrampagesize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c716 Object *dev = object_dynamic_cast(object_resolve_path(path, NULL), in qmp_find_virtio_device()
/openbmc/qemu/include/qom/
H A Dobject.h1592 Object *object_resolve_path(const char *path, bool *ambiguous);
/openbmc/qemu/hw/s390x/
H A Dipl.c54 S390IPLState *ipl = S390_IPL(object_resolve_path(TYPE_S390_IPL, NULL)); in iplb_extended_needed()
H A Ds390-pci-bus.c38 object_resolve_path(TYPE_S390_PCI_HOST_BRIDGE, NULL)); in s390_get_phb()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c801 obj = object_resolve_path(name, NULL); in spapr_drc_by_index()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c279 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/i440fx", NULL)); in acpi_get_i386_pci_host()
281 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/q35", NULL)); in acpi_get_i386_pci_host()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c2684 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in register_smram_listener()