Home
last modified time | relevance | path

Searched refs:EBADSLT (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/tests/
Derrno2name.c87 #ifdef EBADSLT in errno2name()
88 CASE(EBADSLT); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c87 #ifdef EBADSLT in errno2name()
88 CASE(EBADSLT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c87 #ifdef EBADSLT in errno2name()
88 CASE(EBADSLT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h38 #define EBADSLT 57 /* Invalid slot */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h35 #define EBADSLT 55 /* Invalid slot */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py60 EBADSLT = 55 variable
/external/u-boot/include/linux/
Derrno.h63 #define EBADSLT 57 /* Invalid slot */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py65 EBADSLT = 55 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c170 #ifdef EBADSLT
171 { "EBADSLT", (unsigned long) EBADSLT },
/external/u-boot/lib/
Derrno_str.c71 ERRNO_MSG(EBADSLT, "Invalid slot"),
/external/ltp/lib/
Derrnos.h90 PAIR(EBADSLT) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc91 ERROR_ENTRY(EBADSLT), // Invalid slot
/external/python/cpython2/Modules/
Derrnomodule.c429 #ifdef EBADSLT in initerrno()
430 inscode(d, ds, de, "EBADSLT", EBADSLT, "Invalid slot"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c472 #ifdef EBADSLT in PyInit_errno()
473 inscode(d, ds, de, "EBADSLT", EBADSLT, "Invalid slot"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst308 .. data:: EBADSLT
/external/python/cpython3/Doc/library/
Derrno.rst311 .. data:: EBADSLT
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1163 EBADSLT = syscall.Errno(0x37) const
Dzerrors_linux_sparc64.go1808 EBADSLT = syscall.Errno(0x6b) const
Dzerrors_linux_mips64le.go2269 EBADSLT = syscall.Errno(0x37) const
Dzerrors_linux_ppc64.go2326 EBADSLT = syscall.Errno(0x39) const
Dzerrors_linux_arm.go2272 EBADSLT = syscall.Errno(0x39) const
Dzerrors_linux_mips64.go2269 EBADSLT = syscall.Errno(0x37) const
Dzerrors_linux_ppc64le.go2326 EBADSLT = syscall.Errno(0x39) const
Dzerrors_linux_arm64.go2257 EBADSLT = syscall.Errno(0x39) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1001 EBADSLT = 55 variable

12