Home
last modified time | relevance | path

Searched refs:object_child_foreach (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/util/
H A Dnvdimm-utils.c13 object_child_foreach(obj, nvdimm_device_list, opaque); in nvdimm_device_list()
28 object_child_foreach(qdev_get_machine(), nvdimm_device_list, &list); in nvdimm_get_device_list()
/openbmc/qemu/hw/mem/
H A Dmemory-device.c67 object_child_foreach(obj, memory_device_build_list, opaque); in memory_device_build_list()
255 object_child_foreach(OBJECT(ms), memory_device_build_list, &list); in memory_device_get_free_addr()
301 object_child_foreach(qdev_get_machine(), memory_device_build_list, in qmp_memory_device_list()
334 object_child_foreach(obj, memory_device_plugged_size, opaque); in memory_device_plugged_size()
H A Dpc-dimm.c112 object_child_foreach(obj, pc_dimm_slot2bitmap, opaque); in pc_dimm_slot2bitmap()
128 object_child_foreach(qdev_get_machine(), pc_dimm_slot2bitmap, bitmap); in pc_dimm_get_free_slot()
/openbmc/qemu/hw/core/
H A Dnmi.c57 object_child_foreach(o, do_nmi, ns); in nmi_children()
H A Dsysbus.c47 return object_child_foreach(obj, find_sysbus_device, opaque); in find_sysbus_device()
H A Dmachine-qmp-cmds.c213 object_child_foreach(obj, query_memdev, &list); in qmp_query_memdev()
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas_ddw.c42 object_child_foreach(OBJECT(sphb), spapr_phb_get_active_win_num_cb, &ret); in spapr_phb_get_active_win_num()
63 object_child_foreach(OBJECT(sphb), spapr_phb_get_free_liobn_cb, &liobn); in spapr_phb_get_free_liobn()
H A Dspapr_pci.c2027 object_child_foreach(OBJECT(qdev), spapr_phb_children_reset, NULL); in spapr_phb_reset()
/openbmc/qemu/hw/i386/
H A Dsgx.c49 object_child_foreach(obj, sgx_epc_device_list, opaque); in sgx_epc_device_list()
57 object_child_foreach(qdev_get_machine(), sgx_epc_device_list, &list); in sgx_epc_get_device_list()
H A Dpc.c478 object_child_foreach(container, check_fdc, &state); in pc_find_fdc0()
/openbmc/qemu/scsi/
H A Dpr-manager.c140 object_child_foreach(container, query_one_pr_manager, &prev); in qmp_query_pr_managers()
/openbmc/qemu/gdbstub/
H A Dsystem.c301 return object_child_foreach(child, find_cpu_clusters, opaque); in find_cpu_clusters()
320 object_child_foreach(object_get_root(), find_cpu_clusters, s); in create_processes()
/openbmc/qemu/qom/
H A Dqom-hmp-cmds.c124 object_child_foreach(obj, insert_qom_composition_child, children); in print_qom_composition()
H A Dobject.c1170 int object_child_foreach(Object *obj, int (*fn)(Object *child, void *opaque), in object_child_foreach() function
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c125 object_child_foreach(memdev_root, find_memory_backend_type, &memfd_backend); in virtio_gpu_have_udmabuf()
/openbmc/qemu/backends/
H A Dcryptodev.c102 object_child_foreach(objs, qmp_query_cryptodev_foreach, &list); in qmp_query_cryptodev()
566 object_child_foreach(objs, cryptodev_backend_stats_query, &stats_args); in cryptodev_backend_stats_cb()
/openbmc/qemu/ui/
H A Ddbus-chardev.c109 object_child_foreach(container_get(object_get_root(), "/chardevs"), in dbus_chardev_init()
/openbmc/qemu/
H A Diothread.c371 object_child_foreach(container, query_one_iothread, &prev); in qmp_query_iothreads()
/openbmc/qemu/chardev/
H A Dchar-mux.c446 object_child_foreach(get_chardevs_root(), in resume_mux_open()
H A Dchar.c812 object_child_foreach(get_chardevs_root(), in qmp_query_chardev()
/openbmc/qemu/include/qom/
H A Dobject.h2002 int object_child_foreach(Object *obj, int (*fn)(Object *child, void *opaque),
/openbmc/qemu/system/
H A Dqdev-monitor.c1094 object_child_foreach(peripheral, qdev_add_hotpluggable_device, &list); in qdev_build_hotpluggable_device_list()
H A Dphysmem.c1225 object_child_foreach(memdev_root, find_min_backend_pagesize, &hpsize); in qemu_minrampagesize()
1234 object_child_foreach(memdev_root, find_max_backend_pagesize, &pagesize); in qemu_maxrampagesize()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c208 object_child_foreach(obj, build_dimm_list, opaque); in build_dimm_list()