Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c49 qtest_add_abrt_handler(tpm_emu_close_ioc, ioc); in tpm_emu_tpm_thread()
110 qtest_add_abrt_handler(tpm_emu_close_ioc, ioc); in tpm_emu_ctrl_thread()
H A Dlibqtest.h825 * qtest_add_abrt_handler:
833 void qtest_add_abrt_handler(GHookFunc fn, const void *data);
837 * @data: Argument previously passed to qtest_add_abrt_handler()
840 * qtest_add_abrt_handler().
H A Divshmem-test.c490 qtest_add_abrt_handler(abrt_handler, NULL); in main()
H A Dpflash-cfi02-test.c653 qtest_add_abrt_handler(cleanup, NULL); in main()
H A Dlibqtest.c325 void qtest_add_abrt_handler(GHookFunc fn, const void *data) in qtest_add_abrt_handler()
418 qtest_add_abrt_handler(kill_qemu_hook_func, s); in qtest_spawn_qemu()
324 void qtest_add_abrt_handler(GHookFunc fn, const void *data) qtest_add_abrt_handler() function
H A Dvhost-user-blk-test.c950 qtest_add_abrt_handler(quit_storage_daemon, qsd); in start_vhost_user_blk()