/openbmc/qemu/scripts/coccinelle/ |
H A D | qobject.cocci | 19 + qdict_put_bool(Obj, Key, E);
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 53 void qdict_put_bool(QDict *qdict, const char *key, bool value);
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_models_sysemu.c | 164 qdict_put_bool(opaque, name, false); in qdict_add_disabled_feat() 169 qdict_put_bool(opaque, name, true); in qdict_add_enabled_feat()
|
/openbmc/qemu/tests/qtest/ |
H A D | qos-test.c | 71 qdict_put_bool(args, "abstract", true); in qos_set_machines_devices_available()
|
H A D | device-introspect-test.c | 35 qdict_put_bool(args, "abstract", abstract); in qom_list_types()
|
H A D | libqtest.c | 1715 qdict_put_bool(args, "abstract", false); in qtest_has_device()
|
/openbmc/qemu/block/ |
H A D | replication.c | 384 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !writable); in reopen_backing_file() 391 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !writable); in reopen_backing_file()
|
H A D | vvfat.c | 1133 qdict_put_bool(options, "floppy", floppy); in vvfat_parse_filename() 1134 qdict_put_bool(options, "rw", rw); in vvfat_parse_filename()
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 139 void qdict_put_bool(QDict *qdict, const char *key, bool value) in qdict_put_bool() function
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 932 qdict_put_bool(file_layer, "read-only", true); in xen_block_drive_create() 941 qdict_put_bool(cache_qdict, "direct", true); in xen_block_drive_create()
|
/openbmc/qemu/monitor/ |
H A D | hmp.c | 980 qdict_put_bool(qdict, key, val); in monitor_parse_arguments() 1027 qdict_put_bool(qdict, key, true); in monitor_parse_arguments()
|
/openbmc/qemu/tests/unit/ |
H A D | check-block-qdict.c | 536 qdict_put_bool(dict, "flag", true); in qdict_rename_keys_test()
|
H A D | test-qobject-output-visitor.c | 314 qdict_put_bool(qdict, "boolean", true); in test_visitor_out_any()
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 2483 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !(flags & BDRV_O_RDWR)); in reopen_f() 2494 qdict_put_bool(opts, BDRV_OPT_CACHE_DIRECT, flags & BDRV_O_NOCACHE); in reopen_f() 2495 qdict_put_bool(opts, BDRV_OPT_CACHE_NO_FLUSH, flags & BDRV_O_NO_FLUSH); in reopen_f()
|
H A D | block.c | 1582 qdict_put_bool(options, BDRV_OPT_CACHE_DIRECT, flags & BDRV_O_NOCACHE); in update_options_from_flags() 1585 qdict_put_bool(options, BDRV_OPT_CACHE_NO_FLUSH, in update_options_from_flags() 1589 qdict_put_bool(options, BDRV_OPT_READ_ONLY, !(flags & BDRV_O_RDWR)); in update_options_from_flags() 1592 qdict_put_bool(options, BDRV_OPT_AUTO_READ_ONLY, in update_options_from_flags() 4665 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, read_only); in bdrv_reopen_set_read_only() 7349 qdict_put_bool(backing_options, BDRV_OPT_FORCE_SHARE, true); in bdrv_img_create()
|
H A D | qemu-img.c | 403 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_open_file() 3741 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_rebase()
|