Searched refs:SIGABRT (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | target_os_signal.h | 13 #define TARGET_SIGIOT SIGABRT /* compatibility */
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | target_os_signal.h | 13 #define TARGET_SIGIOT SIGABRT /* compatibility */
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | signal.h | 15 #define SIGABRT 6 macro
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | target_os_signal.h | 17 #define TARGET_SIGIOT SIGABRT /* compatibility */
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 27 #define SIGABRT 6 macro
|
| /openbmc/qemu/tests/tcg/ppc64/ |
| H A D | bcdsub.c | 126 sigaction(SIGABRT, &action, NULL); in main()
|
| /openbmc/gpioplus/test/internal/ |
| H A D | fd.cpp | 78 if (signum == SIGABRT) in abrt_handler() 94 ASSERT_EQ(0, sigaction(SIGABRT, &act, nullptr)); in TEST_F()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-replication.c | 549 signal(SIGABRT, sigabrt_handler); in setup_sigabrt_handler() 558 sigaction(SIGABRT, &sigact, NULL); in setup_sigabrt_handler()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 305 sighandler_old = signal(SIGABRT, sigabrt_handler); in setup_sigabrt_handler() 310 signal(SIGABRT, sighandler_old); in cleanup_sigabrt_handler() 333 /* Only install SIGABRT handler once */ in qtest_add_abrt_handler() 355 /* Uninstall SIGABRT handler on last instance */ in qtest_remove_abrt_handler()
|