Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dbios-tables-test.c125 if (table->aml_file && in cleanup_table_descriptor()
128 unlink(table->aml_file); in cleanup_table_descriptor()
130 g_free(table->aml_file); in cleanup_table_descriptor()
250 gchar *aml_file = NULL; in dump_aml_files() local
271 g_free(aml_file); in dump_aml_files()
290 g_free(aml_file); in dump_aml_files()
393 gchar *aml_file = NULL; in load_expected_aml() local
407 exp_sdt.aml_file = aml_file; in load_expected_aml()
411 g_free(aml_file); in load_expected_aml()
426 aml_file); in load_expected_aml()
[all …]
H A Dacpi-utils.h22 gchar *aml_file; member