Home
last modified time | relevance | path

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

12

/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/testcases/open_posix_testsuite/functional/threads/include/
Dtest.h16 #ifndef ENOTRECOVERABLE
17 #define ENOTRECOVERABLE EBADR macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h439 # ifndef ENOTRECOVERABLE
440 # define ENOTRECOVERABLE 127 macro
599 #ifdef ENOTRECOVERABLE
600 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/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/kernel-headers/original/uapi/asm-generic/
Derrno.h117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h121 #define ENOTRECOVERABLE 166 /* State not recoverable */ macro
/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.c413 #ifdef ENOTRECOVERABLE
414 { "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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1235 ENOTRECOVERABLE = syscall.Errno(0x3b) const
Dzerrors_openbsd_amd64.go1493 ENOTRECOVERABLE = syscall.Errno(0x5d) const
Dzerrors_darwin_386.go1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
Dzerrors_darwin_arm64.go1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
Dzerrors_darwin_amd64.go1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
Dzerrors_darwin_arm.go1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
Dzerrors_freebsd_386.go1547 ENOTRECOVERABLE = syscall.Errno(0x5f) const
Dzerrors_freebsd_arm.go1556 ENOTRECOVERABLE = syscall.Errno(0x5f) const
Dzerrors_freebsd_amd64.go1548 ENOTRECOVERABLE = syscall.Errno(0x5f) const

12