HomeSort by relevance Sort by last modified time
    Searched refs:BUS_OBJERR (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-21-buildonly.c 2 Test that the BUS_OBJERR macro is defined.
7 #ifndef BUS_OBJERR
8 #error BUS_OBJERR not defined
  /external/strace/xlat/
sigbus_codes.h 8 #if !(defined(BUS_OBJERR) || (defined(HAVE_DECL_BUS_OBJERR) && HAVE_DECL_BUS_OBJERR))
9 # define BUS_OBJERR 3
30 XLAT(BUS_OBJERR),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 210 BUS_OBJERR /* Object specific hardware error. */
211 # define BUS_OBJERR BUS_OBJERR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 210 BUS_OBJERR /* Object specific hardware error. */
211 # define BUS_OBJERR BUS_OBJERR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 210 BUS_OBJERR /* Object specific hardware error. */
211 # define BUS_OBJERR BUS_OBJERR
  /external/e2fsprogs/e2fsck/
sigcatcher.c 196 #ifdef BUS_OBJERR
197 DEFINE_ENTRY(BUS_OBJERR)
248 #ifdef BUS_OBJERR
249 DEFINE_ENTRY(BUS_OBJERR)
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 93 BUS_OBJERR = C.BUS_OBJERR
defs_netbsd.go 94 BUS_OBJERR = C.BUS_OBJERR
defs_openbsd.go 90 BUS_OBJERR = C.BUS_OBJERR
defs_arm_linux.go 107 BUS_OBJERR = C.BUS_OBJERR & 0xFFFF
defs_freebsd.go 103 BUS_OBJERR = C.BUS_OBJERR
defs_linux.go 98 BUS_OBJERR = C.BUS_OBJERR
defs_solaris.go 102 BUS_OBJERR = C.BUS_OBJERR
defs2_linux.go 110 BUS_OBJERR = C.BUS_OBJERR
defs_darwin.go 128 BUS_OBJERR = C.BUS_OBJERR
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 93 BUS_OBJERR = C.BUS_OBJERR
defs_netbsd.go 94 BUS_OBJERR = C.BUS_OBJERR
defs_openbsd.go 90 BUS_OBJERR = C.BUS_OBJERR
defs_arm_linux.go 107 BUS_OBJERR = C.BUS_OBJERR & 0xFFFF
defs_freebsd.go 103 BUS_OBJERR = C.BUS_OBJERR
defs_linux.go 98 BUS_OBJERR = C.BUS_OBJERR
defs_solaris.go 102 BUS_OBJERR = C.BUS_OBJERR
defs2_linux.go 110 BUS_OBJERR = C.BUS_OBJERR
defs_darwin.go 128 BUS_OBJERR = C.BUS_OBJERR
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 197 #define BUS_OBJERR (__SI_FAULT|3)

Completed in 457 milliseconds

1 2 3 4 5 6