/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 426 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops() 471 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops() 487 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops() 503 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops() 515 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops() 563 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read() 575 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read() 591 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read() 603 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read() 802 exited = qdict_get_bool(val, "exited"); in wait_for_guest_exec_completion()
|
H A D | check-block-qdict.c | 549 g_assert_cmpint(qdict_get_bool(copy, "flag"), ==, true); in qdict_rename_keys_test() 576 g_assert_cmpint(qdict_get_bool(copy, "bool"), ==, true); in qdict_rename_keys_test() 598 g_assert_cmpint(qdict_get_bool(copy, "number"), ==, true); in qdict_rename_keys_test() 618 g_assert_cmpint(qdict_get_bool(copy, "flag"), ==, true); in qdict_rename_keys_test()
|
H A D | test-qobject-output-visitor.c | 158 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, false); in test_visitor_out_struct() 258 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, value_bool); in test_visitor_out_list() 350 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, true); in test_visitor_out_union_flat() 406 g_assert_cmpint(qdict_get_bool(qdict, "onoff"), ==, true); in test_visitor_out_union_in_union() 469 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, true); in test_visitor_out_alternate()
|
/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 127 return qdict_get_bool(props, feature); in resp_get_feature() 156 g_assert(qdict_get_bool(_props, feature) == (expected_value)); \ 244 if (qdict_get_bool(props, e->key)) { in resp_get_sve_vls()
|
H A D | device-introspect-test.c | 182 qdict_get_bool(d, "abstract") : in test_qom_list_fields() 298 g_assert(qdict_haskey(d, "abstract") && qdict_get_bool(d, "abstract")); in test_abstract_interfaces()
|
H A D | pvpanic-test.c | 81 g_assert(qdict_get_bool(data, "guest")); in test_pvshutdown()
|
H A D | pvpanic-pci-test.c | 116 g_assert(qdict_get_bool(data, "guest")); in test_pvshutdown()
|
H A D | migration-helpers.c | 382 g_assert(qdict_get_bool(rsp_return, "running")); in wait_for_migration_fail()
|
H A D | ahci-test.c | 1642 g_assert(qdict_get_bool(data, "tray-open")); in atapi_wait_tray() 1644 g_assert(!qdict_get_bool(data, "tray-open")); in atapi_wait_tray()
|
H A D | libqtest.c | 1943 b = qdict_get_bool(r, "return"); in qtest_qom_get_bool()
|
H A D | migration-test.c | 433 result = qdict_get_bool(rsp, parameter); in migrate_get_parameter_bool()
|
/openbmc/qemu/dump/ |
H A D | dump-hmp-cmds.c | 75 detach = qdict_get_bool(qdict, "detach"); in hmp_dump_guest_memory()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 60 bool qdict_get_bool(const QDict *qdict, const char *key);
|
/openbmc/qemu/trace/ |
H A D | trace-hmp-cmds.c | 39 bool new_state = qdict_get_bool(qdict, "option"); in hmp_trace_event()
|
/openbmc/qemu/net/ |
H A D | net-hmp-cmds.c | 59 bool up = qdict_get_bool(qdict, "up"); in hmp_set_link()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos.c | 90 running = qdict_get_bool(sub, "running"); in migrate()
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 220 bool qdict_get_bool(const QDict *qdict, const char *key) in qdict_get_bool() function
|
/openbmc/qemu/migration/ |
H A D | migration-hmp-cmds.c | 460 bool state = qdict_get_bool(qdict, "state"); in hmp_migrate_set_capability()
|