Searched refs:qdict_put_null (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | check-qobject.c | 193 qdict_put_null(dict_0, "null"); in qobject_is_equal_dict_test() 198 qdict_put_null(dict_1, "null"); in qobject_is_equal_dict_test() 203 qdict_put_null(dict_different_key, "null"); in qobject_is_equal_dict_test() 208 qdict_put_null(dict_different_value, "null"); in qobject_is_equal_dict_test() 213 qdict_put_null(dict_different_null_key, "none"); in qobject_is_equal_dict_test() 219 qdict_put_null(dict_longer, "null"); in qobject_is_equal_dict_test() 229 qdict_put_null(dict_nested, "null"); in qobject_is_equal_dict_test()
|
H A D | check-qlit.c | 44 qdict_put_null(qdict, "baz"); in make_qobject()
|
H A D | check-block-qdict.c | 537 qdict_put_null(dict, "nothing"); in qdict_rename_keys_test()
|
/openbmc/qemu/target/i386/ |
H A D | cpu-sysemu.c | 58 qdict_put_null(d, props[i]); in x86_cpu_static_props() 68 qdict_put_null(d, fi->feat_names[bit]); in x86_cpu_static_props()
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | qobject.cocci | 25 + qdict_put_null(Obj, Key);
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 55 void qdict_put_null(QDict *qdict, const char *key);
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 149 void qdict_put_null(QDict *qdict, const char *key) in qdict_put_null() function
|
/openbmc/qemu/block/ |
H A D | vmdk.c | 3083 qdict_put_null(target, "backing"); in vmdk_gather_child_options()
|
/openbmc/qemu/ |
H A D | block.c | 8014 qdict_put_null(opts, "backing"); in bdrv_refresh_filename()
|