HomeSort by: relevance | last modified time | path
    Searched defs:SIGSYS (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
afssys.c 325 #ifdef SIGSYS
326 kill(getpid(), SIGSYS); /* You lose! */
388 #ifdef SIGSYS
389 kill(getpid(), SIGSYS); /* You lose! */
397 #ifdef SIGSYS
403 signal(SIGSYS, SIGSYS_handler); /* Need to reinstall handler on SYSV */
463 #if !defined(NO_AFS) && defined(SIGSYS)
481 * If the syscall is absent we recive a SIGSYS.
487 #ifdef SIGSYS
488 saved_func = signal(SIGSYS, SIGSYS_handler)
    [all...]
  /src/sys/sys/
signal.h 64 #define SIGSYS 12 /* bad argument to system call */
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 131 const int SIGSYS = 12;
134 const int SIGSYS = 31;
2159 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS;
2185 // SIGSYS looks relatively safe -- it's synchronous and can actually
2187 bool acq = (sig == SIGSYS);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 123 const int SIGSYS = 12;
126 const int SIGSYS = 31;
2054 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS ||
2082 // SIGSYS looks relatively safe -- it's synchronous and can actually
2084 bool acq = (sig == SIGSYS);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 471 #ifdef SIGSYS
472 kill (getpid (), SIGSYS);
1191 #ifdef SIGSYS
1192 signal (SIGSYS, handle_SYS);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 488 #ifdef SIGSYS
489 kill (getpid (), SIGSYS);
1207 #ifdef SIGSYS
1208 signal (SIGSYS, handle_SYS);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 471 #ifdef SIGSYS
472 kill (getpid (), SIGSYS);
1191 #ifdef SIGSYS
1192 signal (SIGSYS, handle_SYS);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 488 #ifdef SIGSYS
489 kill (getpid (), SIGSYS);
1207 #ifdef SIGSYS
1208 signal (SIGSYS, handle_SYS);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 129 const int SIGSYS = 12;
132 const int SIGSYS = 31;
1975 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS ||
2005 // SIGSYS looks relatively safe -- it's synchronous and can actually
2007 bool acq = (sig == SIGSYS);

Completed in 34 milliseconds