Home
last modified time | relevance | path

Searched refs:EL3RST (Results 1 – 25 of 32) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c204 #ifdef EL3RST in errno2name()
205 CASE(EL3RST); in errno2name()
/external/strace/tests-m32/
Derrno2name.c204 #ifdef EL3RST in errno2name()
205 CASE(EL3RST); in errno2name()
/external/strace/tests/
Derrno2name.c204 #ifdef EL3RST in errno2name()
205 CASE(EL3RST); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h28 #define EL3RST 47 /* Level 3 reset */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h23 #define EL3RST 40 /* Level 3 reset */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py48 EL3RST = 40 variable
/external/u-boot/include/linux/
Derrno.h53 #define EL3RST 47 /* Level 3 reset */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py52 EL3RST = 40 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c281 #ifdef EL3RST
282 { "EL3RST", (unsigned long) EL3RST },
/external/u-boot/lib/
Derrno_str.c61 ERRNO_MSG(EL3RST, "Level 3 reset"),
/external/ltp/lib/
Derrnos.h80 PAIR(EL3RST) in tst_strerrno()
/external/u-boot/drivers/usb/host/
Dehci-omap.c86 return -EL3RST; in omap_ehci_tll_reset()
/external/libbrillo/brillo/errors/
Derror_codes.cc81 ERROR_ENTRY(EL3RST), // Level 3 reset
/external/python/cpython2/Modules/
Derrnomodule.c381 #ifdef EL3RST in initerrno()
382 inscode(d, ds, de, "EL3RST", EL3RST, "Level 3 reset"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c424 #ifdef EL3RST in PyInit_errno()
425 inscode(d, ds, de, "EL3RST", EL3RST, "Level 3 reset"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst258 .. data:: EL3RST
/external/python/cpython3/Doc/library/
Derrno.rst261 .. data:: EL3RST
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1194 EL3RST = syscall.Errno(0x28) const
Dzerrors_linux_sparc64.go1845 EL3RST = syscall.Errno(0x61) const
Dzerrors_linux_mipsle.go2307 EL3RST = syscall.Errno(0x28) const
Dzerrors_linux_s390x.go2363 EL3RST = syscall.Errno(0x2f) const
Dzerrors_linux_arm.go2309 EL3RST = syscall.Errno(0x2f) const
Dzerrors_linux_ppc64le.go2363 EL3RST = syscall.Errno(0x2f) const
Dzerrors_linux_mips64.go2307 EL3RST = syscall.Errno(0x28) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py986 EL3RST = 40 variable

12