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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 33 #define EL3HLT 46
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 26 #define EL3HLT 39
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 27 #define EL3HLT 46 /* Level 3 halted */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 22 #define EL3HLT 39 /* Level 3 halted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 17 #define EL3HLT 46 /* Level 3 halted */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 47 EL3HLT = 39
  /external/syslinux/com32/include/
errno.h 51 #define EL3HLT 46 /* Level 3 halted */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 51 EL3HLT = 39
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 124 #define EL3HLT 46 /* Level 3 halted */
  /external/strace/tests/
errno2name.c 201 #ifdef EL3HLT
202 CASE(EL3HLT);
  /external/strace/tests-m32/
errno2name.c 201 #ifdef EL3HLT
202 CASE(EL3HLT);
  /external/strace/tests-mx32/
errno2name.c 201 #ifdef EL3HLT
202 CASE(EL3HLT);
  /bionic/libc/private/
bionic_errdefs.h 84 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
  /external/ltp/lib/
errnos.h 79 PAIR(EL3HLT)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 193 #if defined (EL3HLT)
194 ENTRY(EL3HLT, "EL3HLT", "Level 3 halted"),
  /external/minijail/linux-x86/
libconstants.gen.c 278 #ifdef EL3HLT
279 { "EL3HLT", (unsigned long) EL3HLT },
280 #endif // EL3HLT
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 80 ERROR_ENTRY(EL3HLT), // Level 3 halted
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 66 EL3HLT
201 EL3HLT - APPLICATION_ERROR: "level 3 halted",
tables_nacl.go 141 EL3HLT Errno = 46 /* Level 3 halted */
267 EL3HLT: "Level 3 halted",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 66 EL3HLT
201 EL3HLT - APPLICATION_ERROR: "level 3 halted",
tables_nacl.go 141 EL3HLT Errno = 46 /* Level 3 halted */
267 EL3HLT: "Level 3 halted",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 530 #ifdef EL3HLT
531 inscode(d, ds, de, "EL3HLT", EL3HLT, "Level 3 halted");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 529 #ifdef EL3HLT
530 inscode(d, ds, de, "EL3HLT", EL3HLT, "Level 3 halted");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 530 #ifdef EL3HLT
531 inscode(d, ds, de, "EL3HLT", EL3HLT, "Level 3 halted");
  /external/python/cpython2/Modules/
errnomodule.c 520 #ifdef EL3HLT
521 inscode(d, ds, de, "EL3HLT", EL3HLT, "Level 3 halted");

Completed in 1446 milliseconds

1 2 3