Home
last modified time | relevance | path

Searched refs:EL2NSYNC (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c198 #ifdef EL2NSYNC in errno2name()
199 CASE(EL2NSYNC); in errno2name()
/external/strace/tests-m32/
Derrno2name.c198 #ifdef EL2NSYNC in errno2name()
199 CASE(EL2NSYNC); in errno2name()
/external/strace/tests/
Derrno2name.c198 #ifdef EL2NSYNC in errno2name()
199 CASE(EL2NSYNC); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h26 #define EL2NSYNC 45 /* Level 2 not synchronized */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h21 #define EL2NSYNC 38 /* Level 2 not synchronized */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py46 EL2NSYNC = 38 variable
/external/u-boot/include/linux/
Derrno.h51 #define EL2NSYNC 45 /* Level 2 not synchronized */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py50 EL2NSYNC = 38 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c275 #ifdef EL2NSYNC
276 { "EL2NSYNC", (unsigned long) EL2NSYNC },
/external/u-boot/lib/
Derrno_str.c59 ERRNO_MSG(EL2NSYNC, "Level 2 not synchronized"),
/external/ltp/lib/
Derrnos.h78 PAIR(EL2NSYNC) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc79 ERROR_ENTRY(EL2NSYNC), // Level 2 not synchronized
/external/python/cpython2/Modules/
Derrnomodule.c94 #ifdef EL2NSYNC in initerrno()
95 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c137 #ifdef EL2NSYNC in PyInit_errno()
138 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst248 .. data:: EL2NSYNC
/external/python/cpython3/Doc/library/
Derrno.rst251 .. data:: EL2NSYNC
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1192 EL2NSYNC = syscall.Errno(0x26) const
Dzerrors_linux_sparc64.go1843 EL2NSYNC = syscall.Errno(0x5f) const
Dzerrors_linux_mipsle.go2305 EL2NSYNC = syscall.Errno(0x26) const
Dzerrors_linux_s390x.go2361 EL2NSYNC = syscall.Errno(0x2d) const
Dzerrors_linux_arm.go2307 EL2NSYNC = syscall.Errno(0x2d) const
Dzerrors_linux_ppc64le.go2361 EL2NSYNC = syscall.Errno(0x2d) const
Dzerrors_linux_mips64.go2305 EL2NSYNC = syscall.Errno(0x26) const
Dzerrors_linux_ppc64.go2361 EL2NSYNC = syscall.Errno(0x2d) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py984 EL2NSYNC = 38 variable

12