Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 6 of 6) sorted by relevance

/qemu/scripts/
H A Dmodinfo-generate.py37 objs = []
44 objs.append(data)
66 print_array("objs", objs)
/qemu/tests/qtest/
H A Dreadconfig-test.c131 g_autoptr(ObjectPropertyInfoList) objs = NULL; in test_object_available()
139 visit_type_ObjectPropertyInfoList(v, NULL, &objs, &error_abort); in test_object_available()
141 g_assert(objs); in test_object_available()
142 tmp = objs; in test_object_available()
/qemu/util/
H A Dmodule.c332 if (!modinfo->objs) { in module_load_qom()
338 for (sl = modinfo->objs; *sl != NULL; sl++) { in module_load_qom()
364 if (!modinfo->objs) { in module_load_qom_all()
/qemu/backends/
H A Dcryptodev.c100 Object *objs = container_get(object_get_root(), "/objects"); in qmp_query_cryptodev() local
102 object_child_foreach(objs, qmp_query_cryptodev_foreach, &list); in qmp_query_cryptodev()
560 Object *objs = container_get(object_get_root(), "/objects"); in cryptodev_backend_stats_cb() local
566 object_child_foreach(objs, cryptodev_backend_stats_query, &stats_args); in cryptodev_backend_stats_cb()
/qemu/include/qemu/
H A Dmodule.h185 const char **objs; member
/qemu/
H A DMAINTAINERS503 F: accel/Makefile.objs
504 F: accel/stubs/Makefile.objs
2221 F: hw/virtio/Makefile.objs