Searched refs:EREMOTEIO (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h104 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h94 #define EREMOTEIO 140 /* Remote I/O error */ macro
/external/python/cpython2/Lib/plat-irix5/
H A DERRNO.py130 EREMOTEIO = 140 variable
/external/syslinux/com32/include/
H A Derrno.h128 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/python/cpython2/Lib/plat-irix6/
H A DERRNO.py136 EREMOTEIO = 140 variable
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h201 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/strace/tests/
H A Derrno2name.c402 #ifdef EREMOTEIO
403 CASE(EREMOTEIO);
/external/strace/tests-m32/
H A Derrno2name.c402 #ifdef EREMOTEIO
403 CASE(EREMOTEIO);
/external/strace/tests-mx32/
H A Derrno2name.c402 #ifdef EREMOTEIO
403 CASE(EREMOTEIO);
/external/ltp/lib/
H A Derrnos.h154 PAIR(EREMOTEIO)
/external/minijail/linux-x86/
H A Dlibconstants.gen.c467 #ifdef EREMOTEIO
468 { "EREMOTEIO", (unsigned long) EREMOTEIO },
469 #endif // EREMOTEIO
/external/libbrillo/brillo/errors/
H A Derror_codes.cc166 ERROR_ENTRY(EREMOTEIO), // Remote I/O error
/external/python/cpython2/Modules/
H A Derrnomodule.c378 #ifdef EREMOTEIO
379 inscode(d, ds, de, "EREMOTEIO", EREMOTEIO, "Remote I/O error");
/external/python/cpython3/Modules/
H A Derrnomodule.c421 #ifdef EREMOTEIO
422 inscode(d, ds, de, "EREMOTEIO", EREMOTEIO, "Remote I/O error");
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1938 * - this URB failing may be no error; EREMOTEIO means that
1945 tpriv->reap_action = EREMOTEIO == errno ? COMPLETED_EARLY : SUBMIT_FAILED;
2300 case -EREMOTEIO: /* short transfer */

Completed in 2087 milliseconds