Home
last modified time | relevance | path

Searched refs:EREMOTEIO (Results 1 – 11 of 11) sorted by relevance

/external/strace/tests-m32/
Derrno2name.c401 #ifdef EREMOTEIO in errno2name()
402 CASE(EREMOTEIO); in errno2name()
/external/strace/tests/
Derrno2name.c401 #ifdef EREMOTEIO in errno2name()
402 CASE(EREMOTEIO); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c401 #ifdef EREMOTEIO in errno2name()
402 CASE(EREMOTEIO); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h103 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h93 #define EREMOTEIO 140 /* Remote I/O error */ macro
/external/syslinux/com32/include/
Derrno.h128 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/syslinux/core/lwip/src/include/lwip/
Darch.h201 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/ltp/lib/
Derrnos.h154 PAIR(EREMOTEIO) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c467 #ifdef EREMOTEIO
468 { "EREMOTEIO", (unsigned long) EREMOTEIO },
/external/libbrillo/brillo/errors/
Derror_codes.cc166 ERROR_ENTRY(EREMOTEIO), // Remote I/O error
/external/libusb/libusb/os/
Dlinux_usbfs.c1945 tpriv->reap_action = EREMOTEIO == errno ? COMPLETED_EARLY : SUBMIT_FAILED; in submit_bulk_transfer()
2300 case -EREMOTEIO: /* short transfer */ in handle_bulk_completion()