Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 18 of 18) sorted by relevance

/original-bsd/usr.sbin/amd/amd/
H A Defs_ops.c69 *error_return = ESTALE;
86 return ESTALE;
H A Dnfs_subr.c134 res.status = nfs_error(ESTALE);
280 res.status = nfs_error(ESTALE);
297 res.status = nfs_error(ESTALE);
371 res = nfs_error(ESTALE);
395 res = nfs_error(ESTALE);
411 res = nfs_error(ESTALE);
427 res.status = nfs_error(ESTALE);
H A Dmap.c426 error = ESTALE;
472 *rp = ESTALE;
H A Dafs_ops.c1199 ereturn(ESTALE);
1677 return ESTALE;
H A DChangeLog578 know about the changes. Fixes most ESTALE errors.
946 ESTALE during shutdown. it returns ENOENT instead which
/original-bsd/bin/sh/
H A Derror.c193 #ifdef ESTALE
194 { ESTALE, ALL, "remote access failed" },
/original-bsd/sys/sys/
H A Derrno.h114 #define ESTALE 70 /* Stale NFS file handle */ macro
/original-bsd/sys/isofs/cd9660/
H A Dcd9660_vfsops.c519 return (ESTALE);
599 return (ESTALE);
607 return (ESTALE);
629 return (ESTALE);
640 return (ESTALE);
/original-bsd/contrib/libg++-2.3/libiberty/
H A Dstrerror.c422 #if defined (ESTALE)
423 ESTALE, "ESTALE", "Stale NFS file handle",
/original-bsd/sys/ufs/ffs/
H A Dufs_vfsops.c174 return (ESTALE);
H A Dffs_vfsops.c835 return (ESTALE);
/original-bsd/sys/ufs/ufs/
H A Dufs_vfsops.c191 return (ESTALE);
/original-bsd/libexec/mail.local/
H A Dmail.local.c653 #ifdef ESTALE
654 case ESTALE: /* Stale NFS file handle */
/original-bsd/usr.sbin/amd/config/
H A Dmtab_file.c131 if (errno == ESTALE) {
/original-bsd/sys/ufs/lfs/
H A Dlfs_vfsops.c586 return (ESTALE);
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.c2582 #ifdef ESTALE
2583 case ESTALE: /* Stale NFS file handle */
/original-bsd/sys/nfs/
H A Dnfs_subs.c1615 return (ESTALE);
H A Dnfs_socket.c1051 if (error == ESTALE)