Home
last modified time | relevance | path

Searched refs:EREMOTEIO (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/libuv/include/uv/
Derrno.h424 #if defined(EREMOTEIO) && !defined(_WIN32)
425 # define UV__EREMOTEIO UV__ERR(EREMOTEIO)
/third_party/lwip/src/include/lwip/
Derrno.h172 #define EREMOTEIO 121 /* Remote I/O error */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h123 #define EREMOTEIO 121 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h122 #define EREMOTEIO 121 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h122 #define EREMOTEIO 121 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h112 #define EREMOTEIO 140 macro
/third_party/musl/arch/mips64/bits/
Derrno.h112 #define EREMOTEIO 140 macro
/third_party/musl/arch/mips/bits/
Derrno.h112 #define EREMOTEIO 140 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h122 #define EREMOTEIO 121 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h123 #define EREMOTEIO 121 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h123 #define EREMOTEIO 121 macro
/third_party/musl/arch/generic/bits/
Derrno.h122 #define EREMOTEIO 121 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h123 #define EREMOTEIO 121 macro
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h99 E(EREMOTEIO, "Remote I/O error")
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h99 E(EREMOTEIO, "Remote I/O error")
/third_party/musl/src/errno/
D__strerror.h100 E(EREMOTEIO, "Remote I/O error")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h100 E(EREMOTEIO, "Remote I/O error")
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt86 EREMOTEIO
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Derrno.rs123 pub const EREMOTEIO: u32 = 121; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Derrno.rs123 pub const EREMOTEIO: u32 = 121; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Derrno.rs123 pub const EREMOTEIO: u32 = 121; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Derrno.rs113 pub const EREMOTEIO: u32 = 140; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Derrno.rs123 pub const EREMOTEIO: u32 = 121; constant
/third_party/ltp/lib/
Derrnos.h154 PAIR(EREMOTEIO) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/arm/
Derrno.rs123 pub const EREMOTEIO: u32 = 121; constant

1234