Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 25 of 51) 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/strace/tests/
Derrno2name.c444 #ifdef ESTALE in errno2name()
445 CASE(ESTALE); in errno2name()
/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/kernel-headers/original/uapi/asm-generic/
Derrno.h99 #define ESTALE 116 /* Stale file handle */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h106 #define ESTALE 151 /* 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-irix5/
DERRNO.py124 ESTALE = 151 variable
/external/u-boot/include/linux/
Derrno.h124 #define ESTALE 116 /* Stale file handle */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc142 case ESTALE: // Stale file handle in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py130 ESTALE = 151 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c494 #ifdef ESTALE
495 { "ESTALE", (unsigned long) ESTALE },
/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/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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1260 ESTALE = syscall.Errno(0x97) const
Dzerrors_openbsd_386.go1417 ESTALE = syscall.Errno(0x46) const
Dzerrors_openbsd_amd64.go1519 ESTALE = syscall.Errno(0x46) const

123