HomeSort by: relevance | last modified time | path
    Searched refs:ESTALE (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/bsd/am-utils/dist/amd/
amfs_error.c 122 *error_return = ESTALE;
135 *error_return = ESTALE;
148 return ESTALE;
  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 144 # define ESTALE 10070
170 Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151,
227 # ifndef ESTALE
228 # define ESTALE 2009
strerror-override.c 126 case ESTALE:
181 /* WSAESTALE is ESTALE */
272 case ESTALE:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 144 # define ESTALE 10070
170 Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151,
227 # ifndef ESTALE
228 # define ESTALE 2009
strerror-override.c 126 case ESTALE:
181 /* WSAESTALE is ESTALE */
272 case ESTALE:
  /src/sys/lib/libsa/
strerror.c 49 { ESTALE, "Stale NFS file handle" },
  /src/external/apache2/llvm/dist/libcxx/src/include/
config_elast.h 37 #define _LIBCPP_ELAST ESTALE
  /src/external/bsd/am-utils/dist/conf/umount/
umount_bsd44.c 79 case ESTALE:
umount_osf.c 82 case ESTALE:
umount_aix.c 114 case ESTALE:
umount_default.c 114 case ESTALE:
  /src/lib/librumpuser/
rumpuser_errtrans.c 237 #ifdef ESTALE
238 case ESTALE : return 70;
  /src/sys/rump/include/rump/
rumperrno2host.h 296 #ifdef ESTALE
298 return ESTALE;
  /src/sys/sys/
errno.h 128 #define ESTALE 70 /* Stale NFS file handle */
  /src/sys/ufs/lfs/
ulfs_vfsops.c 224 error = ESTALE;
235 return (ESTALE);
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
02-test_errstr.t 68 ESTALE
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 371 #ifdef ESTALE
372 { "ESTALE", ESTALE, 133 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 371 #ifdef ESTALE
372 { "ESTALE", ESTALE, 133 },
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 374 enum ESTALE = 116; ///
477 enum ESTALE = 116; ///
528 enum ESTALE = 70; ///
693 enum ESTALE = 151; ///
791 enum ESTALE = 116; ///
893 enum ESTALE = 116; ///
950 enum ESTALE = 70; ///
1101 enum ESTALE = 116; ///
1190 enum ESTALE = 70; /// Stale NFS file handle
1278 enum ESTALE = 70; /// Stale NFS file handl
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc_fw.h 146 return -ESTALE;
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 179 inline int ESTALE = 70;
180 #pragma D binding "1.0" ESTALE
  /src/external/ibm-public/postfix/dist/src/global/
mbox_open.c 54 /* .IP "EAGAIN, ESTALE"
248 (e == EAGAIN || e == ESTALE)
  /src/bin/sh/
error.c 351 #ifdef ESTALE
352 { ESTALE, ALL, "remote access failed" },
  /src/sys/ufs/ufs/
ufs_vfsops.c 247 error = SET_ERROR(ESTALE);
257 return SET_ERROR(ESTALE);
  /src/tests/fs/puffs/h_dtfs/
dtfs_vfsops.c 252 return ESTALE;
256 return ESTALE;

Completed in 25 milliseconds

1 2 3 4