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

12

/macosx-10.10.1/webdavfs-367/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.10.1/BerkeleyDB-21/db/build_brew/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.10.1/libxml2-26/libxml2/include/
H A Dwsockcompat.h76 #define ESTALE WSAESTALE macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h74 #define ESTALE WSAESTALE macro
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A DtclErrno.h90 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h121 #define ESTALE 116 /* Stale NFS file handle */ macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.print.c276 #ifdef ESTALE
280 case ESTALE:
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrerror.c178 ERRSTR(ESTALE, "Stale NFS file handle");
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h148 #define ESTALE WSAESTALE macro
/macosx-10.10.1/postfix-255/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.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d163 inline int ESTALE = 70;
164 #pragma D binding "1.0" ESTALE
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Derrno.h200 #define ESTALE 70 /* Stale NFS file handle */ macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h210 #ifndef ESTALE
211 # define ESTALE 151 /* Stale NFS file handle */ macro
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h200 #ifndef ESTALE
201 # define ESTALE 151 /* Stale NFS file handle */ macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h225 #define ESTALE WSAESTALE macro
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h161 #define ESTALE WSAESTALE macro
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dnet.h225 #define ESTALE WSAESTALE macro
/macosx-10.10.1/tcl-105/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.10.1/tcl-105/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.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c542 if ( server_error == ESTALE )
705 if ( server_error == ESTALE )
1332 if ( server_error == ESTALE )
1584 if ( server_error == ESTALE )
1724 if ( server_error == ESTALE )
1961 if ( server_error == ESTALE )
2769 if ( server_error == ESTALE )
2887 if ( server_error == ESTALE )
2992 if ( server_error == ESTALE )
3172 if ( server_error == ESTALE )
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h527 #define ESTALE WSAESTALE macro

Completed in 485 milliseconds

12