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

/freebsd-9.3-release/sys/sys/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_sock.c268 # ifdef EPROTO
269 case EPROTO:
H A Dbss_fd.c270 #ifdef EPROTO
271 case EPROTO:
H A Dbss_dgram.c706 # ifdef EPROTO
707 case EPROTO:
/freebsd-9.3-release/sys/ia64/ia64/
H A Defi.c67 EPROTO, /* EFI_ICMP_ERROR */
68 EPROTO, /* EFI_TFTP_ERROR */
69 EPROTO /* EFI_PROTOCOL_ERROR */
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d217 inline int EPROTO = 92;
218 #pragma D binding "1.0" EPROTO
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h188 protocol_error, // EPROTO
423 # ifndef EPROTO
424 # define EPROTO 134 macro
580 #ifdef EPROTO
581 protocol_error = EPROTO,
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrerror.c277 #if defined (EPROTO)
278 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c303 #ifdef EPROTO
304 EPROTO,
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_errno.c305 #ifdef EPROTO
306 EPROTO,
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c644 err = EPROTO;
649 err = EPROTO;
660 err = EPROTO;
669 err = EPROTO;
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1402 #ifdef EPROTO
1403 case EPROTO:
1404 return ("EPROTO");
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios_dp.c178 return -EPROTO;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.c1307 || errno != EPROTO)
1388 if (errno == EPROTO)
5601 || errno != EPROTO )
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c1714 * HPUX returns EPROTO and EINVAL on receiving some ICMP/ICMPv6
1717 #ifdef EPROTO
1718 SOFT_OR_HARD(EPROTO, ISC_R_HOSTUNREACH);
3201 #ifdef EPROTO
3202 case EPROTO:
/freebsd-9.3-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-9.3-release/lib/libfetch/
H A Dhttp.c233 io->error = EPROTO;
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_dp.c542 return -EPROTO;
/freebsd-9.3-release/sys/dev/siba/
H A Dsiba_core.c1445 return ((crc0 != crc1) ? EPROTO : 0);
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c7741 return (EPROTO);
7935 return (EPROTO);

Completed in 395 milliseconds