Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm-project/libcxx/include/
Derrno.h35 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
49 #ifdef ENOTRECOVERABLE
60 #define ENOTRECOVERABLE __elast1 macro
63 #define ELAST ENOTRECOVERABLE
69 #define ENOTRECOVERABLE __elast2 macro
72 #define ELAST ENOTRECOVERABLE
213 #ifndef ENOTRECOVERABLE
214 #define ENOTRECOVERABLE 9934 macro
D__errc89 state_not_recoverable, // ENOTRECOVERABLE
198 state_not_recoverable = ENOTRECOVERABLE,
/external/libcxx/include/
Derrno.h36 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
50 #ifdef ENOTRECOVERABLE
61 #define ENOTRECOVERABLE __elast1 macro
64 #define ELAST ENOTRECOVERABLE
70 #define ENOTRECOVERABLE __elast2 macro
73 #define ELAST ENOTRECOVERABLE
214 #ifndef ENOTRECOVERABLE
215 #define ENOTRECOVERABLE 9934 macro
D__errc90 state_not_recoverable, // ENOTRECOVERABLE
199 state_not_recoverable = ENOTRECOVERABLE,
/external/ltp/lib/
Derrnos.h174 #ifdef ENOTRECOVERABLE in tst_strerrno()
175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp249 #ifndef ENOTRECOVERABLE
250 #error ENOTRECOVERABLE not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp250 #ifndef ENOTRECOVERABLE
251 #error ENOTRECOVERABLE not defined
/external/python/cpython3/Modules/
Derrnomodule.c844 #ifdef ENOTRECOVERABLE in errno_exec()
845 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable"); in errno_exec()
861 #ifdef ENOTRECOVERABLE in errno_exec()
862 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable"); in errno_exec()
/external/rust/crates/nix/src/
Derrno.rs432 ENOTRECOVERABLE => "State not recoverable", in desc()
492 ENOTRECOVERABLE => "State not recoverable", in desc()
768 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator
911 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32()
1030 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator
1148 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32()
1256 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator
1364 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32()
1683 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator
1789 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h164 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
/external/strace/tests-m32/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/external/strace/tests/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/external/libbrillo/brillo/errors/
Derror_codes.cc181 ERROR_ENTRY(ENOTRECOVERABLE), // State not recoverable
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp92 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
/external/llvm-project/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp93 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
/external/llvm-project/libc/spec/
Dposix.td82 Macro<"ENOTRECOVERABLE">,
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs148 pub const ENOTRECOVERABLE: ::c_int = 166; constant
/external/llvm-project/libc/config/linux/
Dapi.td242 MacroDefineIfNot<"ENOTRECOVERABLE", "131">,
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs159 pub const ENOTRECOVERABLE: ::c_int = 131; constant
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs346 pub const ENOTRECOVERABLE: ::c_int = 141; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs250 pub const ENOTRECOVERABLE: ::c_int = 131; constant
Dmips64.rs543 pub const ENOTRECOVERABLE: ::c_int = 166; constant
/external/rust/crates/libc/src/windows/
Dmod.rs214 pub const ENOTRECOVERABLE: ::c_int = 127; constant

123