Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h127 #define ESTALE 70 /* Stale NFS file handle */ macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h199 #define ESTALE 151 /* Stale NFS file handle */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h179 #define ESTALE 151 /* Stale NFS file handle */ macro
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java641 public static final int ESTALE = 151; field in PoolsException