Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 25 of 75) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c103 EPROTO, "EPROTO", EPROTO}, {
D4-1.c98 EPROTO, "EPROTO"}, {
D3-1-buildonly.c84 int dummy67 = EPROTO;
/external/libcxx/include/
Derrno.h206 #ifndef EPROTO
207 #define EPROTO 9932 macro
D__errc84 protocol_error, // EPROTO
193 protocol_error = EPROTO,
/external/boringssl/src/crypto/bio/
Dfd.c98 #ifdef EPROTO in OPENSSL_MSVC_PRAGMA()
99 err == EPROTO || in OPENSSL_MSVC_PRAGMA()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h421 # ifndef EPROTO
422 # define EPROTO 134 macro
589 #ifdef EPROTO
590 protocol_error = EPROTO,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp289 #ifndef EPROTO
290 #error EPROTO not defined
/external/libbrillo/brillo/errors/
Derror_codes_unittest.cc20 AddSystemError(&error, FROM_HERE, EPROTO); in TEST()
Derror_codes.cc109 ERROR_ENTRY(EPROTO), // Protocol error
/external/strace/tests-mx32/
Derrno2name.c384 #ifdef EPROTO in errno2name()
385 CASE(EPROTO); in errno2name()
/external/strace/tests-m32/
Derrno2name.c384 #ifdef EPROTO in errno2name()
385 CASE(EPROTO); in errno2name()
/external/strace/tests/
Derrno2name.c384 #ifdef EPROTO in errno2name()
385 CASE(EPROTO); in errno2name()
/external/wayland/tests/
Ddisplay-test.c192 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/
Derrno.h54 #define EPROTO 71 /* Protocol error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h49 #define EPROTO 71 /* Protocol error */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py74 EPROTO = 71 variable
/external/u-boot/include/linux/
Derrno.h79 #define EPROTO 71 /* Protocol error */ macro
/external/u-boot/drivers/spi/
Dich.c319 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/
Derror.cc159 case EPROTO: // Protocol error in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py79 EPROTO = 71 variable
/external/u-boot/lib/
Dlz4_wrapper.c125 ret = -EPROTO; /* decompression error */ in ulz4fn()
Derrno_str.c85 ERRNO_MSG(EPROTO, "Protocol error"),
/external/minijail/linux-x86/
Dlibconstants.gen.c449 #ifdef EPROTO
450 { "EPROTO", (unsigned long) EPROTO },
/external/ltp/lib/
Derrnos.h104 PAIR(EPROTO) in tst_strerrno()

123