Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd-14-stable/lib/libc/nameser/
HDns_name.c113 errno = EMSGSIZE; in ns_name_ntop()
118 errno = EMSGSIZE; in ns_name_ntop()
124 errno = EMSGSIZE; /*%< XXX */ in ns_name_ntop()
128 errno = EMSGSIZE; in ns_name_ntop()
141 errno = EMSGSIZE; in ns_name_ntop()
151 errno = EMSGSIZE; in ns_name_ntop()
158 errno = EMSGSIZE; in ns_name_ntop()
167 errno = EMSGSIZE; in ns_name_ntop()
176 errno = EMSGSIZE; in ns_name_ntop()
182 errno = EMSGSIZE; in ns_name_ntop()
[all …]
HDns_parse.c89 RETERR(EMSGSIZE); in ns_skiprr()
93 RETERR(EMSGSIZE); in ns_skiprr()
100 RETERR(EMSGSIZE); in ns_skiprr()
112 RETERR(EMSGSIZE); in ns_initparse()
115 RETERR(EMSGSIZE); in ns_initparse()
119 RETERR(EMSGSIZE); in ns_initparse()
135 RETERR(EMSGSIZE); in ns_initparse()
176 RETERR(EMSGSIZE); in ns_parserr()
185 RETERR(EMSGSIZE); in ns_parserr()
189 RETERR(EMSGSIZE); in ns_parserr()
[all …]
HDns_samedomain.c173 errno = EMSGSIZE; in ns_makecanon()
/freebsd-14-stable/lib/libc/net/
HDhesiod.c154 errno = EMSGSIZE; in hesiod_to_bind()
187 errno = EMSGSIZE; in hesiod_to_bind()
386 errno = EMSGSIZE; in get_txt_records()
410 errno = EMSGSIZE; in get_txt_records()
431 errno = EMSGSIZE; in get_txt_records()
439 errno = EMSGSIZE; in get_txt_records()
548 case EMSGSIZE: in translate_errors()
/freebsd-14-stable/sys/netgraph/bluetooth/hci/
HDng_hci_main.c390 error = EMSGSIZE; in ng_hci_default_rcvmsg()
579 error = EMSGSIZE; in ng_hci_default_rcvmsg()
605 error = EMSGSIZE; in ng_hci_default_rcvmsg()
630 error = EMSGSIZE; in ng_hci_default_rcvmsg()
817 error = EMSGSIZE; in ng_hci_acl_rcvdata()
837 error = EMSGSIZE; in ng_hci_acl_rcvdata()
936 error = EMSGSIZE; in ng_hci_sco_rcvdata()
956 error = EMSGSIZE; in ng_hci_sco_rcvdata()
1050 error = EMSGSIZE; in ng_hci_raw_rcvdata()
1067 error = EMSGSIZE; in ng_hci_raw_rcvdata()
/freebsd-14-stable/lib/libc/inet/
HDinet_cidr_ntop.c149 errno = EMSGSIZE; in inet_cidr_ntop_ipv4()
235 errno = EMSGSIZE; in inet_cidr_ntop_ipv6()
257 errno = EMSGSIZE; in inet_cidr_ntop_ipv6()
HDinet_cidr_pton.c147 errno = EMSGSIZE; in inet_cidr_pton_ipv4()
250 errno = EMSGSIZE; in inet_cidr_pton_ipv6()
HDinet_net_ntop.c139 errno = EMSGSIZE; in inet_net_ntop_ipv4()
267 errno = EMSGSIZE; in inet_net_ntop_ipv6()
HDinet_neta.c83 errno = EMSGSIZE; in inet_neta()
HDinet_net_pton.c186 errno = EMSGSIZE; in inet_net_pton_ipv4()
378 errno = EMSGSIZE; in inet_net_pton_ipv6()
/freebsd-14-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_llpi.c151 error = EMSGSIZE; in ng_l2cap_lp_con_cfm()
221 return (EMSGSIZE); in ng_l2cap_lp_con_ind()
301 error = EMSGSIZE; in ng_l2cap_lp_discon_ind()
424 error = EMSGSIZE; in ng_l2cap_lp_qos_cfm()
452 error = EMSGSIZE; in ng_l2cap_lp_qos_ind()
497 error = EMSGSIZE; in ng_l2cap_lp_enc_change()
672 error = EMSGSIZE; in ng_l2cap_lp_receive()
732 error = EMSGSIZE; in ng_l2cap_lp_receive()
HDng_l2cap_ulpi.c78 error = EMSGSIZE; in ng_l2cap_l2ca_con_req()
238 error = EMSGSIZE; in ng_l2cap_l2ca_con_rsp_req()
487 error = EMSGSIZE; in ng_l2cap_l2ca_cfg_req()
659 error = EMSGSIZE; in ng_l2cap_l2ca_cfg_rsp_req()
846 error = EMSGSIZE; in ng_l2cap_l2ca_write_req()
866 error = EMSGSIZE; in ng_l2cap_l2ca_write_req()
1059 error = EMSGSIZE; in ng_l2cap_l2ca_receive()
1118 error = EMSGSIZE; in ng_l2cap_l2ca_clt_receive()
1128 error = EMSGSIZE; in ng_l2cap_l2ca_clt_receive()
1229 error = EMSGSIZE; in ng_l2cap_l2ca_discon_req()
[all …]
HDng_l2cap_main.c270 error = EMSGSIZE; in ng_l2cap_lower_rcvmsg()
300 error = EMSGSIZE; in ng_l2cap_lower_rcvmsg()
543 error = EMSGSIZE; in ng_l2cap_default_rcvmsg()
655 error = EMSGSIZE; in ng_l2cap_default_rcvmsg()
HDng_l2cap_evnt.c105 error = EMSGSIZE; in ng_l2cap_receive()
124 error = EMSGSIZE; in ng_l2cap_receive()
178 return (EMSGSIZE); in ng_l2cap_process_signal_cmd()
200 return (EMSGSIZE); in ng_l2cap_process_signal_cmd()
293 return (EMSGSIZE); in ng_l2cap_process_lesignal_cmd()
315 return (EMSGSIZE); in ng_l2cap_process_lesignal_cmd()
/freebsd-14-stable/lib/libsdp/
HDservice.c64 ss->error = EMSGSIZE; in sdp_register_service()
128 ss->error = EMSGSIZE; in sdp_unregister_service()
172 ss->error = EMSGSIZE; in sdp_change_service()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDerrno.h131 # ifndef EMSGSIZE
132 # define EMSGSIZE 9913 macro
/freebsd-14-stable/contrib/lib9p/pytest/
HDlerrno.py96 EMSGSIZE = 90 variable
229 EMSGSIZE: 'Message too long',
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h207 #undef EMSGSIZE
208 #define EMSGSIZE WSAEMSGSIZE macro
/freebsd-14-stable/sys/netinet/
HDsctp_syscalls.c347 uap->iovlen, &iov, EMSGSIZE); in sys_sctp_generic_sendmsg_iov()
350 error = copyiniov(uap->iov, uap->iovlen, &iov, EMSGSIZE); in sys_sctp_generic_sendmsg_iov()
449 uap->iovlen, &iov, EMSGSIZE); in sys_sctp_generic_recvmsg()
452 error = copyiniov(uap->iov, uap->iovlen, &iov, EMSGSIZE); in sys_sctp_generic_recvmsg()
/freebsd-14-stable/sys/dev/sfxge/common/
HDef10_nic.c70 rc = EMSGSIZE; in efx_mcdi_get_port_assignment()
121 rc = EMSGSIZE; in efx_mcdi_get_port_modes()
126 rc = EMSGSIZE; in efx_mcdi_get_port_modes()
354 rc = EMSGSIZE;
416 rc = EMSGSIZE;
476 rc = EMSGSIZE; in efx_mcdi_get_clock()
588 rc = EMSGSIZE; in efx_mcdi_get_vector_cfg()
645 rc = EMSGSIZE; in efx_mcdi_alloc_vis()
731 rc = EMSGSIZE; in efx_mcdi_alloc_piobuf()
1041 rc = EMSGSIZE; in ef10_mcdi_get_pf_count()
[all …]
HDefx_nvram.c562 rc = EMSGSIZE; in efx_mcdi_nvram_partitions()
625 rc = EMSGSIZE;
715 rc = EMSGSIZE; in efx_mcdi_nvram_info()
823 rc = EMSGSIZE; in efx_mcdi_nvram_read()
989 rc = EMSGSIZE; in efx_mcdi_nvram_update_finish()
1052 rc = EMSGSIZE; in efx_mcdi_nvram_test()
HDefx_mcdi.c964 rc = EMSGSIZE;
1005 rc = EMSGSIZE;
1066 rc = EMSGSIZE; in efx_mcdi_get_capabilities()
1226 rc = EMSGSIZE; in efx_mcdi_read_assertion()
1318 rc = EMSGSIZE; in efx_mcdi_drv_attach()
1359 rc = EMSGSIZE;
1438 rc = EMSGSIZE; in efx_mcdi_get_resource_limits()
1489 rc = EMSGSIZE; in efx_mcdi_get_phy_cfg()
2019 rc = EMSGSIZE; in efx_mcdi_get_function_info()
2067 rc = EMSGSIZE; in efx_mcdi_privilege_mask()
[all …]
/freebsd-14-stable/sys/contrib/xen/
HDerrno.h106 XEN_ERRNO(EMSGSIZE, 90) /* Message too large. */
/freebsd-14-stable/sys/sys/
HDerrno.h102 #define EMSGSIZE 40 /* Message too long */ macro
/freebsd-14-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg85 $ EMSGSIZE

1234567