| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | nfs_subr.c | 138 res.status = nfs_error(ESTALE); in nfsproc_setattr_2_svc() 266 res.status = nfs_error(ESTALE); in nfsproc_write_2_svc() 280 res.status = nfs_error(ESTALE); in nfsproc_create_2_svc() 346 res = nfs_error(ESTALE); in nfsproc_rename_2_svc() 367 res = nfs_error(ESTALE); in nfsproc_link_2_svc() 380 res = nfs_error(ESTALE); in nfsproc_symlink_2_svc() 393 res.status = nfs_error(ESTALE); in nfsproc_mkdir_2_svc()
|
| H A D | efs_ops.c | 83 *error_return = ESTALE; in efs_lookuppn() 96 return ESTALE; in efs_readdir()
|
| H A D | map.c | 424 error = ESTALE; in fh_to_mp3() 470 *rp = ESTALE; in fh_to_mp3()
|
| H A D | afs_ops.c | 1170 ereturn(ESTALE); in afs_lookuppn() 1645 return ESTALE; in afs_readdir()
|
| /openbsd-src/gnu/usr.bin/perl/win32/include/sys/ |
| H A D | errno2.h | 143 #ifndef ESTALE /* Not in errno.h but wanted by POSIX.pm */ 144 # define ESTALE WSAESTALE macro
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | cwd_enoent.t | 22 my @acceptable_errnos = (&Errno::ENOENT, (defined &Errno::ESTALE ? &Errno::ESTALE : ()));
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | strerror.c | 59 case ESTALE: in strerror()
|
| /openbsd-src/gnu/llvm/libcxx/src/include/ |
| H A D | config_elast.h | 39 #define _LIBCPP_ELAST ESTALE
|
| /openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| H A D | errno.pl | 70 $ESTALE = 0x46;
|
| /openbsd-src/sys/isofs/cd9660/ |
| H A D | cd9660_vfsops.c | 660 return (ESTALE); in cd9660_fhtovp() 742 return (ESTALE); in cd9660_vget_internal() 751 return (ESTALE); in cd9660_vget_internal() 773 return (ESTALE); in cd9660_vget_internal() 785 return (ESTALE); in cd9660_vget_internal()
|
| /openbsd-src/sys/ufs/ufs/ |
| H A D | ufs_vfsops.c | 143 return (ESTALE); in ufs_fhtovp()
|
| /openbsd-src/sys/sys/ |
| H A D | errno.h | 140 #define ESTALE 70 /* Stale NFS file handle */ macro
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | strerror.c | 421 #if defined (ESTALE) 422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | strerror.c | 422 #if defined (ESTALE) 423 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_uc_fw.h | 200 return -ESTALE; in intel_uc_fw_status_to_error()
|
| /openbsd-src/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 511 case ESTALE: in do_lock() 580 case ESTALE: in do_lock() 690 if (errno == ESTALE) in do_unlock()
|
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | namespace.c | 55 if (errno == ESTALE) { in namespace_begin_txn() 278 if (errno == ESTALE) in namespace_find()
|
| H A D | auth.c | 341 if (elm == NULL && errno == ESTALE) { in ldap_auth_simple()
|
| /openbsd-src/sys/nfs/ |
| H A D | nfs_kq.c | 122 if (error == ESTALE) { in nfs_kqpoll()
|
| /openbsd-src/sys/tmpfs/ |
| H A D | tmpfs_vfsops.c | 303 return node ? tmpfs_vnode_get(mp, node, vpp) : ESTALE; in tmpfs_fhtovp()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/ |
| H A D | Makefile.PL | 50 ESOCKTNOSUPPORT ESPIPE ESRCH ESTALE ETIME ETIMEDOUT ETOOMANYREFS ETXTBSY
|
| /openbsd-src/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 111 return ESTALE; in ffs_checkrange() 131 return ESTALE; in ffs_checkrange() 137 return ESTALE; in ffs_checkrange()
|
| /openbsd-src/regress/sys/ffs/ |
| H A D | fstest.c | 699 case ESTALE: in err2str()
|
| /openbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_vfsops.c | 981 return (ESTALE); in ext2fs_fhtovp() 992 return (ESTALE); in ext2fs_fhtovp()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | export.t | 40 ESRCH ESTALE ETIME ETIMEDOUT ETOOMANYREFS ETXTBSY EUSERS
|