/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 103 EPROTO, "EPROTO", EPROTO}, {
|
D | 4-1.c | 98 EPROTO, "EPROTO"}, {
|
D | 3-1-buildonly.c | 84 int dummy67 = EPROTO;
|
/external/libcxx/include/ |
D | errno.h | 206 #ifndef EPROTO 207 #define EPROTO 9932 macro
|
D | __errc | 84 protocol_error, // EPROTO 193 protocol_error = EPROTO,
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 98 #ifdef EPROTO in OPENSSL_MSVC_PRAGMA() 99 err == EPROTO || in OPENSSL_MSVC_PRAGMA()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 421 # ifndef EPROTO 422 # define EPROTO 134 macro 589 #ifdef EPROTO 590 protocol_error = EPROTO,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 289 #ifndef EPROTO 290 #error EPROTO not defined
|
/external/libbrillo/brillo/errors/ |
D | error_codes_unittest.cc | 20 AddSystemError(&error, FROM_HERE, EPROTO); in TEST()
|
D | error_codes.cc | 109 ERROR_ENTRY(EPROTO), // Protocol error
|
/external/strace/tests-mx32/ |
D | errno2name.c | 384 #ifdef EPROTO in errno2name() 385 CASE(EPROTO); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 384 #ifdef EPROTO in errno2name() 385 CASE(EPROTO); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 384 #ifdef EPROTO in errno2name() 385 CASE(EPROTO); in errno2name()
|
/external/wayland/tests/ |
D | display-test.c | 192 assert(err == EPROTO); in check_pending_error() 689 assert(errno == EPROTO); in wait_for_error_using_dispatch() 736 assert(errno == EPROTO); in wait_for_error_using_prepare_read() 901 assert(wl_display_get_error(c->wl_display) == EPROTO); in check_error_on_destroyed_object()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 54 #define EPROTO 71 /* Protocol error */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 49 #define EPROTO 71 /* Protocol error */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 74 EPROTO = 71 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 79 #define EPROTO 71 /* Protocol error */ macro
|
/external/u-boot/drivers/spi/ |
D | ich.c | 319 return -EPROTO; in spi_setup_offset() 433 return -EPROTO; in ich_spi_xfer() 525 return -EPROTO; in ich_spi_xfer()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 159 case EPROTO: // Protocol error in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 79 EPROTO = 71 variable
|
/external/u-boot/lib/ |
D | lz4_wrapper.c | 125 ret = -EPROTO; /* decompression error */ in ulz4fn()
|
D | errno_str.c | 85 ERRNO_MSG(EPROTO, "Protocol error"),
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 449 #ifdef EPROTO 450 { "EPROTO", (unsigned long) EPROTO },
|
/external/ltp/lib/ |
D | errnos.h | 104 PAIR(EPROTO) in tst_strerrno()
|