Home
last modified time | relevance | path

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

12

/openbmc/qemu/qom/
H A Dqom-hmp-cmds.c100 return g_strcmp0(object_get_canonical_path_component(*(Object **)a), in qom_composition_compare()
101 object_get_canonical_path_component(*(Object **)b)); in qom_composition_compare()
119 name = object_get_canonical_path_component(obj); in print_qom_composition()
/openbmc/qemu/hw/mem/
H A Dnvdimm.c144 object_get_canonical_path_component(OBJECT(hostmem)), in nvdimm_prepare_memory_region()
154 object_get_canonical_path_component(OBJECT(hostmem))); in nvdimm_prepare_memory_region()
H A Dpc-dimm.c210 object_get_canonical_path_component(OBJECT(dimm->hostmem))); in pc_dimm_realize()
H A Dcxl_type3.c742 object_get_canonical_path_component(OBJECT(ct3d->hostvmem))); in cxl_setup_memory()
770 object_get_canonical_path_component(OBJECT(ct3d->hostpmem))); in cxl_setup_memory()
805 object_get_canonical_path_component(OBJECT(ct3d->dc.host_dc))); in cxl_setup_memory()
/openbmc/qemu/
H A Diothread.c194 object_get_canonical_path_component(OBJECT(base))); in iothread_init()
334 return g_strdup(object_get_canonical_path_component(OBJECT(iothread))); in type_init()
/openbmc/qemu/scsi/
H A Dpr-manager.c128 info->id = g_strdup(object_get_canonical_path_component(object)); in query_one_pr_manager()
H A Dpr-manager-helper.c44 const char *id = object_get_canonical_path_component(OBJECT(pr_mgr)); in pr_manager_send_status_changed_event()
/openbmc/qemu/hw/i386/
H A Dsgx-epc.c73 path = object_get_canonical_path_component(OBJECT(hostmem)); in sgx_epc_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pmem.c120 object_get_canonical_path_component(OBJECT(pmem->memdev))); in virtio_pmem_realize()
H A Dvirtio-mem.c969 object_get_canonical_path_component(OBJECT(vmem->memdev))); in virtio_mem_device_realize()
981 object_get_canonical_path_component(OBJECT(vmem->memdev))); in virtio_mem_device_realize()
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-xramc.c184 object_get_canonical_path_component(OBJECT(s)), in xram_ctrl_realize()
H A Divshmem.c1041 object_get_canonical_path_component(OBJECT(s->hostmem))); in ivshmem_plain_realize()
/openbmc/qemu/util/
H A Dthread-context.c255 object_get_canonical_path_component(OBJECT(uc))); in thread_context_instance_complete()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c735 path_name = g_string_new(object_get_canonical_path_component(child)); in locate_fuzz_objects()
820 object_get_canonical_path_component(&(mr->parent_obj)), in generic_pre_fuzz()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c179 m->id = g_strdup(object_get_canonical_path_component(obj)); in query_memdev()
H A Dmachine.c523 return g_strdup(object_get_canonical_path_component(OBJECT(ms->cgs))); in machine_get_memory_encryption()
1405 object_get_canonical_path_component(OBJECT(backend))); in machine_consume_memdev()
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c237 name = object_get_canonical_path_component(OBJECT(&s->rpu_cpu[i])); in xlnx_zynqmp_create_rpu()
518 name = object_get_canonical_path_component(OBJECT(&s->apu_cpu[i])); in xlnx_zynqmp_realize()
/openbmc/qemu/backends/
H A Dhostmem.c43 return g_strdup(object_get_canonical_path_component(OBJECT(backend))); in host_memory_backend_get_name()
H A Dcryptodev.c73 info->id = g_strdup(object_get_canonical_path_component(obj)); in qmp_query_cryptodev_foreach()
/openbmc/qemu/include/qom/
H A Dobject.h1557 const char *object_get_canonical_path_component(const Object *obj);
/openbmc/qemu/block/
H A Dthrottle-groups.c778 tg->name = g_strdup(object_get_canonical_path_component(OBJECT(obj))); in throttle_group_obj_complete()
/openbmc/qemu/hw/ppc/
H A Dspapr_nvdimm.c115 object_get_canonical_path_component(OBJECT(dimm->hostmem))); in spapr_nvdimm_validate()
H A Dspapr_drc.c533 child_name = object_get_canonical_path_component(OBJECT(drc)); in drc_realize()
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c205 vfu_id = object_get_canonical_path_component(OBJECT(o)); in vfu_object_ctx_run()
/openbmc/qemu/hw/acpi/
H A Derst.c960 object_get_canonical_path_component(OBJECT(s->hostmem))); in erst_realizefn()

12