Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Derrno2name.c396 #ifdef EREMCHG in errno2name()
397 CASE(EREMCHG); in errno2name()
/external/strace/tests-m32/
Derrno2name.c396 #ifdef EREMCHG in errno2name()
397 CASE(EREMCHG); in errno2name()
/external/strace/tests/
Derrno2name.c396 #ifdef EREMCHG in errno2name()
397 CASE(EREMCHG); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h61 #define EREMCHG 78 /* Remote address changed */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h57 #define EREMCHG 82 /* Remote address changed */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py81 EREMCHG = 82 variable
/external/u-boot/include/linux/
Derrno.h86 #define EREMCHG 78 /* Remote address changed */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py86 EREMCHG = 82 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c461 #ifdef EREMCHG
462 { "EREMCHG", (unsigned long) EREMCHG },
/external/u-boot/lib/
Derrno_str.c92 ERRNO_MSG(EREMCHG, "Remote address changed"),
/external/ltp/lib/
Derrnos.h111 PAIR(EREMCHG) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc119 ERROR_ENTRY(EREMCHG), // Remote address changed
/external/python/cpython2/Modules/
Derrnomodule.c544 #ifdef EREMCHG in initerrno()
545 inscode(d, ds, de, "EREMCHG", EREMCHG, "Remote address changed"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c587 #ifdef EREMCHG in PyInit_errno()
588 inscode(d, ds, de, "EREMCHG", EREMCHG, "Remote address changed"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst413 .. data:: EREMCHG
/external/python/cpython3/Doc/library/
Derrno.rst416 .. data:: EREMCHG
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1251 EREMCHG = syscall.Errno(0x52) const
Dzerrors_linux_sparc64.go1906 EREMCHG = syscall.Errno(0x59) const
Dzerrors_linux_mipsle.go2367 EREMCHG = syscall.Errno(0x52) const
Dzerrors_linux_s390x.go2423 EREMCHG = syscall.Errno(0x4e) const
Dzerrors_linux_arm.go2369 EREMCHG = syscall.Errno(0x4e) const
Dzerrors_linux_ppc64le.go2423 EREMCHG = syscall.Errno(0x4e) const
Dzerrors_linux_mips64.go2367 EREMCHG = syscall.Errno(0x52) const
Dzerrors_linux_ppc64.go2423 EREMCHG = syscall.Errno(0x4e) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1026 EREMCHG = 82 variable

12