Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c249 AcpiSdtTable *sdt, *exp_sdt; in dump_aml_files() local
261 exp_sdt = &g_array_index(exp_data.tables, AcpiSdtTable, i); in dump_aml_files()
263 g_assert(exp_sdt->aml); in dump_aml_files()
271 sdt->aml_len == exp_sdt->aml_len && in dump_aml_files()
272 !memcmp(sdt->aml, exp_sdt->aml, sdt->aml_len)) { in dump_aml_files()
395 AcpiSdtTable exp_sdt; in load_expected_aml() local
401 memset(&exp_sdt, 0, sizeof(exp_sdt)); in load_expected_aml()
410 exp_sdt.aml_file = aml_file; in load_expected_aml()
417 g_assert(exp_sdt.aml_file); in load_expected_aml()
421 ret = g_file_get_contents(aml_file, (gchar **)&exp_sdt.aml, in load_expected_aml()
[all …]