Searched refs:SIGIOT (Results 1 - 20 of 20) sorted by relevance

/external/ltp/testcases/kernel/ipc/ipc_stress/
H A Dsignal_test_02.c122 * Send SIGILL, SIGALRM & SIGIOT signals to this process:
133 printf("\tSend SIGILL, SIGALRM, SIGIOT signals to process\n");
136 valid_sig[SIGIOT] = 1;
140 kill(pid, SIGIOT);
146 if (valid_sig[SIGIOT])
147 error("failed to receive SIGIOT signal!", __LINE__);
150 * Block SIGILL, SIGALRM & SIGIOT signals:
161 printf("\n\tBlock SIGILL, SIGALRM, SIGIOT signals, "
165 if (sigaddset(&setsig, SIGIOT) < 0)
166 sys_error("sigaddset (SIGIOT) faile
[all...]
H A Dsignal_test_01.c148 * Send SIGILL, SIGALRM & SIGIOT signals to this process:
159 printf("\tSend SIGILL, SIGALRM, SIGIOT signals to process\n");
162 valid_sig[SIGIOT] = 1;
166 kill(pid, SIGIOT);
172 if (valid_sig[SIGIOT])
173 error("failed to receive SIGIOT signal!", __LINE__);
176 * Block SIGILL, SIGALRM & SIGIOT signals:
187 printf("\n\tBlock SIGILL, SIGALRM, SIGIOT signals, "
192 sigaddset(&mask, SIGIOT);
205 kill(pid, SIGIOT);
[all...]
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h29 #define SIGIOT 6 /* IOT trap (4.2 BSD). */ macro
30 #define SIGABRT SIGIOT /* Abort (ANSI). */
/external/ltp/testcases/kernel/syscalls/abort/
H A Dabort01.c116 if (sig == SIGIOT) {
117 tst_resm(TPASS, "abort raised SIGIOT");
120 "Child did not raise SIGIOT (%d); exit code = %d, "
121 "signal = %d", SIGIOT, ex, sig);
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h23 #define SIGIOT 6 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h16 #define SIGIOT 6 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h28 #define SIGIOT 6 macro
/external/ltp/lib/
H A Dsigname.h29 #ifdef SIGIOT
30 /* SIGIOT same as SIGABRT */
31 STRPAIR(SIGABRT, "SIGIOT/SIGABRT")
/external/ltp/testcases/kernel/syscalls/signal/
H A Dsignal03.c67 int siglist[] = { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT, SIGIOT,
H A Dsignal05.c67 int siglist[] = { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT, SIGIOT,
/external/ltp/testcases/misc/crash/
H A Dcrash01.c379 #ifdef SIGIOT
380 case SIGIOT:
427 #ifdef SIGIOT
428 my_signal(SIGIOT, again_handler);
H A Dcrash02.c328 #ifdef SIGIOT
329 case SIGIOT:
376 #ifdef SIGIOT
377 my_signal(SIGIOT, again_handler);
/external/strace/tests/
H A Dsignal2name.c46 CASE(SIGIOT);
/external/strace/tests-m32/
H A Dsignal2name.c46 CASE(SIGIOT);
/external/strace/tests-mx32/
H A Dsignal2name.c46 CASE(SIGIOT);
/external/ltp/testcases/kernel/syscalls/fstat/
H A Dfstat05.c111 int siglist[] = { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT, SIGIOT,
/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill11.c71 {SIGIOT, 1},
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c50 #ifdef SIGIOT
51 DEFINE_ENTRY(SIGIOT)
/external/minijail/linux-x86/
H A Dlibconstants.gen.c1124 #ifdef SIGIOT
1125 { "SIGIOT", (unsigned long) SIGIOT },
1126 #endif // SIGIOT
/external/bison/
H A Dmaint.mk625 SIGINFO SIGINT SIGIO SIGIOT SIGKAP SIGKILL SIGKILLTHR SIGLOST SIGLWP \

Completed in 937 milliseconds