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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 38 #define EL2HLT 51
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 31 #define EL2HLT 44
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 32 #define EL2HLT 51 /* Level 2 halted */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 27 #define EL2HLT 44 /* Level 2 halted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 22 #define EL2HLT 51 /* Level 2 halted */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 52 EL2HLT = 44
  /external/syslinux/com32/include/
errno.h 56 #define EL2HLT 51 /* Level 2 halted */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 56 EL2HLT = 44
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 129 #define EL2HLT 51 /* Level 2 halted */
  /external/strace/tests/
errno2name.c 195 #ifdef EL2HLT
196 CASE(EL2HLT);
  /external/strace/tests-m32/
errno2name.c 195 #ifdef EL2HLT
196 CASE(EL2HLT);
  /external/strace/tests-mx32/
errno2name.c 195 #ifdef EL2HLT
196 CASE(EL2HLT);
  /bionic/libc/private/
bionic_errdefs.h 89 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /external/ltp/lib/
errnos.h 84 PAIR(EL2HLT)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 208 #if defined (EL2HLT)
209 ENTRY(EL2HLT, "EL2HLT", "Level 2 halted"),
  /external/minijail/linux-x86/
libconstants.gen.c 272 #ifdef EL2HLT
273 { "EL2HLT", (unsigned long) EL2HLT },
274 #endif // EL2HLT
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 85 ERROR_ENTRY(EL2HLT), // Level 2 halted
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 64 EL2HLT
199 EL2HLT - APPLICATION_ERROR: "level 2 halted",
tables_nacl.go 146 EL2HLT Errno = 51 /* Level 2 halted */
272 EL2HLT: "Level 2 halted",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 64 EL2HLT
199 EL2HLT - APPLICATION_ERROR: "level 2 halted",
tables_nacl.go 146 EL2HLT Errno = 51 /* Level 2 halted */
272 EL2HLT: "Level 2 halted",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 107 #ifdef EL2HLT
108 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 106 #ifdef EL2HLT
107 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 107 #ifdef EL2HLT
108 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
  /external/python/cpython2/Modules/
errnomodule.c 97 #ifdef EL2HLT
98 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");

Completed in 564 milliseconds

1 2 3