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

123456

/freebsd-current/lib/libc/nameser/
H A Dns_name.c110 errno = EMSGSIZE;
115 errno = EMSGSIZE;
121 errno = EMSGSIZE; /*%< XXX */
125 errno = EMSGSIZE;
138 errno = EMSGSIZE;
148 errno = EMSGSIZE;
155 errno = EMSGSIZE;
164 errno = EMSGSIZE;
173 errno = EMSGSIZE;
179 errno = EMSGSIZE;
[all...]
H A Dns_parse.c86 RETERR(EMSGSIZE);
90 RETERR(EMSGSIZE);
97 RETERR(EMSGSIZE);
109 RETERR(EMSGSIZE);
112 RETERR(EMSGSIZE);
116 RETERR(EMSGSIZE);
132 RETERR(EMSGSIZE);
173 RETERR(EMSGSIZE);
182 RETERR(EMSGSIZE);
186 RETERR(EMSGSIZE);
[all...]
H A Dns_samedomain.c170 errno = EMSGSIZE;
/freebsd-current/lib/libc/inet/
H A Dinet_neta.c80 errno = EMSGSIZE;
H A Dinet_net_ntop.c136 errno = EMSGSIZE;
264 errno = EMSGSIZE;
H A Dinet_cidr_ntop.c146 errno = EMSGSIZE;
232 errno = EMSGSIZE;
254 errno = EMSGSIZE;
H A Dinet_cidr_pton.c144 errno = EMSGSIZE;
247 errno = EMSGSIZE;
H A Dinet_net_pton.c183 errno = EMSGSIZE;
375 errno = EMSGSIZE;
/freebsd-current/lib/libc/net/
H A Dhesiod.c151 errno = EMSGSIZE;
184 errno = EMSGSIZE;
383 errno = EMSGSIZE;
407 errno = EMSGSIZE;
428 errno = EMSGSIZE;
436 errno = EMSGSIZE;
545 case EMSGSIZE:
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h131 # ifndef EMSGSIZE
132 # define EMSGSIZE 9913 macro
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py96 EMSGSIZE = 90 variable
229 EMSGSIZE: 'Message too long',
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h207 #undef EMSGSIZE macro
208 #define EMSGSIZE WSAEMSGSIZE macro
/freebsd-current/sys/contrib/xen/
H A Derrno.h106 XEN_ERRNO(EMSGSIZE, 90) /* Message too large. */
/freebsd-current/sys/sys/
H A Derrno.h100 #define EMSGSIZE 40 /* Message too long */ macro
/freebsd-current/lib/libsdp/
H A Dservice.c64 ss->error = EMSGSIZE;
128 ss->error = EMSGSIZE;
172 ss->error = EMSGSIZE;
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c390 error = EMSGSIZE;
579 error = EMSGSIZE;
605 error = EMSGSIZE;
630 error = EMSGSIZE;
817 error = EMSGSIZE;
837 error = EMSGSIZE;
936 error = EMSGSIZE;
956 error = EMSGSIZE;
1050 error = EMSGSIZE;
1067 error = EMSGSIZE;
[all...]
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d110 inline int EMSGSIZE = 40;
111 #pragma D binding "1.0" EMSGSIZE
286 errno == EMSGSIZE ? "Message too long" :
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h54 message_size, // EMSGSIZE
153 message_size = EMSGSIZE,
/freebsd-current/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c151 error = EMSGSIZE;
221 return (EMSGSIZE);
301 error = EMSGSIZE;
424 error = EMSGSIZE;
452 error = EMSGSIZE;
497 error = EMSGSIZE;
672 error = EMSGSIZE;
732 error = EMSGSIZE;
H A Dng_l2cap_ulpi.c78 error = EMSGSIZE;
238 error = EMSGSIZE;
487 error = EMSGSIZE;
659 error = EMSGSIZE;
846 error = EMSGSIZE;
866 error = EMSGSIZE;
1059 error = EMSGSIZE;
1118 error = EMSGSIZE;
1128 error = EMSGSIZE;
1229 error = EMSGSIZE;
[all...]
H A Dng_l2cap_main.c270 error = EMSGSIZE;
300 error = EMSGSIZE;
543 error = EMSGSIZE;
655 error = EMSGSIZE;
/freebsd-current/sys/dev/sfxge/common/
H A Def10_nic.c70 rc = EMSGSIZE;
121 rc = EMSGSIZE;
126 rc = EMSGSIZE;
354 rc = EMSGSIZE;
416 rc = EMSGSIZE;
476 rc = EMSGSIZE;
588 rc = EMSGSIZE;
645 rc = EMSGSIZE;
731 rc = EMSGSIZE;
1041 rc = EMSGSIZE;
[all...]
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping_dev.c201 err = EMSGSIZE;
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c78 errno = EMSGSIZE;
/freebsd-current/stand/liblua/
H A Dlerrno.c88 ENTRY(EMSGSIZE),

Completed in 302 milliseconds

123456