Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dbios-tables-test.c462 GString *asl, *exp_asl; in test_acpi_asl() local
500 exp_asl = normalize_asl(exp_sdt->asl); in test_acpi_asl()
503 exp_asl = g_string_new(""); in test_acpi_asl()
509 if (g_strcmp0(asl->str, exp_asl->str)) { in test_acpi_asl()
543 g_string_free(exp_asl, true); in test_acpi_asl()