Searched refs:EMSGSIZE (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_dgram.c224 if ( data->_errno == EMSGSIZE)
375 #ifdef EMSGSIZE
377 if ( data->_errno == EMSGSIZE)
473 #ifdef EMSGSIZE
474 case EMSGSIZE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c47 return -EMSGSIZE;
75 return -EMSGSIZE;
93 /* -EMSGSIZE implies BUG in br_nlmsg_size() */
94 WARN_ON(err == -EMSGSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_rresp.c81 errno = EMSGSIZE;
H A Datp_rreq.c101 errno = EMSGSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/
H A Dwsockcompat.h45 #define EMSGSIZE WSAEMSGSIZE macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Derrno.h80 #define EMSGSIZE 218 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Derrno.h14 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Derrno.h14 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Derrno.h63 #define EMSGSIZE 90 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Derrno.h16 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_rresp.c81 errno = EMSGSIZE;
H A Datp_rreq.c101 errno = EMSGSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_errno.c306 #ifdef EMSGSIZE
307 return (EMSGSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Derror.h99 {"Message too long", EMSGSIZE},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Durb.c256 return -EMSGSIZE;
278 return -EMSGSIZE;
286 return -EMSGSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c139 ERRSTR(EMSGSIZE, "Message too long");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsetup_once.h430 #undef EMSGSIZE /* override definition in errno.h */ macro
431 #define EMSGSIZE WSAEMSGSIZE macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspidev.c91 return -EMSGSIZE;
124 return -EMSGSIZE;
173 status = -EMSGSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dnetlink.c81 rc = -EMSGSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Diovec.c70 return -EMSGSIZE;

Completed in 1184 milliseconds

12345