Searched refs:qdict_put_obj (Results 1 – 5 of 5) sorted by relevance
/external/qemu/ |
D | qdict.h | 40 void qdict_put_obj(QDict *qdict, const char *key, QObject *value); 53 qdict_put_obj(qdict, key, QOBJECT(obj))
|
D | qdict.c | 132 void qdict_put_obj(QDict *qdict, const char *key, QObject *value) in qdict_put_obj() function
|
D | json-parser.c | 294 qdict_put_obj(dict, qstring_get_str(qobject_to_qstring(key)), value); in parse_pair()
|
D | qemu-option.c | 924 qdict_put_obj(qdict, opt->name, val); in qemu_opts_to_qdict()
|
D | block.c | 1627 qdict_put_obj(bs_dict, "inserted", obj); in bdrv_info() 1684 qdict_put_obj(dict, "parent", parent); in bdrv_info_stats_bs()
|