HomeSort by relevance Sort by last modified time
    Searched refs:EREMOTEIO (Results 1 - 25 of 52) sorted by null

1 2 3

  /system/core/libcutils/
qtaguid.cpp 42 return -EREMOTEIO;
46 return -EREMOTEIO;
50 return -EREMOTEIO;
54 return -EREMOTEIO;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 108 #define EREMOTEIO 121
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 98 #define EREMOTEIO 140
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 104 #define EREMOTEIO 121 /* Remote I/O error */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 94 #define EREMOTEIO 140 /* Remote I/O error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 94 #define EREMOTEIO 121 /* Remote I/O error */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 130 EREMOTEIO = 140
  /external/syslinux/com32/include/
errno.h 128 #define EREMOTEIO 121 /* Remote I/O error */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 136 EREMOTEIO = 140
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 201 #define EREMOTEIO 121 /* Remote I/O error */
  /external/strace/tests/
errno2name.c 402 #ifdef EREMOTEIO
403 CASE(EREMOTEIO);
  /external/strace/tests-m32/
errno2name.c 402 #ifdef EREMOTEIO
403 CASE(EREMOTEIO);
  /external/strace/tests-mx32/
errno2name.c 402 #ifdef EREMOTEIO
403 CASE(EREMOTEIO);
  /bionic/libc/private/
bionic_errdefs.h 158 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /external/ltp/lib/
errnos.h 154 PAIR(EREMOTEIO)
  /system/netd/server/
TetherController.cpp 326 errno = EREMOTEIO;
744 return -EREMOTEIO;
770 return -EREMOTEIO;
797 return -EREMOTEIO;
InterfaceController.cpp 186 : statusFromErrno(EREMOTEIO, "SetProperty failed, see libc logs");
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 436 #if defined (EREMOTEIO)
437 ENTRY(EREMOTEIO, "EREMOTEIO", "Remote I/O error"),
  /external/minijail/linux-x86/
libconstants.gen.c 467 #ifdef EREMOTEIO
468 { "EREMOTEIO", (unsigned long) EREMOTEIO },
469 #endif // EREMOTEIO
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 166 ERROR_ENTRY(EREMOTEIO), // Remote I/O error
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 127 EREMOTEIO
262 EREMOTEIO - APPLICATION_ERROR: "remote I/O error",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 127 EREMOTEIO
262 EREMOTEIO - APPLICATION_ERROR: "remote I/O error",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 388 #ifdef EREMOTEIO
389 inscode(d, ds, de, "EREMOTEIO", EREMOTEIO, "Remote I/O error");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 387 #ifdef EREMOTEIO
388 inscode(d, ds, de, "EREMOTEIO", EREMOTEIO, "Remote I/O error");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 388 #ifdef EREMOTEIO
389 inscode(d, ds, de, "EREMOTEIO", EREMOTEIO, "Remote I/O error");

Completed in 469 milliseconds

1 2 3