Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d44 inline int SIGBUS = 10; variable
/freebsd/sys/sys/
H A Dsignal.h90 #define SIGBUS 10 /* bus error */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp131 const int SIGBUS = 10; variable
134 const int SIGBUS = 7; variable