Home
last modified time | relevance | path

Searched defs:EREMOTEIO (Results 1 – 17 of 17) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Derrno.h104 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h94 #define EREMOTEIO 140 /* Remote I/O error */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py130 EREMOTEIO = 140 variable
/external/u-boot/include/linux/
Derrno.h129 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py136 EREMOTEIO = 140 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1908 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_mipsle.go2370 EREMOTEIO = syscall.Errno(0x8c) const
Dzerrors_linux_s390x.go2425 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_arm.go2371 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_ppc64le.go2425 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_mips64.go2370 EREMOTEIO = syscall.Errno(0x8c) const
Dzerrors_linux_ppc64.go2425 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_amd64.go2365 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_mips64le.go2370 EREMOTEIO = syscall.Errno(0x8c) const
Dzerrors_linux_386.go2365 EREMOTEIO = syscall.Errno(0x79) const
Dzerrors_linux_mips.go2370 EREMOTEIO = syscall.Errno(0x8c) const
Dzerrors_linux_arm64.go2356 EREMOTEIO = syscall.Errno(0x79) const