Searched refs:EPROTO (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/contrib/libc++/include/
H A Derrno.h206 #ifndef EPROTO
207 #define EPROTO 9932 macro
/freebsd-11.0-release/sys/sys/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Dbss_fd.c312 # ifdef EPROTO
313 case EPROTO:
H A Dbss_sock.c268 # ifdef EPROTO
269 case EPROTO:
H A Dbss_dgram.c2033 # ifdef EPROTO
2034 case EPROTO:
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Derrno.d217 inline int EPROTO = 92;
218 #pragma D binding "1.0" EPROTO
/freebsd-11.0-release/sys/compat/cloudabi/
H A Dcloudabi_errno.c104 [EPROTO] = CLOUDABI_EPROTO,
/freebsd-11.0-release/lib/libsysdecode/
H A Derrno.c126 [CLOUDABI_EPROTO] = EPROTO,
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/freebsd-11.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c301 #ifdef EPROTO
302 EPROTO,
/freebsd-11.0-release/sys/security/audit/
H A Dbsm_errno.c303 #ifdef EPROTO
304 EPROTO,
/freebsd-11.0-release/contrib/netbsd-tests/include/
H A Dt_errno.c643 #ifdef EPROTO
648 atf_tc_fail_nonfatal("EPROTO not defined");
/freebsd-11.0-release/sys/dev/iicbus/
H A Diiconf.c54 case IIC_ESTATUS: return (EPROTO);
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c630 err = EPROTO;
635 err = EPROTO;
646 err = EPROTO;
655 err = EPROTO;
/freebsd-11.0-release/contrib/pjdfstest/
H A Dpjdfstest.c1485 #ifdef EPROTO
1486 case EPROTO:
1487 return ("EPROTO");
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h1270 * EPROTO on certain older kernels really means ECONNABORTED, so we need to
1275 * systems, EPROTO can actually result in a fatal loop. See PR#981 for
1276 * example. It's hard to handle both uses of EPROTO.
1278 #ifdef EPROTO
1280 || (s) == EPROTO)
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1504 err = -EPROTO;
1511 err = -EPROTO;
1523 err = -EPROTO;
1534 err = -EPROTO;
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Datombios_dp.c178 return -EPROTO;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dinfttrace.c1307 || errno != EPROTO)
1388 if (errno == EPROTO)
5601 || errno != EPROTO )
/freebsd-11.0-release/sys/dev/hyperv/netvsc/
H A Dhv_net_vsc.c594 return (EPROTO);
/freebsd-11.0-release/contrib/unbound/util/
H A Dnetevent.c821 #ifdef EPROTO
822 || errno == EPROTO
823 #endif /* EPROTO */
/freebsd-11.0-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c1700 * HPUX returns EPROTO and EINVAL on receiving some ICMP/ICMPv6
1703 #ifdef EPROTO
1704 SOFT_OR_HARD(EPROTO, ISC_R_HOSTUNREACH);
3183 #ifdef EPROTO
3184 case EPROTO:
/freebsd-11.0-release/lib/libfetch/
H A Dhttp.c236 io->error = EPROTO;
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_dp.c551 return -EPROTO;

Completed in 588 milliseconds

12