Home
last modified time | relevance | path

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

/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dsdbus.hpp35 if (e.code().value() == ESTALE) in loopWithBus()
/openbmc/u-boot/include/linux/
H A Derrno.h124 #define ESTALE 116 /* Stale file handle */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c130 ERRNO_MSG(ESTALE, "Stale NFS file handle"),
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch12 This will cause an ESTALE error. Making rpm tool ignore this error
/openbmc/qemu/linux-user/
H A Derrnos.c.inc132 E(ESTALE)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1131 if e.errno in [errno.ESTALE]:
1941 if e.errno in [errno.ESTALE]:
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch176 if (r == -ESTALE) {