Home
last modified time | relevance | path

Searched refs:EMULTIHOP (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/rust/crates/nix/src/
Derrno.rs473 EMULTIHOP => "Multihop attempted", in desc()
762 EMULTIHOP => "Multihop attempted", in desc()
1042 EMULTIHOP => "Reserved", in desc()
1194 EMULTIHOP = libc::EMULTIHOP, enumerator
1339 libc::EMULTIHOP => EMULTIHOP, in from_i32()
1509 EMULTIHOP = libc::EMULTIHOP, enumerator
1627 libc::EMULTIHOP => EMULTIHOP, in from_i32()
1740 EMULTIHOP = libc::EMULTIHOP, enumerator
1849 libc::EMULTIHOP => EMULTIHOP, in from_i32()
1957 EMULTIHOP = libc::EMULTIHOP, enumerator
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c61 EMULTIHOP, "EMULTIHOP", EMULTIHOP}, {
D4-1.c56 EMULTIHOP, "EMULTIHOP"}, {
D3-1-buildonly.c47 static int dummy36 = EMULTIHOP;
/third_party/lwip/src/include/lwip/
Derrno.h121 #define EMULTIHOP 72 /* Multihop attempted */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h68 #define EMULTIHOP 74 macro
/third_party/musl/arch/mips64/bits/
Derrno.h68 #define EMULTIHOP 74 macro
/third_party/musl/arch/mips/bits/
Derrno.h68 #define EMULTIHOP 74 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/arch/generic/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/libc-test/src/api/
Derrno.c43 C(EMULTIHOP) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h103 E(EMULTIHOP, "Multihop attempted")
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h103 E(EMULTIHOP, "Multihop attempted")
/third_party/musl/src/errno/
D__strerror.h104 E(EMULTIHOP, "Multihop attempted")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h104 E(EMULTIHOP, "Multihop attempted")
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt46 EMULTIHOP
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Derrno.rs74 pub const EMULTIHOP: u32 = 72; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Derrno.rs74 pub const EMULTIHOP: u32 = 72; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Derrno.rs74 pub const EMULTIHOP: u32 = 72; constant

1234