Home
last modified time | relevance | path

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

123

/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/kernel-headers/original/uapi/asm-generic/
Derrno.h117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h164 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/external/strace/tests-mx32/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/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/u-boot/include/linux/
Derrno.h142 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
/external/python/cpython3/Modules/
Derrnomodule.c853 #ifdef ENOTRECOVERABLE in PyInit_errno()
854 inscode(d, ds, de, "ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable"); in PyInit_errno()
870 #ifdef ENOTRECOVERABLE in PyInit_errno()
871 inscode(d, ds, de, "ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable"); in PyInit_errno()
/external/minijail/linux-x86/
Dlibconstants.gen.c421 #ifdef ENOTRECOVERABLE
422 {"ENOTRECOVERABLE", (unsigned long)ENOTRECOVERABLE},
/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/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs152 pub const ENOTRECOVERABLE: ::c_int = 166; constant
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs334 pub const ENOTRECOVERABLE: ::c_int = 141; constant
/external/rust/crates/libc/src/windows/
Dmod.rs214 pub const ENOTRECOVERABLE: ::c_int = 127; constant
/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/linux_like/linux/musl/b64/
Dpowerpc64.rs159 pub const ENOTRECOVERABLE: ::c_int = 131; constant
Dmips64.rs524 pub const ENOTRECOVERABLE: ::c_int = 166; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs209 pub const ENOTRECOVERABLE: ::c_int = 131; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/mips/
Dmod.rs358 pub const ENOTRECOVERABLE: ::c_int = 166; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs305 pub const ENOTRECOVERABLE: ::c_int = 131; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
Dmod.rs299 pub const ENOTRECOVERABLE: ::c_int = 131; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dpowerpc.rs300 pub const ENOTRECOVERABLE: ::c_int = 131; constant

123