Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs623 ESTALE => "Stale file handle",
924 ESTALE => "Stale NFS file handle",
1238 ESTALE = libc::ESTALE,
1383 libc::ESTALE => ESTALE,
1484 ESTALE = libc::ESTALE,
1602 libc::ESTALE => ESTALE,
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h131 #ifndef ESTALE
132 #define ESTALE (MHDW32ERRBASE+30) macro
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h78 #undef ESTALE macro
79 #define ESTALE WSAESTALE macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c84 case WSAESTALE: return ESTALE; in MHD_W32_errno_from_winsock_()
180 case ESTALE: in MHD_W32_strerror_()
522 case ESTALE: in MHD_W32_set_last_winsock_error_()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h118 #define ESTALE 116 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h118 #define ESTALE 116 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h118 #define ESTALE 116 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h117 #define ESTALE 116 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h118 #define ESTALE 116 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h167 #define ESTALE 116 /* Stale NFS file handle */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h117 #define ESTALE 116 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h122 #define ESTALE 151 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h122 #define ESTALE 151 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h122 #define ESTALE 151 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h117 #define ESTALE 116 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h117 #define ESTALE 116 macro
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
H A Dopen_by_handle_at02.c35 {"stale-dfd", 0, &valid_fhp, O_RDWR, 0, ESTALE},
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-1-buildonly.c91 static int dummy74 = ESTALE;
/third_party/musl/libc-test/src/api/
H A Derrno.c82 C(ESTALE) in f()
/third_party/ltp/lib/
H A Derrnos.h149 PAIR(ESTALE) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs118 pub const ESTALE: u32 = 116; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs118 pub const ESTALE: u32 = 116; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs118 pub const ESTALE: u32 = 116; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs125 pub const ESTALE: u32 = 151; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs118 pub const ESTALE: u32 = 116; consts

Completed in 13 milliseconds

1234