Searched refs:ESTALE (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_file.c250 require_noerr_action_quiet(error, bad_obj_id, error = ESTALE);
252 require_action_quiet(!NODE_IS_DELETED(node), deleted_node, error = ESTALE);
291 error = ESTALE;
315 error = ESTALE;
378 require_noerr_action_quiet(error, bad_obj_id, error = ESTALE);
419 error = ESTALE;
467 require_noerr_action_quiet(error, bad_obj_id, error = ESTALE);
558 require_noerr_action_quiet(error, bad_obj_id, error = ESTALE);
560 require_action_quiet(!NODE_IS_DELETED(node), deleted_node, error = ESTALE);
627 require_noerr_action_quiet(error, bad_obj_id, error = ESTALE); /* thi
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.9.5/libxml2-26/libxml2/include/
H A Dwsockcompat.h76 #define ESTALE WSAESTALE macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h74 #define ESTALE WSAESTALE macro
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A DtclErrno.h90 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.9.5/tcpdump-56/tcpdump/win32/Include/
H A Derrno.h121 #define ESTALE 116 /* Stale NFS file handle */ macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.print.c276 #ifdef ESTALE
280 case ESTALE:
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrerror.c178 ERRSTR(ESTALE, "Stale NFS file handle");
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h148 #define ESTALE WSAESTALE macro
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmbox_open.c52 /* .IP "EAGAIN, ESTALE"
246 (e == EAGAIN || e == ESTALE)
H A Dmail_copy.c291 (errno == EAGAIN || errno == ESTALE)
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d163 inline int ESTALE = 70;
164 #pragma D binding "1.0" ESTALE
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Derrno.h200 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinPort.h210 #ifndef ESTALE
211 # define ESTALE 151 /* Stale NFS file handle */ macro
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinPort.h200 #ifndef ESTALE
201 # define ESTALE 151 /* Stale NFS file handle */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dnet.h225 #define ESTALE WSAESTALE macro
/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dsocket.h161 #define ESTALE WSAESTALE macro
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dnet.h225 #define ESTALE WSAESTALE macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPosixStr.c419 #ifdef ESTALE
420 case ESTALE: return "ESTALE";
868 #ifdef ESTALE
869 case ESTALE: return "stale remote file handle";
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPosixStr.c421 #ifdef ESTALE
422 case ESTALE: return "ESTALE";
872 #ifdef ESTALE
873 case ESTALE: return "stale remote file handle";
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c543 if ( server_error == ESTALE )
706 if ( server_error == ESTALE )
1327 if ( server_error == ESTALE )
1575 if ( server_error == ESTALE )
1713 if ( server_error == ESTALE )
1950 if ( server_error == ESTALE )
2758 if ( server_error == ESTALE )
2871 if ( server_error == ESTALE )
2971 if ( server_error == ESTALE )
3146 if ( server_error == ESTALE )
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup_once.h527 #define ESTALE WSAESTALE macro

Completed in 291 milliseconds

12