Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Derrno2name.c201 #ifdef EL3HLT in errno2name()
202 CASE(EL3HLT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c201 #ifdef EL3HLT in errno2name()
202 CASE(EL3HLT); in errno2name()
/external/strace/tests/
Derrno2name.c201 #ifdef EL3HLT in errno2name()
202 CASE(EL3HLT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h27 #define EL3HLT 46 /* Level 3 halted */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h22 #define EL3HLT 39 /* Level 3 halted */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py47 EL3HLT = 39 variable
/external/u-boot/include/linux/
Derrno.h52 #define EL3HLT 46 /* Level 3 halted */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py51 EL3HLT = 39 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c278 #ifdef EL3HLT
279 { "EL3HLT", (unsigned long) EL3HLT },
/external/u-boot/lib/
Derrno_str.c60 ERRNO_MSG(EL3HLT, "Level 3 halted"),
/external/ltp/lib/
Derrnos.h79 PAIR(EL3HLT) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc80 ERROR_ENTRY(EL3HLT), // Level 3 halted
/external/python/cpython2/Modules/
Derrnomodule.c520 #ifdef EL3HLT in initerrno()
521 inscode(d, ds, de, "EL3HLT", EL3HLT, "Level 3 halted"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c563 #ifdef EL3HLT in PyInit_errno()
564 inscode(d, ds, de, "EL3HLT", EL3HLT, "Level 3 halted"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst253 .. data:: EL3HLT
/external/python/cpython3/Doc/library/
Derrno.rst256 .. data:: EL3HLT
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1193 EL3HLT = syscall.Errno(0x27) const
Dzerrors_linux_sparc64.go1844 EL3HLT = syscall.Errno(0x60) const
Dzerrors_linux_mipsle.go2306 EL3HLT = syscall.Errno(0x27) const
Dzerrors_linux_s390x.go2362 EL3HLT = syscall.Errno(0x2e) const
Dzerrors_linux_arm.go2308 EL3HLT = syscall.Errno(0x2e) const
Dzerrors_linux_ppc64le.go2362 EL3HLT = syscall.Errno(0x2e) const
Dzerrors_linux_mips64.go2306 EL3HLT = syscall.Errno(0x27) const
Dzerrors_linux_ppc64.go2362 EL3HLT = syscall.Errno(0x2e) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py985 EL3HLT = 39 variable

12