Home
last modified time | relevance | path

Searched refs:ENAVAIL (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c246 #ifdef ENAVAIL in errno2name()
247 CASE(ENAVAIL); in errno2name()
/external/strace/tests-m32/
Derrno2name.c246 #ifdef ENAVAIL in errno2name()
247 CASE(ENAVAIL); in errno2name()
/external/strace/tests/
Derrno2name.c246 #ifdef ENAVAIL in errno2name()
247 CASE(ENAVAIL); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h102 #define ENAVAIL 119 /* No XENIX semaphores available */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h92 #define ENAVAIL 138 /* No XENIX semaphores available */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py128 ENAVAIL = 138 variable
/external/u-boot/include/linux/
Derrno.h127 #define ENAVAIL 119 /* No XENIX semaphores available */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py134 ENAVAIL = 138 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c323 #ifdef ENAVAIL
324 { "ENAVAIL", (unsigned long) ENAVAIL },
/external/u-boot/lib/
Derrno_str.c133 ERRNO_MSG(ENAVAIL, "No XENIX semaphores available"),
/external/ltp/lib/
Derrnos.h152 PAIR(ENAVAIL) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc164 ERROR_ENTRY(ENAVAIL), // No XENIX semaphores available
/external/python/cpython2/Modules/
Derrnomodule.c163 #ifdef ENAVAIL in initerrno()
164 inscode(d, ds, de, "ENAVAIL", ENAVAIL, "No XENIX semaphores available"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c206 #ifdef ENAVAIL in PyInit_errno()
207 inscode(d, ds, de, "ENAVAIL", ENAVAIL, "No XENIX semaphores available"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst618 .. data:: ENAVAIL
/external/python/cpython3/Doc/library/
Derrno.rst621 .. data:: ENAVAIL
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1859 ENAVAIL = syscall.Errno(0x77) const
Dzerrors_linux_mipsle.go2321 ENAVAIL = syscall.Errno(0x8a) const
Dzerrors_linux_s390x.go2377 ENAVAIL = syscall.Errno(0x77) const
Dzerrors_linux_arm.go2323 ENAVAIL = syscall.Errno(0x77) const
Dzerrors_linux_ppc64le.go2377 ENAVAIL = syscall.Errno(0x77) const
Dzerrors_linux_mips64.go2321 ENAVAIL = syscall.Errno(0x8a) const
Dzerrors_linux_ppc64.go2377 ENAVAIL = syscall.Errno(0x77) const
Dzerrors_linux_amd64.go2317 ENAVAIL = syscall.Errno(0x77) const
Dzerrors_linux_mips64le.go2321 ENAVAIL = syscall.Errno(0x8a) const

12