/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/testcases/open_posix_testsuite/functional/threads/include/ |
D | test.h | 16 #ifndef ENOTRECOVERABLE 17 #define ENOTRECOVERABLE EBADR macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 439 # ifndef ENOTRECOVERABLE 440 # define ENOTRECOVERABLE 127 macro 599 #ifdef ENOTRECOVERABLE 600 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/strace/tests-mx32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 121 #define ENOTRECOVERABLE 166 /* State not recoverable */ macro
|
/external/u-boot/include/linux/ |
D | errno.h | 142 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 853 #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/ |
D | libconstants.gen.c | 413 #ifdef ENOTRECOVERABLE 414 { "ENOTRECOVERABLE", (unsigned long) ENOTRECOVERABLE },
|
/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/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1235 ENOTRECOVERABLE = syscall.Errno(0x3b) const
|
D | zerrors_openbsd_amd64.go | 1493 ENOTRECOVERABLE = syscall.Errno(0x5d) const
|
D | zerrors_darwin_386.go | 1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
|
D | zerrors_darwin_arm64.go | 1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
|
D | zerrors_darwin_amd64.go | 1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
|
D | zerrors_darwin_arm.go | 1557 ENOTRECOVERABLE = syscall.Errno(0x68) const
|
D | zerrors_freebsd_386.go | 1547 ENOTRECOVERABLE = syscall.Errno(0x5f) const
|
D | zerrors_freebsd_arm.go | 1556 ENOTRECOVERABLE = syscall.Errno(0x5f) const
|
D | zerrors_freebsd_amd64.go | 1548 ENOTRECOVERABLE = syscall.Errno(0x5f) const
|