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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 64 #define EBADFD 77
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 60 #define EBADFD 81
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 60 #define EBADFD 77 /* File descriptor in bad state */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 56 #define EBADFD 81 /* File descriptor in bad state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 50 #define EBADFD 77 /* File descriptor in bad state */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 80 EBADFD = 81
  /external/syslinux/com32/include/
errno.h 84 #define EBADFD 77 /* File descriptor in bad state */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 85 EBADFD = 81
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 157 #define EBADFD 77 /* File descriptor in bad state */
  /system/netd/server/
VirtualNetwork.cpp 57 return -EBADFD;
PhysicalNetwork.cpp 78 return -EBADFD;
  /external/strace/tests/
errno2name.c 72 #ifdef EBADFD
73 CASE(EBADFD);
  /external/strace/tests-m32/
errno2name.c 72 #ifdef EBADFD
73 CASE(EBADFD);
  /external/strace/tests-mx32/
errno2name.c 72 #ifdef EBADFD
73 CASE(EBADFD);
  /bionic/libc/private/
bionic_errdefs.h 114 __BIONIC_ERRDEF( EBADFD , 77, "File descriptor in bad state" )
  /external/ltp/lib/
errnos.h 110 PAIR(EBADFD)
  /external/tinycompress/
compress.c 384 /* A pause will cause -EBADFD or zero.
386 if ((ret == 0) || (ret == -EBADFD))
400 /* If play was paused the write returns -EBADFD */
401 if (written == -EBADFD)
444 /* A pause will cause -EBADFD or zero.
446 if ((ret == 0) || (ret == -EBADFD))
460 /* If play was paused the read returns -EBADFD */
461 if (num_read == -EBADFD)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 295 #if defined (EBADFD)
296 ENTRY(EBADFD, "EBADFD", "File descriptor in bad state"),
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 112 /*package*/ static final int EBADFD = 77;
423 if (mSocketState == SocketState.CLOSED) return EBADFD;
444 if (mSocketState != SocketState.INIT) return EBADFD;
  /external/minijail/linux-x86/
libconstants.gen.c 158 #ifdef EBADFD
159 { "EBADFD", (unsigned long) EBADFD },
160 #endif // EBADFD
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 118 ERROR_ENTRY(EBADFD), // File descriptor in bad state
  /external/libevent/
evport.c 410 * Ignore EBADFD error the fd could have been closed
413 if (errno != EBADFD) {
  /external/selinux/libselinux/src/
avc_internal.c 144 errno = EBADFD;
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 27 EBADFD
162 EBADFD - APPLICATION_ERROR: "file descriptor in bad state",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 27 EBADFD
162 EBADFD - APPLICATION_ERROR: "file descriptor in bad state",

Completed in 277 milliseconds

1 2 3