Home
last modified time | relevance | path

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

12345

/dragonfly/lib/libc/nameser/
H A Dns_name.c110 errno = EMSGSIZE; in ns_name_ntop()
115 errno = EMSGSIZE; in ns_name_ntop()
125 errno = EMSGSIZE; in ns_name_ntop()
173 errno = EMSGSIZE; in ns_name_ntop()
179 errno = EMSGSIZE; in ns_name_ntop()
299 errno = EMSGSIZE; in ns_name_pton()
304 errno = EMSGSIZE; in ns_name_pton()
316 errno = EMSGSIZE; in ns_name_pton()
346 errno = EMSGSIZE; in ns_name_ntol()
396 errno = EMSGSIZE; in ns_name_unpack()
[all …]
H A Dns_parse.c83 RETERR(EMSGSIZE); in ns_skiprr()
87 RETERR(EMSGSIZE); in ns_skiprr()
94 RETERR(EMSGSIZE); in ns_skiprr()
107 RETERR(EMSGSIZE); in ns_initparse()
110 RETERR(EMSGSIZE); in ns_initparse()
114 RETERR(EMSGSIZE); in ns_initparse()
130 RETERR(EMSGSIZE); in ns_initparse()
171 RETERR(EMSGSIZE); in ns_parserr()
180 RETERR(EMSGSIZE); in ns_parserr()
184 RETERR(EMSGSIZE); in ns_parserr()
H A Dns_samedomain.c172 errno = EMSGSIZE; in ns_makecanon()
/dragonfly/lib/libc/net/
H A Dhesiod.c158 errno = EMSGSIZE; in hesiod_to_bind()
191 errno = EMSGSIZE; in hesiod_to_bind()
389 errno = EMSGSIZE; in get_txt_records()
413 errno = EMSGSIZE; in get_txt_records()
434 errno = EMSGSIZE; in get_txt_records()
442 errno = EMSGSIZE; in get_txt_records()
551 case EMSGSIZE: in translate_errors()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c379 error = EMSGSIZE; in ng_hci_default_rcvmsg()
564 error = EMSGSIZE; in ng_hci_default_rcvmsg()
590 error = EMSGSIZE; in ng_hci_default_rcvmsg()
615 error = EMSGSIZE; in ng_hci_default_rcvmsg()
804 error = EMSGSIZE; in ng_hci_acl_rcvdata()
824 error = EMSGSIZE; in ng_hci_acl_rcvdata()
924 error = EMSGSIZE; in ng_hci_sco_rcvdata()
944 error = EMSGSIZE; in ng_hci_sco_rcvdata()
1039 error = EMSGSIZE; in ng_hci_raw_rcvdata()
1056 error = EMSGSIZE; in ng_hci_raw_rcvdata()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c77 error = EMSGSIZE; in ng_l2cap_l2ca_con_req()
216 error = EMSGSIZE; in ng_l2cap_l2ca_con_rsp_req()
406 error = EMSGSIZE; in ng_l2cap_l2ca_cfg_req()
576 error = EMSGSIZE; in ng_l2cap_l2ca_cfg_rsp_req()
762 error = EMSGSIZE; in ng_l2cap_l2ca_write_req()
782 error = EMSGSIZE; in ng_l2cap_l2ca_write_req()
923 error = EMSGSIZE; in ng_l2cap_l2ca_receive()
977 error = EMSGSIZE; in ng_l2cap_l2ca_clt_receive()
987 error = EMSGSIZE; in ng_l2cap_l2ca_clt_receive()
1088 error = EMSGSIZE; in ng_l2cap_l2ca_discon_req()
[all …]
H A Dng_l2cap_llpi.c146 error = EMSGSIZE; in ng_l2cap_lp_con_cfm()
216 error = EMSGSIZE; in ng_l2cap_lp_con_ind()
295 error = EMSGSIZE; in ng_l2cap_lp_discon_ind()
418 error = EMSGSIZE; in ng_l2cap_lp_qos_cfm()
446 error = EMSGSIZE; in ng_l2cap_lp_qos_ind()
614 error = EMSGSIZE; in ng_l2cap_lp_receive()
673 error = EMSGSIZE; in ng_l2cap_lp_receive()
H A Dng_l2cap_main.c272 error = EMSGSIZE; in ng_l2cap_lower_rcvmsg()
302 error = EMSGSIZE; in ng_l2cap_lower_rcvmsg()
543 error = EMSGSIZE; in ng_l2cap_default_rcvmsg()
655 error = EMSGSIZE; in ng_l2cap_default_rcvmsg()
/dragonfly/lib/libc/inet/
H A Dinet_cidr_ntop.c140 errno = EMSGSIZE; in inet_cidr_ntop_ipv4()
226 errno = EMSGSIZE; in inet_cidr_ntop_ipv6()
248 errno = EMSGSIZE; in inet_cidr_ntop_ipv6()
H A Dinet_net_ntop.c130 errno = EMSGSIZE; in inet_net_ntop_ipv4()
258 errno = EMSGSIZE; in inet_net_ntop_ipv6()
H A Dinet_cidr_pton.c139 errno = EMSGSIZE; in inet_cidr_pton_ipv4()
242 errno = EMSGSIZE; in inet_cidr_pton_ipv6()
H A Dinet_neta.c74 errno = EMSGSIZE; in inet_neta()
H A Dinet_net_pton.c177 errno = EMSGSIZE; in inet_net_pton_ipv4()
369 errno = EMSGSIZE; in inet_net_pton_ipv6()
/dragonfly/lib/libsdp/
H A Dservice.c95 ss->error = EMSGSIZE; in sdp_register_service()
160 ss->error = EMSGSIZE; in sdp_unregister_service()
205 ss->error = EMSGSIZE; in sdp_change_service()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc178 #ifdef EMSGSIZE in default_error_condition()
179 case EMSGSIZE: in default_error_condition()
/dragonfly/contrib/diffutils/lib/
H A Dstrerror-override.c54 case EMSGSIZE: in strerror_override()
/dragonfly/contrib/grep/lib/
H A Dstrerror-override.c54 case EMSGSIZE: in strerror_override()
/dragonfly/sys/sys/
H A Derrno.h113 #define EMSGSIZE 40 /* Message too long */ macro
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_l2cap.c399 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
495 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp()
565 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_con_ind()
673 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_cfg_req_rsp()
791 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp()
886 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_cfg_ind()
970 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_discon_rsp()
1027 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_discon_ind()
1083 return (EMSGSIZE); in ng_btsocket_l2cap_process_l2ca_write_rsp()
2549 error = EMSGSIZE; in ng_btsocket_l2cap_send()
/dragonfly/lib/libc/resolv/
H A Dres_findzonecut.c365 errno = EMSGSIZE; in get_soa()
393 errno = EMSGSIZE; in get_soa()
688 errno = EMSGSIZE; in do_query()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c343 #if defined (EMSGSIZE)
344 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c343 #if defined (EMSGSIZE)
344 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
/dragonfly/sys/netproto/smb/
H A Dsmb_usr.c330 error = EMSGSIZE; in smb_usr_t2request()
343 error = EMSGSIZE; in smb_usr_t2request()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c343 #if defined (EMSGSIZE)
344 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c343 #if defined (EMSGSIZE)
344 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),

12345