Home
last modified time | relevance | path

Searched refs:qobject_ref (Results 1 – 19 of 19) 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()
/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci6 - qobject_ref(QOBJECT(E));
7 + qobject_ref(E);
/openbmc/qemu/include/qobject/
H A Dqnull.h26 return qobject_ref(&qnull_); in qnull()
/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/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/qom/
H A Dqom-qmp-cmds.c232 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 Dwdt_ib700-test.c51 qobject_ref(data); in ib700_program_and_wait()
H A Ddevice-introspect-test.c43 qobject_ref(ret); in qom_list_types()
57 qobject_ref(d); in qom_type_index()
H A Dtest-x86-cpuid-compat.c32 qobject_ref(ret); in qom_get()
H A Dvirtio-net-failover.c205 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 Dlibqtest.c580 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 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/tests/unit/
H A Dtest-qmp-cmds.c158 qobject_ref(ret); in do_qmp_dispatch()
/openbmc/qemu/block/
H A Dquorum.c1186 qobject_ref(s->children[i]->bs->full_open_options)); in quorum_gather_child_options()