Searched refs:objs (Results 1 – 6 of 6) sorted by relevance
| /qemu/scripts/ |
| A D | modinfo-generate.py | 37 objs = [] 44 objs.append(data) 66 print_array("objs", objs)
|
| /qemu/tests/qtest/ |
| A D | readconfig-test.c | 131 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/ |
| A D | module.c | 332 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/ |
| A D | cryptodev.c | 100 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/ |
| A D | module.h | 185 const char **objs; member
|
| /qemu/ |
| A D | MAINTAINERS | 499 F: accel/Makefile.objs 500 F: accel/stubs/Makefile.objs 2213 F: hw/virtio/Makefile.objs
|
Completed in 17 milliseconds