Home
last modified time | relevance | path

Searched defs:ENOMSG (Results 1 – 25 of 74) sorted by relevance

123

/third_party/rust/crates/nix/src/
Derrno.rs1165 ENOMSG = libc::ENOMSG, enumerator
1505 ENOMSG = libc::ENOMSG, enumerator
1733 ENOMSG = libc::ENOMSG, enumerator
1950 ENOMSG = libc::ENOMSG, enumerator
2172 ENOMSG = libc::ENOMSG, enumerator
2378 ENOMSG = libc::ENOMSG, enumerator
2584 ENOMSG = libc::ENOMSG, enumerator
2737 ENOMSG = libc::ENOMSG, enumerator
3034 ENOMSG = libc::ENOMSG, enumerator
/third_party/rust/crates/linux-raw-sys/src/mips/
Derrno.rs37 pub const ENOMSG: u32 = 35; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Derrno.rs37 pub const ENOMSG: u32 = 35; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Derrno.rs77 pub const ENOMSG: u32 = 75; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Derrno.rs77 pub const ENOMSG: u32 = 75; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Derrno.rs44 pub const ENOMSG: u32 = 42; constant
/third_party/lwip/src/include/lwip/
Derrno.h89 #define ENOMSG 42 /* No message of desired type */ macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/arch/mips64/bits/
Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/arch/generic/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/arch/mips/bits/
Derrno.h35 #define ENOMSG 35 macro

123