Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h145 #define ESTALE 70 /* Stale NFS file handle */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h197 #define ESTALE 151 /* Stale NFS file handle */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java641 public static final int ESTALE = 151; field in PoolsException