Home
last modified time | relevance | path

Searched refs:qobject_ref (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/qobject/
H A Dblock-qdict.c35 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 Dqlist.c46 qobject_ref(elt); in qlist_copy()
H A Dqdict.c355 qdict_put_obj(dest, entry->key, qobject_ref(entry->value)); in qdict_clone_shallow()
/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci6 - qobject_ref(QOBJECT(E));
7 + qobject_ref(E);
/openbmc/qemu/include/qapi/qmp/
H A Dqnull.h26 return qobject_ref(&qnull_); in qnull()
H A Dqobject.h109 #define qobject_ref(obj) ({ \ macro
/openbmc/qemu/util/
H A Dkeyval.c350 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 Dqmp-dispatch.c203 qobject_ref(args); in qmp_dispatch()
292 qdict_put_obj(rsp, "id", qobject_ref(id)); in qmp_dispatch()
H A Dqobject-output-visitor.c200 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 Dqobject-input-visitor.c610 *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 Ddevice-introspect-test.c43 qobject_ref(ret); in qom_list_types()
57 qobject_ref(d); in qom_type_index()
H A Dwdt_ib700-test.c51 qobject_ref(data); in ib700_program_and_wait()
H A Dtest-x86-cpuid-compat.c32 qobject_ref(ret); in qom_get()
H A Dvirtio-net-failover.c204 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 Dlibqtest.c1300 qobject_ref(ret); in qtest_vqmp_assert_failure_ref()
1321 qobject_ref(ret); in qtest_vqmp_assert_success_ref()
1353 qobject_ref(ret); in qtest_vqmp_fds_assert_success_ref()
1635 qobject_ref(list); in qtest_has_device()
H A Dnpcm7xx_watchdog_timer-test.c98 qobject_ref(data); in get_watchdog_action()
H A Dtco-test.c245 qobject_ref(data); in get_watchdog_action()
/openbmc/qemu/monitor/
H A Dmonitor.c390 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/qom/
H A Dqom-qmp-cmds.c170 info->default_value = qobject_ref(prop->defval); in qmp_device_list_properties()
H A Dobject.c2796 op->defval = qobject_ref(target_prop->defval); in object_property_add_alias()
/openbmc/qemu/tests/unit/
H A Dtest-qmp-cmds.c158 qobject_ref(ret); in do_qmp_dispatch()
/openbmc/qemu/
H A Dblock.c5106 reopen_state->options = qobject_ref(orig_reopen_opts); in bdrv_reopen_prepare()
5151 qobject_ref(reopen_state->explicit_options); in bdrv_reopen_commit()
5152 qobject_ref(reopen_state->options); in bdrv_reopen_commit()
8104 qdict_put_obj(d, *option_name, qobject_ref(entry)); in append_strong_runtime_options()
8113 qobject_ref(qdict_entry_value(entry))); in append_strong_runtime_options()
8197 bs->full_open_options = qobject_ref(child->bs->full_open_options); in bdrv_refresh_filename()
8229 qobject_ref(child->bs->full_open_options)); in bdrv_refresh_filename()
/openbmc/qemu/system/
H A Dvl.c1582 qobject_ref(prop); in machine_merge_property()
1725 qobject_ref(ent->value); in keyval_dashify()
/openbmc/qemu/block/
H A Dquorum.c1186 qobject_ref(s->children[i]->bs->full_open_options)); in quorum_gather_child_options()
H A Dvmdk.c3075 qobject_ref(bs->file->bs->full_open_options)); in vmdk_gather_child_options()
3080 qobject_ref(bs->backing->bs->full_open_options)); in vmdk_gather_child_options()