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

1 2 3 4 5 6 7 8 910

  /external/bison/lib/
errno.in.h 52 # ifndef EPROTO
53 # define EPROTO 134
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
192 # ifndef EPROTO
193 # define EPROTO 2003
strerror-override.c 235 case EPROTO:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 173 #ifndef EPROTO
174 #define EPROTO 134
  /system/core/logd/
libaudit.c 145 rc = -EPROTO;
248 SLOGE("Protocol fault, error: %s", strerror(EPROTO));
249 return -EPROTO;
  /frameworks/av/camera/
ICameraService.cpp 123 if (readExceptionCode(reply)) return -EPROTO;
140 if (readExceptionCode(reply)) return -EPROTO;
161 if (readExceptionCode(reply)) return -EPROTO;
190 if (readExceptionCode(reply)) return -EPROTO;
216 if (readExceptionCode(reply)) return -EPROTO;
234 if (readExceptionCode(reply)) return -EPROTO;
258 if (readExceptionCode(reply)) return -EPROTO;
273 if (readExceptionCode(reply)) return -EPROTO;
284 if (readExceptionCode(reply)) return -EPROTO;
299 if (readExceptionCode(reply)) return -EPROTO;
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 67 #define EPROTO 71
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 61 #define EPROTO 71
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 61 #define EPROTO 71
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 61 #define EPROTO 71
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 67 #define EPROTO 71
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 55 #define EPROTO 71
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 61 #define EPROTO 71
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 44 #define EPROTO 71 /* Protocol error */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 48 #define EPROTO 71 /* Protocol error */
  /external/tcpdump/win32/Include/
errno.h 76 #define EPROTO 71 /* Protocol error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 44 #define EPROTO 71 /* Protocol error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 44 #define EPROTO 71 /* Protocol error */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 910