Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Derrno2name.c441 #ifdef ESRMNT in errno2name()
442 CASE(ESRMNT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c441 #ifdef ESRMNT in errno2name()
442 CASE(ESRMNT); in errno2name()
/external/strace/tests/
Derrno2name.c441 #ifdef ESRMNT in errno2name()
442 CASE(ESRMNT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h52 #define ESRMNT 69 /* Srmount error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h47 #define ESRMNT 69 /* Srmount error */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py72 ESRMNT = 69 variable
/external/u-boot/include/linux/
Derrno.h77 #define ESRMNT 69 /* Srmount error */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py77 ESRMNT = 69 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c491 #ifdef ESRMNT
492 { "ESRMNT", (unsigned long) ESRMNT },
/external/u-boot/lib/
Derrno_str.c83 ERRNO_MSG(ESRMNT, "Srmount error"),
/external/ltp/lib/
Derrnos.h102 PAIR(ESRMNT) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc106 ERROR_ENTRY(ESRMNT), // Srmount error
/external/python/cpython2/Modules/
Derrnomodule.c375 #ifdef ESRMNT in initerrno()
376 inscode(d, ds, de, "ESRMNT", ESRMNT, "Srmount error"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c418 #ifdef ESRMNT in PyInit_errno()
419 inscode(d, ds, de, "ESRMNT", ESRMNT, "Srmount error"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst368 .. data:: ESRMNT
/external/python/cpython3/Doc/library/
Derrno.rst371 .. data:: ESRMNT
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1259 ESRMNT = syscall.Errno(0x45) const
Dzerrors_linux_sparc64.go1917 ESRMNT = syscall.Errno(0x54) const
Dzerrors_linux_mipsle.go2378 ESRMNT = syscall.Errno(0x45) const
Dzerrors_linux_s390x.go2433 ESRMNT = syscall.Errno(0x45) const
Dzerrors_linux_arm.go2379 ESRMNT = syscall.Errno(0x45) const
Dzerrors_linux_ppc64le.go2433 ESRMNT = syscall.Errno(0x45) const
Dzerrors_linux_mips64.go2378 ESRMNT = syscall.Errno(0x45) const
Dzerrors_linux_ppc64.go2433 ESRMNT = syscall.Errno(0x45) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1015 ESRMNT = 69 variable

12