Searched refs:ESTALE (Results 1 – 25 of 87) sorted by relevance
1234
| /freebsd/stand/efi/libefi/ |
| H A D | errno.c | 52 case ESTALE: in errno_to_efi_status() 117 errno = ESTALE; in efi_status_to_errno()
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | lerrno.py | 122 ESTALE = 116 variable 255 ESTALE: 'Stale file handle',
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.print.c | 278 #ifdef ESTALE in flush() 282 case ESTALE: in flush()
|
| /freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/ |
| H A D | posix_errors.h | 90 MsgMapping(ESTALE, "Stale file handle"), 169 MsgMapping(ESTALE, "ESTALE"),
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | errno.d | 172 inline int ESTALE = 70; variable 173 #pragma D binding "1.0" ESTALE 316 errno == ESTALE ? "Stale NFS file handle" :
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | errno.h | 40 #define ECOMM ESTALE
|
| /freebsd/stand/libsa/ |
| H A D | strerror.c | 57 {ESTALE, "stale NFS file handle"},
|
| /freebsd/sys/fs/cd9660/ |
| H A D | cd9660_vfsops.c | 627 return (ESTALE); in cd9660_fhtovp() 735 return (ESTALE); in cd9660_vget_internal() 743 return (ESTALE); in cd9660_vget_internal() 763 return (ESTALE); in cd9660_vget_internal() 773 return (ESTALE); in cd9660_vget_internal()
|
| /freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vfsops.c | 252 return ESTALE; in dtfs_fs_fhtonode() 256 return ESTALE; in dtfs_fs_fhtonode()
|
| /freebsd/sys/sys/ |
| H A D | errno.h | 144 #define ESTALE 70 /* Stale NFS file handle */ macro
|
| /freebsd/lib/libc/nls/ |
| H A D | be_BY.UTF-8.msg | 145 $ ESTALE
|
| H A D | ru_RU.UTF-8.msg | 145 $ ESTALE
|
| H A D | ru_RU.KOI8-R.msg | 145 $ ESTALE
|
| H A D | mn_MN.UTF-8.msg | 145 $ ESTALE
|
| H A D | uk_UA.UTF-8.msg | 145 $ ESTALE
|
| H A D | el_GR.ISO8859-7.msg | 145 $ ESTALE
|
| H A D | ja_JP.UTF-8.msg | 145 $ ESTALE
|
| H A D | ja_JP.eucJP.msg | 145 $ ESTALE
|
| H A D | ko_KR.UTF-8.msg | 145 $ ESTALE
|
| H A D | ko_KR.eucKR.msg | 145 $ ESTALE
|
| H A D | zh_CN.UTF-8.msg | 145 $ ESTALE
|
| H A D | zh_CN.GB2312.msg | 147 $ ESTALE
|
| H A D | zh_CN.GB18030.msg | 147 $ ESTALE
|
| /freebsd/contrib/netbsd-tests/fs/vfs/ |
| H A D | t_vfsops.c | 152 ATF_REQUIRE_ERRNO(ESTALE, rump_sys_fhopen(fhp, fhsize, O_RDONLY) == -1); in tfhremove()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_errno.inc | 125 [ESTALE] = -LINUX_ESTALE, 302 [LINUX_ESTALE] = ESTALE,
|
1234