Searched refs:object_resolve_path (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/qom/ |
H A D | qom-qmp-cmds.c | 39 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 D | qom-hmp-cmds.c | 55 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 D | object.c | 1510 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 D | check-qom-proplist.c | 638 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 D | tcg-cpu.c | 34 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in tcg_cpu_machine_done()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-udmabuf.c | 124 memdev_root = object_resolve_path("/objects", NULL); in virtio_gpu_have_udmabuf()
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 1359 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 D | qtest.c | 376 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 D | physmem.c | 1223 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 D | virtio-qmp.c | 716 Object *dev = object_dynamic_cast(object_resolve_path(path, NULL), in qmp_find_virtio_device()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 1592 Object *object_resolve_path(const char *path, bool *ambiguous);
|
/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 54 S390IPLState *ipl = S390_IPL(object_resolve_path(TYPE_S390_IPL, NULL)); in iplb_extended_needed()
|
H A D | s390-pci-bus.c | 38 object_resolve_path(TYPE_S390_PCI_HOST_BRIDGE, NULL)); in s390_get_phb()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_drc.c | 801 obj = object_resolve_path(name, NULL); in spapr_drc_by_index()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 279 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 D | kvm.c | 2684 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in register_smram_listener()
|