/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()
|
H A D | qdict.c | 355 qdict_put_obj(dest, entry->key, qobject_ref(entry->value)); in qdict_clone_shallow()
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | qobject.cocci | 6 - qobject_ref(QOBJECT(E)); 7 + qobject_ref(E);
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qnull.h | 26 return qobject_ref(&qnull_); in qnull()
|
H A D | qobject.h | 109 #define qobject_ref(obj) ({ \ macro
|
/openbmc/qemu/qom/ |
H A D | qom-qmp-cmds.c | 170 info->default_value = qobject_ref(prop->defval); in qmp_device_list_properties() 215 info->default_value = qobject_ref(prop->defval); in qmp_qom_list_properties()
|
H A D | object.c | 2845 op->defval = qobject_ref(target_prop->defval); in object_property_add_alias()
|
/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/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/tests/qtest/ |
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 | wdt_ib700-test.c | 51 qobject_ref(data); in ib700_program_and_wait()
|
H A D | virtio-net-failover.c | 204 qobject_ref(bus); in get_bus() 262 qobject_ref(data); in get_failover_negociated_event() 602 qobject_ref(ret); in migrate_status() 618 qobject_ref(data); in get_unplug_primary_event()
|
H A D | test-x86-cpuid-compat.c | 32 qobject_ref(ret); in qom_get()
|
H A D | npcm7xx_watchdog_timer-test.c | 98 qobject_ref(data); in get_watchdog_action()
|
H A D | libqtest.c | 1308 qobject_ref(ret); in qtest_vqmp_assert_failure_ref() 1329 qobject_ref(ret); in qtest_vqmp_assert_success_ref() 1361 qobject_ref(ret); in qtest_vqmp_fds_assert_success_ref() 1726 qobject_ref(list); in qtest_has_device()
|
H A D | tco-test.c | 245 qobject_ref(data); in get_watchdog_action()
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 389 evstate->qdict = qobject_ref(qdict); in monitor_qapi_event_queue_no_reenter() 403 evstate->data = qobject_ref(data); in monitor_qapi_event_queue_no_reenter() 436 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/ |
H A D | block.c | 5032 reopen_state->options = qobject_ref(orig_reopen_opts); in bdrv_reopen_prepare() 5077 qobject_ref(reopen_state->explicit_options); in bdrv_reopen_commit() 5078 qobject_ref(reopen_state->options); in bdrv_reopen_commit() 7884 qdict_put_obj(d, *option_name, qobject_ref(entry)); in append_strong_runtime_options() 7893 qobject_ref(qdict_entry_value(entry))); in append_strong_runtime_options() 7977 bs->full_open_options = qobject_ref(child->bs->full_open_options); in bdrv_refresh_filename() 8009 qobject_ref(child->bs->full_open_options)); in bdrv_refresh_filename()
|
/openbmc/qemu/system/ |
H A D | vl.c | 1596 qobject_ref(prop); in machine_merge_property() 1738 qobject_ref(ent->value); in keyval_dashify()
|
/openbmc/qemu/block/ |
H A D | quorum.c | 1186 qobject_ref(s->children[i]->bs->full_open_options)); in quorum_gather_child_options()
|
H A D | vmdk.c | 3076 qobject_ref(bs->file->bs->full_open_options)); in vmdk_gather_child_options() 3081 qobject_ref(bs->backing->bs->full_open_options)); in vmdk_gather_child_options()
|