Home
last modified time | relevance | path

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

12

/external/bison/lib/
Derrno.in.h52 # ifndef EPROTO
53 # define EPROTO 134 macro
192 # ifndef EPROTO
193 # define EPROTO 2003 macro
Dstrerror-override.c235 case EPROTO: in strerror_override()
/external/boringssl/src/crypto/bio/
Dfd.c93 #ifdef EPROTO in bio_fd_non_fatal_error()
94 err == EPROTO || in bio_fd_non_fatal_error()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp293 #ifndef EPROTO
294 #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/kernel-headers/original/uapi/asm-generic/
Derrno.h53 #define EPROTO 71 /* Protocol error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h48 #define EPROTO 71 /* Protocol error */ macro
/external/libcxx/include/
Dcerrno203 #ifndef EPROTO
204 #define EPROTO 9932
Dsystem_error181 protocol_error, // EPROTO
325 protocol_error = EPROTO,
Dmodule.modulemap51 ECANCELED, EINPROGRESS, ENFILE, ENOSYS, EPROTO,
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp393 #if defined (EPROTO) in throwErrnoExc()
394 case EPROTO: in throwErrnoExc()
/external/bison/m4/
Derrno_h.m425 #if !defined EPROTO
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp86 static_assert(static_cast<int>(std::errc::protocol_error) == EPROTO, ""); in main()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp135 #if defined(EPROTO)
136 else if (ec.value() == EPROTO)
142 #endif // defined(EPROTO)
184 #if defined(EPROTO)
185 else if (ec.value() == EPROTO)
191 #endif // defined(EPROTO)
/external/iputils/
Dtracepath.c219 case EPROTO: in recverr()
Dtracepath6.c278 case EPROTO: in recverr()
/external/libusb/libusb/os/
Dlinux_usbfs.c1870 case -EPROTO: in handle_bulk_completion()
1986 case -EPROTO: in handle_iso_completion()
2042 case -EPROTO: in handle_control_completion()
/external/valgrind/include/vki/
Dvki-darwin.h641 #define VKI_EPROTO EPROTO
/external/v8/test/mjsunit/asm/embenchen/
Dprimes.js1440 …:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,ED… property
Dcopy.js1426 …:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,ED… property
Dcorrections.js1426 …:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,ED… property
Dfannkuch.js1447 …:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,ED… property
Dmemops.js1416 …:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,ED… property
Dfasta.js1430 …:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,ED… property

12