Home
last modified time | relevance | path

Searched refs:EL2HLT (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c195 #ifdef EL2HLT in errno2name()
196 CASE(EL2HLT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c195 #ifdef EL2HLT in errno2name()
196 CASE(EL2HLT); in errno2name()
/external/strace/tests/
Derrno2name.c195 #ifdef EL2HLT in errno2name()
196 CASE(EL2HLT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h32 #define EL2HLT 51 /* Level 2 halted */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h27 #define EL2HLT 44 /* Level 2 halted */ macro
/external/u-boot/arch/x86/cpu/broadwell/
Drefcode.c117 return -EL2HLT; in cpu_run_reference_code()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py52 EL2HLT = 44 variable
/external/u-boot/include/linux/
Derrno.h57 #define EL2HLT 51 /* Level 2 halted */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py56 EL2HLT = 44 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c272 #ifdef EL2HLT
273 { "EL2HLT", (unsigned long) EL2HLT },
/external/u-boot/lib/
Derrno_str.c65 ERRNO_MSG(EL2HLT, "Level 2 halted"),
/external/ltp/lib/
Derrnos.h84 PAIR(EL2HLT) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc85 ERROR_ENTRY(EL2HLT), // Level 2 halted
/external/python/cpython2/Modules/
Derrnomodule.c97 #ifdef EL2HLT in initerrno()
98 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c140 #ifdef EL2HLT in PyInit_errno()
141 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst278 .. data:: EL2HLT
/external/python/cpython3/Doc/library/
Derrno.rst281 .. data:: EL2HLT
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1191 EL2HLT = syscall.Errno(0x2c) const
Dzerrors_linux_sparc64.go1842 EL2HLT = syscall.Errno(0x65) const
Dzerrors_linux_mipsle.go2304 EL2HLT = syscall.Errno(0x2c) const
Dzerrors_linux_s390x.go2360 EL2HLT = syscall.Errno(0x33) const
Dzerrors_linux_arm.go2306 EL2HLT = syscall.Errno(0x33) const
Dzerrors_linux_ppc64le.go2360 EL2HLT = syscall.Errno(0x33) const
Dzerrors_linux_mips64.go2304 EL2HLT = syscall.Errno(0x2c) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py990 EL2HLT = 44 variable

12