Home
last modified time | relevance | path

Searched defs:SIGSYS (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d48 inline int SIGSYS = 12; variable
/freebsd/sys/sys/
H A Dsignal.h94 #define SIGSYS 12 /* non-existent system call invoked */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp132 const int SIGSYS = 12; variable
135 const int SIGSYS = 31; variable