/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 63 ENETDOWN, "ENETDOWN", ENETDOWN}, {
|
D | 4-1.c | 58 ENETDOWN, "ENETDOWN"}, {
|
D | 3-1-buildonly.c | 49 int dummy38 = ENETDOWN;
|
/external/libcxx/include/ |
D | errno.h | 134 #ifndef ENETDOWN 135 #define ENETDOWN 9914 macro
|
D | __errc | 55 network_down, // ENETDOWN 152 network_down = ENETDOWN,
|
/external/webrtc/webrtc/base/ |
D | socket.h | 67 #undef ENETDOWN 68 #define ENETDOWN WSAENETDOWN macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 159 #ifndef ENETDOWN 160 #error ENETDOWN not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 458 #undef ENETDOWN /* override definition in errno.h */ 459 #define ENETDOWN WSAENETDOWN macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 334 # ifndef ENETDOWN 335 # define ENETDOWN 116 macro 536 network_down = ENETDOWN,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 249 #ifdef ENETDOWN in errno2name() 250 CASE(ENETDOWN); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 249 #ifdef ENETDOWN in errno2name() 250 CASE(ENETDOWN); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 249 #ifdef ENETDOWN in errno2name() 250 CASE(ENETDOWN); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 83 #define ENETDOWN 100 /* Network is down */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 82 #define ENETDOWN 127 /* Network is down */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 106 ENETDOWN = 127 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 108 #define ENETDOWN 100 /* Network is down */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 129 case ENETDOWN: // Network is down in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 111 ENETDOWN = 127 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 326 #ifdef ENETDOWN 327 { "ENETDOWN", (unsigned long) ENETDOWN },
|
/external/u-boot/lib/ |
D | errno_str.c | 114 ERRNO_MSG(ENETDOWN, "Network is down"),
|
/external/ltp/lib/ |
D | errnos.h | 133 PAIR(ENETDOWN) in tst_strerrno()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 88 network_down = ASIO_SOCKET_ERROR(ENETDOWN),
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 25 #undef ENETDOWN 347 #ifdef ENETDOWN in PyInit_errno() 348 inscode(d, ds, de, "ENETDOWN", ENETDOWN, "Network is down"); in PyInit_errno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 144 ERROR_ENTRY(ENETDOWN), // Network is down
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 51 static_assert(static_cast<int>(std::errc::network_down) == ENETDOWN, ""); in main()
|