Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h144 # define ESTALE 10070 macro
228 # define ESTALE 2009 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d374 enum ESTALE = 116; /// in version() local
477 enum ESTALE = 116; /// in version() local
528 enum ESTALE = 70; /// in version() local
693 enum ESTALE = 151; /// in version() local
791 enum ESTALE = 116; /// in version() local
893 enum ESTALE = 116; /// in version() local
950 enum ESTALE = 70; /// in version() local
1101 enum ESTALE = 116; /// in version() local
1190 enum ESTALE = 70; /// Stale NFS file handle in version() local
1278 enum ESTALE = 70; /// Stale NFS file handle in version() local
[all …]
/netbsd-src/sys/sys/
H A Derrno.h128 #define ESTALE 70 /* Stale NFS file handle */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d179 inline int ESTALE = 70; variable