Home
last modified time | relevance | path

Searched defs:ESTALE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h255 #define ESTALE WSAESTALE macro
/freebsd/sys/sys/
H A Derrno.h144 #define ESTALE 70 /* Stale NFS file handle */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d172 inline int ESTALE = 70; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py122 ESTALE = 116 variable