Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 25 of 61) sorted by relevance

123

/external/webrtc/webrtc/base/
Dsocket.h107 #undef ESTALE
108 #define ESTALE WSAESTALE macro
/external/libcxx/src/include/
Dconfig_elast.h32 #define _LIBCPP_ELAST ESTALE
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h99 #define ESTALE 116 /* Stale file handle */ macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h134 #define ESTALE 70 /* Stale NFS file handle */ macro
/external/strace/tests-mx32/
Derrno2name.c444 #ifdef ESTALE in errno2name()
445 CASE(ESTALE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c444 #ifdef ESTALE in errno2name()
445 CASE(ESTALE); in errno2name()
/external/strace/tests/
Derrno2name.c444 #ifdef ESTALE in errno2name()
445 CASE(ESTALE); in errno2name()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py124 ESTALE = 151 variable
/external/u-boot/include/linux/
Derrno.h124 #define ESTALE 116 /* Stale file handle */ macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-1-buildonly.c91 int dummy74 = ESTALE;
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py130 ESTALE = 151 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc143 case ESTALE: // Stale file handle in ErrnoToCode()
/external/u-boot/lib/
Derrno_str.c130 ERRNO_MSG(ESTALE, "Stale NFS file handle"),
/external/ltp/lib/
Derrnos.h149 PAIR(ESTALE) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c502 #ifdef ESTALE
503 {"ESTALE", (unsigned long)ESTALE},
/external/libbrillo/brillo/errors/
Derror_codes.cc160 ERROR_ENTRY(ESTALE), // Stale file handle
/external/curl/lib/
Dcurl_setup_once.h494 #define ESTALE WSAESTALE macro
/external/python/cpython2/Lib/plat-beos5/
DIN.py192 ESTALE = (B_POSIX_ERROR_BASE + 40) variable
/external/python/cpython2/Modules/
Derrnomodule.c488 #ifdef ESTALE in initerrno()
489 inscode(d, ds, de, "ESTALE", ESTALE, "Stale NFS file handle"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c531 #ifdef ESTALE in PyInit_errno()
532 inscode(d, ds, de, "ESTALE", ESTALE, "Stale NFS file handle"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst603 .. data:: ESTALE
/external/python/cpython3/Doc/library/
Derrno.rst606 .. data:: ESTALE
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs137 pub const ESTALE: ::c_int = 151; constant
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs329 pub const ESTALE: ::c_int = 133; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs144 pub const ESTALE: ::c_int = 116; constant

123