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

1 2 3

  /external/libcxx/src/include/
config_elast.h 32 #define _LIBCPP_ELAST ESTALE
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 103 #define ESTALE 116
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 110 #define ESTALE 151
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 145 #define ESTALE 70 /* Stale NFS file handle */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 99 #define ESTALE 116 /* Stale file handle */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 106 #define ESTALE 151 /* Stale file handle */
  /external/webrtc/webrtc/base/
socket.h 107 #undef ESTALE
108 #define ESTALE WSAESTALE
  /bionic/tests/headers/posix/
errno_h.c 110 MACRO(ESTALE);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-1-buildonly.c 91 int dummy74 = ESTALE;
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 124 ESTALE = 151
  /external/u-boot/include/linux/
errno.h 124 #define ESTALE 116 /* Stale file handle */
  /bionic/libc/bionic/
strerror.cpp 161 [ESTALE] = "Stale NFS file handle",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 137 #define ESTALE __ESTALE /* 70 Stale NFS file handle */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 130 ESTALE = 151
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 142 case ESTALE: // Stale file handle
  /external/strace/tests/
errno2name.c 444 #ifdef ESTALE
445 CASE(ESTALE);
  /external/strace/tests-m32/
errno2name.c 444 #ifdef ESTALE
445 CASE(ESTALE);
  /external/strace/tests-mx32/
errno2name.c 444 #ifdef ESTALE
445 CASE(ESTALE);
  /external/ltp/lib/
errnos.h 149 PAIR(ESTALE)
  /external/u-boot/lib/
errno_str.c 130 ERRNO_MSG(ESTALE, "Stale NFS file handle"),
  /external/minijail/linux-x86/
libconstants.gen.c 494 #ifdef ESTALE
495 { "ESTALE", (unsigned long) ESTALE },
496 #endif // ESTALE
    [all...]
  /external/curl/lib/
curl_setup_once.h 494 #define ESTALE WSAESTALE
  /external/libbrillo/brillo/errors/
error_codes.cc 160 ERROR_ENTRY(ESTALE), // Stale file handle
  /external/python/cpython2/Lib/plat-beos5/
IN.py 192 ESTALE = (B_POSIX_ERROR_BASE + 40)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 498 #ifdef ESTALE
499 inscode(d, ds, de, "ESTALE", ESTALE, "Stale NFS file handle");
502 inscode(d, ds, de, "ESTALE", WSAESTALE, "Stale NFS file handle");

Completed in 891 milliseconds

1 2 3