/external/strace/tests-mx32/ |
D | errno2name.c | 195 #ifdef EL2HLT in errno2name() 196 CASE(EL2HLT); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 195 #ifdef EL2HLT in errno2name() 196 CASE(EL2HLT); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 195 #ifdef EL2HLT in errno2name() 196 CASE(EL2HLT); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 32 #define EL2HLT 51 /* Level 2 halted */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 27 #define EL2HLT 44 /* Level 2 halted */ macro
|
/external/u-boot/arch/x86/cpu/broadwell/ |
D | refcode.c | 117 return -EL2HLT; in cpu_run_reference_code()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 52 EL2HLT = 44 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 57 #define EL2HLT 51 /* Level 2 halted */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 56 EL2HLT = 44 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 272 #ifdef EL2HLT 273 { "EL2HLT", (unsigned long) EL2HLT },
|
/external/u-boot/lib/ |
D | errno_str.c | 65 ERRNO_MSG(EL2HLT, "Level 2 halted"),
|
/external/ltp/lib/ |
D | errnos.h | 84 PAIR(EL2HLT) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 85 ERROR_ENTRY(EL2HLT), // Level 2 halted
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 97 #ifdef EL2HLT in initerrno() 98 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 140 #ifdef EL2HLT in PyInit_errno() 141 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 278 .. data:: EL2HLT
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 281 .. data:: EL2HLT
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1191 EL2HLT = syscall.Errno(0x2c) const
|
D | zerrors_linux_sparc64.go | 1842 EL2HLT = syscall.Errno(0x65) const
|
D | zerrors_linux_mipsle.go | 2304 EL2HLT = syscall.Errno(0x2c) const
|
D | zerrors_linux_s390x.go | 2360 EL2HLT = syscall.Errno(0x33) const
|
D | zerrors_linux_arm.go | 2306 EL2HLT = syscall.Errno(0x33) const
|
D | zerrors_linux_ppc64le.go | 2360 EL2HLT = syscall.Errno(0x33) const
|
D | zerrors_linux_mips64.go | 2304 EL2HLT = syscall.Errno(0x2c) const
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 990 EL2HLT = 44 variable
|