/external/llvm-project/libcxx/include/ |
D | errno.h | 35 #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 | __errc | 89 state_not_recoverable, // ENOTRECOVERABLE 198 state_not_recoverable = ENOTRECOVERABLE,
|
/external/libcxx/include/ |
D | errno.h | 36 #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 | __errc | 90 state_not_recoverable, // ENOTRECOVERABLE 199 state_not_recoverable = ENOTRECOVERABLE,
|
/external/ltp/lib/ |
D | errnos.h | 174 #ifdef ENOTRECOVERABLE in tst_strerrno() 175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 249 #ifndef ENOTRECOVERABLE 250 #error ENOTRECOVERABLE not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 250 #ifndef ENOTRECOVERABLE 251 #error ENOTRECOVERABLE not defined
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 844 #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/ |
D | errno.rs | 432 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/ |
D | errno.h | 164 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 181 ERROR_ENTRY(ENOTRECOVERABLE), // State not recoverable
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 92 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
|
/external/llvm-project/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 93 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
|
/external/llvm-project/libc/spec/ |
D | posix.td | 82 Macro<"ENOTRECOVERABLE">,
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 148 pub const ENOTRECOVERABLE: ::c_int = 166; constant
|
/external/llvm-project/libc/config/linux/ |
D | api.td | 242 MacroDefineIfNot<"ENOTRECOVERABLE", "131">,
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 159 pub const ENOTRECOVERABLE: ::c_int = 131; constant
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 346 pub const ENOTRECOVERABLE: ::c_int = 141; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 250 pub const ENOTRECOVERABLE: ::c_int = 131; constant
|
D | mips64.rs | 543 pub const ENOTRECOVERABLE: ::c_int = 166; constant
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 214 pub const ENOTRECOVERABLE: ::c_int = 127; constant
|