Searched refs:qdict_copy_default (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | qdict.h | 18 void qdict_copy_default(QDict *dst, QDict *src, const char *key);
|
/openbmc/qemu/tests/unit/ |
H A D | check-block-qdict.c | 28 qdict_copy_default(copy, dict, "foo"); in qdict_defaults_test() 31 qdict_copy_default(copy, dict, "bar"); in qdict_defaults_test()
|
/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 25 void qdict_copy_default(QDict *dst, QDict *src, const char *key) in qdict_copy_default() function
|
/openbmc/qemu/ |
H A D | block.c | 1253 qdict_copy_default(child_options, parent_options, BDRV_OPT_READ_ONLY); in bdrv_temp_snapshot_options() 1254 qdict_copy_default(child_options, parent_options, BDRV_OPT_DISCARD); in bdrv_temp_snapshot_options() 1404 qdict_copy_default(child_options, parent_options, BDRV_OPT_CACHE_DIRECT); in bdrv_inherited_options() 1405 qdict_copy_default(child_options, parent_options, BDRV_OPT_CACHE_NO_FLUSH); in bdrv_inherited_options() 1406 qdict_copy_default(child_options, parent_options, BDRV_OPT_FORCE_SHARE); in bdrv_inherited_options() 1414 qdict_copy_default(child_options, parent_options, BDRV_OPT_READ_ONLY); in bdrv_inherited_options() 1415 qdict_copy_default(child_options, parent_options, in bdrv_inherited_options()
|