Searched refs:debug_path (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 45 static char *debug_path; variable 1107 prepare_blkdebug_script(debug_path, "flush_to_disk"); in test_flush_retry() 1113 debug_path, in test_flush_retry() 1218 prepare_blkdebug_script(debug_path, "write_aio"); in ahci_halted_io_test() 1225 debug_path, in ahci_halted_io_test() 1284 prepare_blkdebug_script(debug_path, "write_aio"); in ahci_migrate_halted_io() 1291 debug_path, in ahci_migrate_halted_io() 1353 prepare_blkdebug_script(debug_path, "flush_to_disk"); in test_flush_migrate() 1992 fd = g_mkstemp(debug_path); in main() 2052 unlink(debug_path); in main() [all …]
|
H A D | ide-test.c | 126 static char *debug_path; variable 783 prepare_blkdebug_script(debug_path, "flush_to_disk"); in test_pci_retry_flush() 788 debug_path, tmp_path[0]); in test_pci_retry_flush() 1105 debug_path = g_strdup_printf("%s/qtest-blkdebug.XXXXXX", base); in main() 1106 fd = g_mkstemp(debug_path); in main() 1150 unlink(debug_path); in main() 1151 g_free(debug_path); in main()
|