Home
last modified time | relevance | path

Searched refs:qtest_qom_get_bool (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Daspeed_gpio-test.c48 g_assert(qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV4")); in test_set_colocated_pins()
49 g_assert(!qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV5")); in test_set_colocated_pins()
50 g_assert(qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV6")); in test_set_colocated_pins()
51 g_assert(!qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV7")); in test_set_colocated_pins()
H A Daspeed-smc-utils.c459 g_assert(!qtest_qom_get_bool in aspeed_smc_test_read_status_reg()
469 g_assert(qtest_qom_get_bool in aspeed_smc_test_read_status_reg()
479 g_assert(!qtest_qom_get_bool in aspeed_smc_test_read_status_reg()
H A Dlibqtest.h1066 bool qtest_qom_get_bool(QTestState *s, const char *path, const char *property);
H A Dlibqtest.c1936 bool qtest_qom_get_bool(QTestState *s, const char *path, const char *property) in qtest_qom_get_bool() function