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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 32 #define EL2NSYNC 45
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 25 #define EL2NSYNC 38
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 26 #define EL2NSYNC 45 /* Level 2 not synchronized */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 21 #define EL2NSYNC 38 /* Level 2 not synchronized */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 16 #define EL2NSYNC 45 /* Level 2 not synchronized */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 46 EL2NSYNC = 38
  /external/syslinux/com32/include/
errno.h 50 #define EL2NSYNC 45 /* Level 2 not synchronized */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 50 EL2NSYNC = 38
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 123 #define EL2NSYNC 45 /* Level 2 not synchronized */
  /external/strace/tests/
errno2name.c 198 #ifdef EL2NSYNC
199 CASE(EL2NSYNC);
  /external/strace/tests-m32/
errno2name.c 198 #ifdef EL2NSYNC
199 CASE(EL2NSYNC);
  /external/strace/tests-mx32/
errno2name.c 198 #ifdef EL2NSYNC
199 CASE(EL2NSYNC);
  /bionic/libc/private/
bionic_errdefs.h 83 __BIONIC_ERRDEF( EL2NSYNC , 45, "Level 2 not synchronized" )
  /external/ltp/lib/
errnos.h 78 PAIR(EL2NSYNC)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 190 #if defined (EL2NSYNC)
191 ENTRY(EL2NSYNC, "EL2NSYNC", "Level 2 not synchronized"),
  /external/minijail/linux-x86/
libconstants.gen.c 275 #ifdef EL2NSYNC
276 { "EL2NSYNC", (unsigned long) EL2NSYNC },
277 #endif // EL2NSYNC
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 79 ERROR_ENTRY(EL2NSYNC), // Level 2 not synchronized
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 65 EL2NSYNC
200 EL2NSYNC - APPLICATION_ERROR: "level 2 not synchronized",
tables_nacl.go 140 EL2NSYNC Errno = 45 /* Level 2 not synchronized */
266 EL2NSYNC: "Level 2 not synchronized",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 65 EL2NSYNC
200 EL2NSYNC - APPLICATION_ERROR: "level 2 not synchronized",
tables_nacl.go 140 EL2NSYNC Errno = 45 /* Level 2 not synchronized */
266 EL2NSYNC: "Level 2 not synchronized",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 104 #ifdef EL2NSYNC
105 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 103 #ifdef EL2NSYNC
104 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 104 #ifdef EL2NSYNC
105 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
  /external/python/cpython2/Modules/
errnomodule.c 94 #ifdef EL2NSYNC
95 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");

Completed in 75 milliseconds

1 2 3