Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-generic/
Derrno.h94 #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/tcpdump/win32/Include/
Derrno.h126 #define EREMOTEIO 121 /* Remote I/O error */ macro
/external/libusb/libusb/os/
Dlinux_usbfs.c1850 if (urb->status == 0 || urb->status == -EREMOTEIO || in handle_bulk_completion()
1858 case -EREMOTEIO: /* short transfer */ in handle_bulk_completion()