Home
last modified time | relevance | path

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

12

/openbsd-src/usr.sbin/amd/amd/
H A Dnfs_subr.c138 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 Defs_ops.c83 *error_return = ESTALE; in efs_lookuppn()
96 return ESTALE; in efs_readdir()
H A Dmap.c424 error = ESTALE; in fh_to_mp3()
470 *rp = ESTALE; in fh_to_mp3()
H A Dafs_ops.c1170 ereturn(ESTALE); in afs_lookuppn()
1645 return ESTALE; in afs_readdir()
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Derrno2.h143 #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 Dcwd_enoent.t22 my @acceptable_errnos = (&Errno::ENOENT, (defined &Errno::ESTALE ? &Errno::ESTALE : ()));
/openbsd-src/sys/lib/libsa/
H A Dstrerror.c59 case ESTALE: in strerror()
/openbsd-src/gnu/llvm/libcxx/src/include/
H A Dconfig_elast.h39 #define _LIBCPP_ELAST ESTALE
/openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl70 $ESTALE = 0x46;
/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_vfsops.c660 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 Dufs_vfsops.c143 return (ESTALE); in ufs_fhtovp()
/openbsd-src/sys/sys/
H A Derrno.h140 #define ESTALE 70 /* Stale NFS file handle */ macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dstrerror.c421 #if defined (ESTALE)
422 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dstrerror.c422 #if defined (ESTALE)
423 ENTRY(ESTALE, "ESTALE", "Stale NFS file handle"),
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc_fw.h200 return -ESTALE; in intel_uc_fw_status_to_error()
/openbsd-src/usr.sbin/rpc.lockd/
H A Dlockd_lock.c511 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 Dnamespace.c55 if (errno == ESTALE) { in namespace_begin_txn()
278 if (errno == ESTALE) in namespace_find()
H A Dauth.c341 if (elm == NULL && errno == ESTALE) { in ldap_auth_simple()
/openbsd-src/sys/nfs/
H A Dnfs_kq.c122 if (error == ESTALE) { in nfs_kqpoll()
/openbsd-src/sys/tmpfs/
H A Dtmpfs_vfsops.c303 return node ? tmpfs_vnode_get(mp, node, vpp) : ESTALE; in tmpfs_fhtovp()
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL50 ESOCKTNOSUPPORT ESPIPE ESRCH ESTALE ETIME ETIMEDOUT ETOOMANYREFS ETXTBSY
/openbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c111 return ESTALE; in ffs_checkrange()
131 return ESTALE; in ffs_checkrange()
137 return ESTALE; in ffs_checkrange()
/openbsd-src/regress/sys/ffs/
H A Dfstest.c699 case ESTALE: in err2str()
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c981 return (ESTALE); in ext2fs_fhtovp()
992 return (ESTALE); in ext2fs_fhtovp()
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t40 ESRCH ESTALE ETIME ETIMEDOUT ETOOMANYREFS ETXTBSY EUSERS

12