Home
last modified time | relevance | path

Searched refs:BUS_ADRERR (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dsigbus_codes.h13 #if defined(BUS_ADRERR) || (defined(HAVE_DECL_BUS_ADRERR) && HAVE_DECL_BUS_ADRERR)
15 static_assert((BUS_ADRERR) == (2), "BUS_ADRERR != 2");
18 # define BUS_ADRERR 2
55 XLAT(BUS_ADRERR),
Dsigbus_codes.in2 BUS_ADRERR 2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-20-buildonly.c7 #ifndef BUS_ADRERR
8 #error BUS_ADRERR not defined
Dsigmacrolist.txt20 BUS_ADRERR
/external/e2fsprogs/e2fsck/
Dsigcatcher.c193 #ifdef BUS_ADRERR
194 DEFINE_ENTRY(BUS_ADRERR)
245 #ifdef BUS_ADRERR
246 DEFINE_ENTRY(BUS_ADRERR)
/external/minijail/linux-x86/
Dlibconstants.gen.c29 #ifdef BUS_ADRERR
30 { "BUS_ADRERR", (unsigned long) BUS_ADRERR },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h238 #define BUS_ADRERR 2 /* non-existent physical address */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py151 BUS_ADRERR = 2 variable
DFILE.py156 BUS_ADRERR = 2 variable
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c297 case BUS_ADRERR: in show_siginfo()
/external/v8/src/base/debug/
Dstack_trace_posix.cc202 else if (info->si_code == BUS_ADRERR) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc266 else if (info->si_code == BUS_ADRERR) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py540 BUS_ADRERR = 2 variable
DSTROPTS.py537 BUS_ADRERR = 2 variable