/openbmc/qemu/util/ |
H A D | nvdimm-utils.c | 13 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 D | memory-device.c | 67 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 D | pc-dimm.c | 112 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 D | nmi.c | 57 object_child_foreach(o, do_nmi, ns); in nmi_children()
|
H A D | sysbus.c | 47 return object_child_foreach(obj, find_sysbus_device, opaque); in find_sysbus_device()
|
H A D | machine-qmp-cmds.c | 213 object_child_foreach(obj, query_memdev, &list); in qmp_query_memdev()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas_ddw.c | 42 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 D | spapr_pci.c | 2027 object_child_foreach(OBJECT(qdev), spapr_phb_children_reset, NULL); in spapr_phb_reset()
|
/openbmc/qemu/hw/i386/ |
H A D | sgx.c | 49 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 D | pc.c | 478 object_child_foreach(container, check_fdc, &state); in pc_find_fdc0()
|
/openbmc/qemu/scsi/ |
H A D | pr-manager.c | 140 object_child_foreach(container, query_one_pr_manager, &prev); in qmp_query_pr_managers()
|
/openbmc/qemu/gdbstub/ |
H A D | system.c | 301 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 D | qom-hmp-cmds.c | 124 object_child_foreach(obj, insert_qom_composition_child, children); in print_qom_composition()
|
H A D | object.c | 1170 int object_child_foreach(Object *obj, int (*fn)(Object *child, void *opaque), in object_child_foreach() function
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-udmabuf.c | 125 object_child_foreach(memdev_root, find_memory_backend_type, &memfd_backend); in virtio_gpu_have_udmabuf()
|
/openbmc/qemu/backends/ |
H A D | cryptodev.c | 102 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 D | dbus-chardev.c | 109 object_child_foreach(container_get(object_get_root(), "/chardevs"), in dbus_chardev_init()
|
/openbmc/qemu/ |
H A D | iothread.c | 371 object_child_foreach(container, query_one_iothread, &prev); in qmp_query_iothreads()
|
/openbmc/qemu/chardev/ |
H A D | char-mux.c | 446 object_child_foreach(get_chardevs_root(), in resume_mux_open()
|
H A D | char.c | 812 object_child_foreach(get_chardevs_root(), in qmp_query_chardev()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 2002 int object_child_foreach(Object *obj, int (*fn)(Object *child, void *opaque),
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 1094 object_child_foreach(peripheral, qdev_add_hotpluggable_device, &list); in qdev_build_hotpluggable_device_list()
|
H A D | physmem.c | 1225 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 D | hv-balloon.c | 208 object_child_foreach(obj, build_dimm_list, opaque); in build_dimm_list()
|