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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Derror.h93 {"Protocol error", EPROTO},
150 {"bogus wstat buffer", EPROTO},
160 {"protocol botch", EPROTO},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c220 #ifdef EPROTO
221 ERRSTR(EPROTO, "Protocol error");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Derrno.h48 #define EPROTO 71 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Derrno.h32 #define EPROTO 61 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Derrno.h60 #define EPROTO 86 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Derrno.h60 #define EPROTO 86 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Derrno.h44 #define EPROTO 71 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Derrno.h48 #define EPROTO 71 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Derrno.h57 #define EPROTO 85 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dlib.c146 return EPROTO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c265 #ifdef EPROTO
266 case EPROTO:
H A Dbss_sock.c287 #ifdef EPROTO
288 case EPROTO:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_fd.c277 #ifdef EPROTO
278 case EPROTO:
H A Dbss_sock.c285 #ifdef EPROTO
286 case EPROTO:
H A Dbss_dgram.c460 #ifdef EPROTO
461 case EPROTO:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-connevent.c161 return -EPROTO;
173 return -EPROTO;
177 return -EPROTO;
202 return -EPROTO;
278 case -EPROTO:
306 _leave(" [EPROTO]");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Discsi_iser.c426 return -EPROTO;
433 return -EPROTO;
440 return -EPROTO;
447 return -EPROTO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci.h159 /* Bit Stuff */ -EPROTO,
163 /* PIDCheck */ -EPROTO,
164 /* UnExpPID */ -EPROTO,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_usb.h139 {-EPROTO, "Bit-stuff error (bad cable?)"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_getmsg.c160 ? TLIerr->UNIX_error : EPROTO));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclierror.c294 #ifdef EPROTO
295 {NT_STATUS_DEVICE_PROTOCOL_ERROR, EPROTO},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlap_event.c294 if (ret == -EPROTO)
1025 return -EPROTO;
1051 ret = -EPROTO;
1066 ret = -EPROTO;
1762 return -EPROTO; /* Try again later */
1786 ret = -EPROTO;
1791 ret = -EPROTO;

Completed in 393 milliseconds

1234