Searched refs:qobject_ref (Results 1 – 19 of 19) sorted by relevance
| /openbmc/qemu/qobject/ |
| H A D | block-qdict.c | 35 qdict_put_obj(dst, key, qobject_ref(val)); in qdict_copy_default() 87 qdict_put_obj(target, new_key, qobject_ref(value)); in qdict_flatten_qlist() 140 qdict_put_obj(target, key, qobject_ref(value)); in qdict_flatten_qdict() 178 qdict_put_obj(*dst, p, qobject_ref(entry->value)); in qdict_extract_subqdict() 256 qobject_ref(subqobj); in qdict_array_split() 468 qdict_put_obj(child_dict, suffix, qobject_ref(ent->value)); in qdict_crumple() 470 qdict_put_obj(two_level, prefix, qobject_ref(ent->value)); in qdict_crumple() 491 qdict_put_obj(multi_level, ent->key, qobject_ref(ent->value)); in qdict_crumple() 517 qlist_append_obj(qobject_to(QList, dst), qobject_ref(child)); in qdict_crumple() 674 qdict_put_obj(dest, entry->key, qobject_ref(entry->value)); in qdict_join() [all …]
|
| H A D | qlist.c | 46 qobject_ref(elt); in qlist_copy()
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | qobject.cocci | 6 - qobject_ref(QOBJECT(E)); 7 + qobject_ref(E);
|
| /openbmc/qemu/include/qobject/ |
| H A D | qnull.h | 26 return qobject_ref(&qnull_); in qnull()
|
| /openbmc/qemu/qapi/ |
| H A D | qmp-dispatch.c | 203 qobject_ref(args); in qmp_dispatch() 292 qdict_put_obj(rsp, "id", qobject_ref(id)); in qmp_dispatch()
|
| H A D | qobject-output-visitor.c | 200 qobject_output_add_obj(qov, name, qobject_ref(*obj)); in qobject_output_type_any() 234 *qov->result = qobject_ref(qov->root); in qobject_output_complete()
|
| H A D | qobject-input-visitor.c | 610 *obj = qobject_ref(qobj); in qobject_input_type_any() 712 v->root = qobject_ref(obj); in qobject_input_visitor_base_new()
|
| /openbmc/qemu/util/ |
| H A D | keyval.c | 350 qobject_ref(item->value); in keyval_do_merge() 359 qobject_ref(ent->value); in keyval_do_merge() 494 qobject_ref(elt[i]); in keyval_listify()
|
| /openbmc/qemu/qom/ |
| H A D | qom-qmp-cmds.c | 232 info->default_value = qobject_ref(prop->defval); in qmp_device_list_properties() 277 info->default_value = qobject_ref(prop->defval); in qmp_qom_list_properties()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | wdt_ib700-test.c | 51 qobject_ref(data); in ib700_program_and_wait()
|
| H A D | device-introspect-test.c | 43 qobject_ref(ret); in qom_list_types() 57 qobject_ref(d); in qom_type_index()
|
| H A D | test-x86-cpuid-compat.c | 32 qobject_ref(ret); in qom_get()
|
| H A D | virtio-net-failover.c | 205 qobject_ref(bus); in get_bus() 263 qobject_ref(data); in get_failover_negociated_event() 603 qobject_ref(ret); in migrate_status() 619 qobject_ref(data); in get_unplug_primary_event()
|
| H A D | libqtest.c | 580 qobject_ref(capabilities)); in qtest_init_ext() 1059 qobject_ref(list); in qtest_has_accel() 1462 qobject_ref(ret); in qtest_vqmp_assert_success() 1483 qobject_ref(ret); in qtest_vqmp_fds_assert_success_ref() 1515 qobject_ref(ret); in qtest_qmp_assert_success_ref()
|
| H A D | npcm7xx_watchdog_timer-test.c | 98 qobject_ref(data); in get_watchdog_action()
|
| H A D | tco-test.c | 245 qobject_ref(data); in get_watchdog_action()
|
| /openbmc/qemu/monitor/ |
| H A D | monitor.c | 390 evstate->qdict = qobject_ref(qdict); in monitor_qapi_event_queue_no_reenter() 404 evstate->data = qobject_ref(data); in monitor_qapi_event_queue_no_reenter() 437 ev->qdict = qobject_ref(qdict); in qapi_event_emit()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qmp-cmds.c | 158 qobject_ref(ret); in do_qmp_dispatch()
|
| /openbmc/qemu/block/ |
| H A D | quorum.c | 1186 qobject_ref(s->children[i]->bs->full_open_options)); in quorum_gather_child_options()
|