Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 3172) sorted by relevance

12345678910>>...127

/netbsd-src/distrib/notes/common/
H A Dextract-contrib-string.pl89 local($fn,$msg) = @_;
90 print "XXX $fn line $.: $msg\n"
155 $msg="";
158 $msg = $_;
163 $msg = $_;
164 $msg =~ s/^.*:\s+(This product.*)$/$1/;
173 $msg .= $_;
187 while ($msg !~ /^.*``.*\n/) {
188 last if (!$msg);
189 $msg =~ s/^.*\n//o;
[all …]
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c48 struct msg *
54 struct msg *
57 struct msg *tmp; in msg_new_with_arg()
58 if ((tmp = malloc(sizeof(struct msg))) == NULL) { in msg_new_with_arg()
85 msg_run_expand_to_hold_more(struct msg *msg) in msg_run_expand_to_hold_more() argument
87 int tobe_allocated = msg->run_num_allocated; in msg_run_expand_to_hold_more()
90 new_data = (struct run**) realloc(msg->run_data, in msg_run_expand_to_hold_more()
94 msg->run_data = new_data; in msg_run_expand_to_hold_more()
95 msg->run_num_allocated = tobe_allocated; in msg_run_expand_to_hold_more()
100 msg_run_add(struct msg *msg) in msg_run_add() argument
[all …]
H A Dregress.gen.h13 struct msg;
28 int (*from_name_assign)(struct msg *, const char *);
29 int (*from_name_get)(struct msg *, char * *);
30 int (*to_name_assign)(struct msg *, const char *);
31 int (*to_name_get)(struct msg *, char * *);
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
34 int (*run_assign)(struct msg *, int, const struct run*);
35 int (*run_get)(struct msg *, int, struct run* *);
36 struct run* (*run_add)(struct msg *msg);
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmessage.c53 hexdump(const char *msg, const char *msg2, void *base, size_t len) { in hexdump() argument
60 printf("*** %s [%s] (%u bytes @ %p)\n", msg, msg2, (unsigned)len, base); in hexdump()
263 newbuffer(dns_message_t *msg, unsigned int size) { in newbuffer() argument
267 isc_buffer_allocate(msg->mctx, &dynbuf, size); in newbuffer()
269 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link); in newbuffer()
274 currentbuffer(dns_message_t *msg) { in currentbuffer() argument
277 dynbuf = ISC_LIST_TAIL(msg->scratchpad); in currentbuffer()
284 releaserdata(dns_message_t *msg, dns_rdata_t *rdata) { in releaserdata() argument
285 ISC_LIST_PREPEND(msg->freerdata, rdata, link); in releaserdata()
289 newrdata(dns_message_t *msg) { in newrdata() argument
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmessage.c57 hexdump(const char *msg, const char *msg2, void *base, size_t len) { in hexdump()
64 printf("*** %s [%s] (%u bytes @ %p)\n", msg, msg2, (unsigned int)len, in hexdump()
195 dns_message_t *msg;
208 dns__message_putassociatedrdataset(dns_message_t *msg, in msgblock_allocate()
292 newbuffer(dns_message_t *msg, unsigned int size) { in newrdata()
296 isc_buffer_allocate(msg->mctx, &dynbuf, size); in newrdata()
298 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link); in newrdata()
303 currentbuffer(dns_message_t *msg) { in newrdata()
306 dynbuf = ISC_LIST_TAIL(msg->scratchpad); in newrdata()
313 releaserdata(dns_message_t *msg, dns_rdata_ in newrdata()
54 hexdump(const char * msg,const char * msg2,void * base,size_t len) hexdump() argument
264 newbuffer(dns_message_t * msg,unsigned int size) newbuffer() argument
275 currentbuffer(dns_message_t * msg) currentbuffer() argument
285 releaserdata(dns_message_t * msg,dns_rdata_t * rdata) releaserdata() argument
290 newrdata(dns_message_t * msg) newrdata() argument
315 releaserdatalist(dns_message_t * msg,dns_rdatalist_t * rdatalist) releaserdatalist() argument
320 newrdatalist(dns_message_t * msg) newrdatalist() argument
345 newoffsets(dns_message_t * msg) newoffsets() argument
439 msgresetnames(dns_message_t * msg,unsigned int first_section) msgresetnames() argument
470 msgresetopt(dns_message_t * msg) msgresetopt() argument
486 msgresetsigs(dns_message_t * msg,bool replying) msgresetsigs() argument
530 msgreset(dns_message_t * msg,bool everything) msgreset() argument
758 dns_message_reset(dns_message_t * msg,unsigned int intent) dns_message_reset() argument
768 dns__message_destroy(dns_message_t * msg) dns__message_destroy() argument
791 dns_message_t *msg = *messagep; dns_message_detach() local
878 getname(dns_name_t * name,isc_buffer_t * source,dns_message_t * msg,dns_decompress_t * dctx) getname() argument
913 getrdata(isc_buffer_t * source,dns_message_t * msg,dns_decompress_t * dctx,dns_rdataclass_t rdclass,dns_rdatatype_t rdtype,unsigned int rdatalen,dns_rdata_t * rdata) getrdata() argument
989 getquestions(isc_buffer_t * source,dns_message_t * msg,dns_decompress_t * dctx,unsigned int options) getquestions() argument
1287 getsection(isc_buffer_t * source,dns_message_t * msg,dns_decompress_t * dctx,dns_section_t sectionid,unsigned int options) getsection() argument
1793 dns_message_parse(dns_message_t * msg,isc_buffer_t * source,unsigned int options) dns_message_parse() argument
1920 dns_message_renderbegin(dns_message_t * msg,dns_compress_t * cctx,isc_buffer_t * buffer) dns_message_renderbegin() argument
1961 dns_message_renderchangebuffer(dns_message_t * msg,isc_buffer_t * buffer) dns_message_renderchangebuffer() argument
1990 dns_message_renderrelease(dns_message_t * msg,unsigned int space) dns_message_renderrelease() argument
1998 dns_message_renderreserve(dns_message_t * msg,unsigned int space) dns_message_renderreserve() argument
2072 maybe_clear_ad(dns_message_t * msg,dns_section_t sectionid) maybe_clear_ad() argument
2083 update_min_section_ttl(dns_message_t * restrict msg,const dns_section_t sectionid,dns_rdataset_t * restrict rdataset) update_min_section_ttl() argument
2095 dns_message_rendersection(dns_message_t * msg,dns_section_t sectionid,unsigned int options) dns_message_rendersection() argument
2313 dns_message_renderheader(dns_message_t * msg,isc_buffer_t * target) dns_message_renderheader() argument
2346 dns_message_renderend(dns_message_t * msg) dns_message_renderend() argument
2516 dns_message_renderreset(dns_message_t * msg) dns_message_renderreset() argument
2560 dns_message_firstname(dns_message_t * msg,dns_section_t section) dns_message_firstname() argument
2574 dns_message_nextname(dns_message_t * msg,dns_section_t section) dns_message_nextname() argument
2589 dns_message_currentname(dns_message_t * msg,dns_section_t section,dns_name_t ** name) dns_message_currentname() argument
2600 dns_message_findname(dns_message_t * msg,dns_section_t section,const dns_name_t * target,dns_rdatatype_t type,dns_rdatatype_t covers,dns_name_t ** name,dns_rdataset_t ** rdataset) dns_message_findname() argument
2652 dns_message_addname(dns_message_t * msg,dns_name_t * name,dns_section_t section) dns_message_addname() argument
2663 dns_message_removename(dns_message_t * msg,dns_name_t * name,dns_section_t section) dns_message_removename() argument
2674 dns_message_gettempname(dns_message_t * msg,dns_name_t ** item) dns_message_gettempname() argument
2687 dns_message_gettemprdata(dns_message_t * msg,dns_rdata_t ** item) dns_message_gettemprdata() argument
2696 dns_message_gettemprdataset(dns_message_t * msg,dns_rdataset_t ** item) dns_message_gettemprdataset() argument
2706 dns_message_gettemprdatalist(dns_message_t * msg,dns_rdatalist_t ** item) dns_message_gettemprdatalist() argument
2715 dns_message_puttempname(dns_message_t * msg,dns_name_t ** itemp) dns_message_puttempname() argument
2747 dns_message_puttemprdata(dns_message_t * msg,dns_rdata_t ** item) dns_message_puttemprdata() argument
2756 dns_message_puttemprdataset(dns_message_t * msg,dns_rdataset_t ** item) dns_message_puttemprdataset() argument
2766 dns_message_puttemprdatalist(dns_message_t * msg,dns_rdatalist_t ** item) dns_message_puttemprdatalist() argument
2806 dns_message_reply(dns_message_t * msg,bool want_question_section) dns_message_reply() argument
2877 dns_message_getopt(dns_message_t * msg) dns_message_getopt() argument
2888 dns_message_setopt(dns_message_t * msg,dns_rdataset_t * opt) dns_message_setopt() argument
2940 dns_message_gettsig(dns_message_t * msg,const dns_name_t ** owner) dns_message_gettsig() argument
2955 dns_message_settsigkey(dns_message_t * msg,dns_tsigkey_t * key) dns_message_settsigkey() argument
2989 dns_message_gettsigkey(dns_message_t * msg) dns_message_gettsigkey() argument
3000 dns_message_setquerytsig(dns_message_t * msg,isc_buffer_t * querytsig) dns_message_setquerytsig() argument
3060 dns_message_getquerytsig(dns_message_t * msg,isc_mem_t * mctx,isc_buffer_t ** querytsig) dns_message_getquerytsig() argument
3087 dns_message_getsig0(dns_message_t * msg,const dns_name_t ** owner) dns_message_getsig0() argument
3110 dns_message_setsig0key(dns_message_t * msg,dst_key_t * key) dns_message_setsig0key() argument
3162 dns_message_getsig0key(dns_message_t * msg) dns_message_getsig0key() argument
3173 dns_message_takebuffer(dns_message_t * msg,isc_buffer_t ** buffer) dns_message_takebuffer() argument
3183 dns_message_signer(dns_message_t * msg,dns_name_t * signer) dns_message_signer() argument
3273 dns_message_resetsig(dns_message_t * msg) dns_message_resetsig() argument
3287 dns_message_rechecksig(dns_message_t * msg,dns_view_t * view) dns_message_rechecksig() argument
3294 dns_message_dumpsig(dns_message_t * msg,char * txt1) dns_message_dumpsig() argument
3321 dns_message_checksig(dns_message_t * msg,dns_view_t * view) dns_message_checksig() argument
3443 dns_message_sectiontotext(dns_message_t * msg,dns_section_t section,const dns_master_style_t * style,dns_messagetextflag_t flags,isc_buffer_t * target) dns_message_sectiontotext() argument
3655 dns_message_pseudosectiontoyaml(dns_message_t * msg,dns_pseudosection_t section,const dns_master_style_t * style,dns_messagetextflag_t flags,isc_buffer_t * target) dns_message_pseudosectiontoyaml() argument
4022 dns_message_pseudosectiontotext(dns_message_t * msg,dns_pseudosection_t section,const dns_master_style_t * style,dns_messagetextflag_t flags,isc_buffer_t * target) dns_message_pseudosectiontotext() argument
4380 dns_message_headertotext(dns_message_t * msg,const dns_master_style_t * style,dns_messagetextflag_t flags,isc_buffer_t * target) dns_message_headertotext() argument
4561 dns_message_totext(dns_message_t * msg,const dns_master_style_t * style,dns_messagetextflag_t flags,isc_buffer_t * target) dns_message_totext() argument
4615 dns_message_getrawmessage(dns_message_t * msg) dns_message_getrawmessage() argument
4621 dns_message_setsortorder(dns_message_t * msg,dns_rdatasetorderfunc_t order,dns_aclenv_t * env,dns_acl_t * acl,const dns_aclelement_t * elem) dns_message_setsortorder() argument
4639 dns_message_settimeadjust(dns_message_t * msg,int timeadjust) dns_message_settimeadjust() argument
4645 dns_message_gettimeadjust(dns_message_t * msg) dns_message_gettimeadjust() argument
4844 dns_message_setclass(dns_message_t * msg,dns_rdataclass_t rdclass) dns_message_setclass() argument
4855 dns_message_setpadding(dns_message_t * msg,uint16_t padding) dns_message_setpadding() argument
4866 dns_message_clonebuffer(dns_message_t * msg) dns_message_clonebuffer() argument
4884 message_authority_soa_min(dns_message_t * msg,dns_ttl_t * pttl) message_authority_soa_min() argument
4961 dns_message_minttl(dns_message_t * msg,const dns_section_t sectionid,dns_ttl_t * pttl) dns_message_minttl() argument
4975 dns_message_response_minttl(dns_message_t * msg,dns_ttl_t * pttl) dns_message_response_minttl() argument
[all...]
/netbsd-src/sys/dev/usb/
H A Dif_urndis.c231 const struct rndis_init_comp *msg; in urndis_ctrl_handle_init() local
233 msg = (const struct rndis_init_comp *) hdr; in urndis_ctrl_handle_init()
239 le32toh(msg->rm_len), in urndis_ctrl_handle_init()
240 le32toh(msg->rm_rid), in urndis_ctrl_handle_init()
241 le32toh(msg->rm_status), in urndis_ctrl_handle_init()
242 le32toh(msg->rm_ver_major), in urndis_ctrl_handle_init()
243 le32toh(msg->rm_ver_minor), in urndis_ctrl_handle_init()
244 le32toh(msg->rm_devflags), in urndis_ctrl_handle_init()
245 le32toh(msg->rm_medium), in urndis_ctrl_handle_init()
246 le32toh(msg->rm_pktmaxcnt), in urndis_ctrl_handle_init()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_trce.c24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument
25 do_ssl_trace_list(bio, indent, msg, msglen, value, \
41 const unsigned char *msg, size_t msglen, in do_ssl_trace_list() argument
49 val = msg[0]; in do_ssl_trace_list()
51 val = (val << 8) | msg[1]; in do_ssl_trace_list()
54 msg += vlen; in do_ssl_trace_list()
615 const unsigned char *msg, size_t msglen) in ssl_print_hex() argument
622 BIO_printf(bio, "%02X", msg[i]); in ssl_print_hex()
900 const unsigned char *msg = *msgin; in ssl_print_extensions() local
909 extslen = (msg[0] << 8) | msg[1]; in ssl_print_extensions()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_trce.c24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument
25 do_ssl_trace_list(bio, indent, msg, msglen, value, \
41 const unsigned char *msg, size_t msglen, in do_ssl_trace_list() argument
49 val = msg[0]; in do_ssl_trace_list()
51 val = (val << 8) | msg[1]; in do_ssl_trace_list()
54 msg += vlen; in do_ssl_trace_list()
601 const unsigned char *msg, size_t msglen) in ssl_print_hex() argument
608 BIO_printf(bio, "%02X", msg[i]); in ssl_print_hex()
889 const unsigned char *msg = *msgin; in ssl_print_extensions() local
898 extslen = (msg[0] << 8) | msg[1]; in ssl_print_extensions()
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dprivsep.c901 struct privsep_com_msg *msg; local
907 len = sizeof(*msg) + strlen(path) + 1;
908 if ((msg = racoon_malloc(len)) == NULL) {
913 bzero(msg, len);
914 msg->hdr.ac_cmd = PRIVSEP_EAY_GET_PKCS1PRIVKEY;
915 msg->hdr.ac_len = len;
916 msg->bufs.buflen[0] = len - sizeof(*msg);
917 memcpy(msg + 1, path, msg->bufs.buflen[0]);
919 if (privsep_send(privsep_sock[1], msg, len) != 0)
922 if (privsep_recv(privsep_sock[1], &msg, &len) != 0)
[all …]
/netbsd-src/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c35 ns_msg *msg = &handle->msg; in ns_newmsg_init() local
38 msg->_msg = buffer; in ns_newmsg_init()
39 msg->_eom = buffer + bufsiz; in ns_newmsg_init()
40 msg->_sect = ns_s_qd; in ns_newmsg_init()
41 msg->_rrnum = 0; in ns_newmsg_init()
42 msg->_msg_ptr = buffer + NS_HFIXEDSZ; in ns_newmsg_init()
43 handle->dnptrs[0] = msg->_msg; in ns_newmsg_init()
53 ns_newmsg_copy(ns_newmsg *handle, ns_msg *msg) { in ns_newmsg_copy() argument
57 ns_newmsg_id(handle, ns_msg_id(*msg)); in ns_newmsg_copy()
59 ns_newmsg_flag(handle, flag, ns_msg_getflag(*msg, flag)); in ns_newmsg_copy()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in47 my $msg;
49 $msg = "Error: minimum Perl release required: ";
50 $msg .= $perl_minimal_version_supported;
51 $msg .= " current: ";
52 $msg .= $perl_current_version;
53 $msg .= "\n";
55 print $msg;
460 my $msg;
572 $msg = "the list with experiments is either missing, or incorrect";
573 gp_message ("debug", $subr_name, $msg);
[all …]
/netbsd-src/sys/dev/ic/
H A Dmpt_debug.c328 mpt_print_reply_hdr(MSG_DEFAULT_REPLY *msg) in mpt_print_reply_hdr() argument
330 printf("%s Reply @ %p\n", mpt_ioc_function(msg->Function), msg); in mpt_print_reply_hdr()
331 printf("\tIOC Status %s\n", mpt_ioc_status(le16toh(msg->IOCStatus))); in mpt_print_reply_hdr()
332 printf("\tIOCLogInfo 0x%08x\n", msg->IOCLogInfo); in mpt_print_reply_hdr()
333 printf("\tMsgLength 0x%02x\n", msg->MsgLength); in mpt_print_reply_hdr()
334 printf("\tMsgFlags 0x%02x\n", msg->MsgFlags); in mpt_print_reply_hdr()
335 printf("\tMsgContext 0x%08x\n", le32toh(msg->MsgContext)); in mpt_print_reply_hdr()
339 mpt_print_init_reply(MSG_IOC_INIT_REPLY *msg) in mpt_print_init_reply() argument
341 mpt_print_reply_hdr((MSG_DEFAULT_REPLY *)msg); in mpt_print_init_reply()
342 printf("\tWhoInit %s\n", mpt_who(msg->WhoInit)); in mpt_print_init_reply()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_msg.c25 OSSL_CMP_MSG *msg = NULL; in OSSL_CMP_MSG_new() local
27 msg = (OSSL_CMP_MSG *)ASN1_item_new_ex(ASN1_ITEM_rptr(OSSL_CMP_MSG), in OSSL_CMP_MSG_new()
29 if (!ossl_cmp_msg_set0_libctx(msg, libctx, propq)) { in OSSL_CMP_MSG_new()
30 OSSL_CMP_MSG_free(msg); in OSSL_CMP_MSG_new()
31 msg = NULL; in OSSL_CMP_MSG_new()
33 return msg; in OSSL_CMP_MSG_new()
36 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_free() argument
38 ASN1_item_free((ASN1_VALUE *)msg, ASN1_ITEM_rptr(OSSL_CMP_MSG)); in OSSL_CMP_MSG_free()
46 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, in ossl_cmp_msg_set0_libctx() argument
49 if (msg != NULL) { in ossl_cmp_msg_set0_libctx()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c248 hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_read_bksv()
249 sizeof(hdcp->auth.msg.hdcp1.bksv)); in mod_hdcp_read_bksv()
255 &hdcp->auth.msg.hdcp1.bcaps, in mod_hdcp_read_bcaps()
256 sizeof(hdcp->auth.msg.hdcp1.bcaps)); in mod_hdcp_read_bcaps()
265 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, in mod_hdcp_read_bstatus()
269 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, in mod_hdcp_read_bstatus()
270 sizeof(hdcp->auth.msg.hdcp1.bstatus)); in mod_hdcp_read_bstatus()
277 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, in mod_hdcp_read_r0p()
278 sizeof(hdcp->auth.msg.hdcp1.r0p)); in mod_hdcp_read_r0p()
288 hdcp->auth.msg.hdcp1.ksvlist, in mod_hdcp_read_ksvlist()
[all …]
H A Dhdcp_log.h88 #define HDCP_DDC_READ_TRACE(hdcp, msg_name, msg, msg_size) do { \ argument
89 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
94 #define HDCP_DDC_WRITE_TRACE(hdcp, msg_name, msg, msg_size) do { \ argument
95 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
103 HDCP_DDC_READ_TRACE(hdcp, "BKSV", hdcp->auth.msg.hdcp1.bksv, \
104 sizeof(hdcp->auth.msg.hdcp1.bksv)); \
105 HDCP_DDC_READ_TRACE(hdcp, "BCAPS", &hdcp->auth.msg.hdcp1.bcaps, \
106 sizeof(hdcp->auth.msg.hdcp1.bcaps)); \
107 HDCP_DDC_WRITE_TRACE(hdcp, "AN", hdcp->auth.msg.hdcp1.an, \
108 sizeof(hdcp->auth.msg.hdcp1.an)); \
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConnection.cpp35 LDAPMessageQueue* msg=0; in bind() local
38 msg = LDAPAsynConnection::bind(dn,passwd,cons); in bind()
39 res = (LDAPResult*)msg->getNext(); in bind()
41 delete msg; in bind()
50 delete msg; in bind()
55 delete msg; in bind()
60 delete msg; // memcheck in bind()
69 LDAPMessageQueue* msg=0; in saslInteractiveBind() local
72 msg = LDAPAsynConnection::saslInteractiveBind(mech, flags, sih, cons); in saslInteractiveBind()
73 res = (LDAPResult*)msg->getNext(); in saslInteractiveBind()
[all …]
/netbsd-src/external/bsd/tmux/dist/
H A Dfile.c200 struct msg_write_open msg; in file_vprint() local
212 msg.stream = 1; in file_vprint()
213 msg.fd = STDOUT_FILENO; in file_vprint()
214 msg.flags = 0; in file_vprint()
215 proc_send(c->peer, MSG_WRITE_OPEN, -1, &msg, sizeof msg); in file_vprint()
227 struct msg_write_open msg; in file_print_buffer() local
239 msg.stream = 1; in file_print_buffer()
240 msg.fd = STDOUT_FILENO; in file_print_buffer()
241 msg.flags = 0; in file_print_buffer()
242 proc_send(c->peer, MSG_WRITE_OPEN, -1, &msg, sizeof msg); in file_print_buffer()
[all …]
/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Ddns.c291 struct dns_msg* msg, time_t now) in addr_to_additional() argument
293 if((msg->rep->rrsets[msg->rep->rrset_count] = in addr_to_additional()
295 msg->rep->ar_numrrsets++; in addr_to_additional()
296 msg->rep->rrset_count++; in addr_to_additional()
329 struct dns_msg** msg) in find_add_addrs() argument
342 if(msg) in find_add_addrs()
343 addr_to_additional(akey, region, *msg, now); in find_add_addrs()
362 if(msg) in find_add_addrs()
363 addr_to_additional(akey, region, *msg, now); in find_add_addrs()
441 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds() argument
[all …]
/netbsd-src/sys/arch/pmax/tc/
H A Ddt.c209 struct dt_msg *msg; in dt_attach() local
218 msg = kmem_alloc(sizeof(*msg) * DT_BUF_CNT, KM_SLEEP); in dt_attach()
222 kmem_free(msg, sizeof(*msg) * DT_BUF_CNT); in dt_attach()
228 for (i = 0; i < DT_BUF_CNT; i++, msg++) in dt_attach()
229 SLIST_INSERT_HEAD(&sc->sc_free, msg, chain.slist); in dt_attach()
271 struct dt_msg *msg, *pend; in dt_intr() local
299 if ((msg = SLIST_FIRST(&sc->sc_free)) == NULL) { in dt_intr()
304 memcpy(msg, &sc->sc_msg, sizeof(*msg)); in dt_intr()
307 SIMPLEQ_INSERT_TAIL(&sc->sc_queue, msg, chain.simpleq); in dt_intr()
318 struct dt_msg *msg; in dt_dispatch() local
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dmessage.h128 #define DNS_MESSAGE_VALID(msg) ISC_MAGIC_VALID(msg, DNS_MESSAGE_MAGIC) argument
327 dns_message_reset(dns_message_t *msg, unsigned int intent);
367 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
372 dns_message_pseudosectiontotext(dns_message_t *msg, dns_pseudosection_t section,
408 dns_message_headertotext(dns_message_t *msg, const dns_master_style_t *style,
439 dns_message_totext(dns_message_t *msg, const dns_master_style_t *style,
482 dns_message_parse(dns_message_t *msg, isc_buffer_t *source,
529 dns_message_renderbegin(dns_message_t *msg, dns_compress_t *cctx,
559 dns_message_renderchangebuffer(dns_message_t *msg, isc_buffer_t *buffer);
582 dns_message_renderreserve(dns_message_t *msg, unsigned int space);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcheck-internal-format-escaping.py33 def location(msg: polib.POEntry):
34 if msg.occurrences:
35 occ = msg.occurrences[0]
40 def warn(msg: polib.POEntry,
47 if f'gcclint:ignore:{diagnostic_id}' in msg.flags:
58 def lint_gcc_internal_format(msg: polib.POEntry):
65 msgid: str = msg.msgid
85 if not msg.translated():
89 in_msgstr = re.findall('%<[^%]+%>', msg.msgstr)
92 warn(msg,
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck-internal-format-escaping.py33 def location(msg: polib.POEntry):
34 if msg.occurrences:
35 occ = msg.occurrences[0]
40 def warn(msg: polib.POEntry,
47 if f'gcclint:ignore:{diagnostic_id}' in msg.flags:
58 def lint_gcc_internal_format(msg: polib.POEntry):
65 msgid: str = msg.msgid
85 if not msg.translated():
89 in_msgstr = re.findall('%<[^%]+%>', msg.msgstr)
92 warn(msg,
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dmessage.h172 #define DNS_MESSAGE_VALID(msg) ISC_MAGIC_VALID(msg, DNS_MESSAGE_MAGIC)
370 * Create msg structure.
378 *\li 'msgp' be non-null and '*msg' be NULL.
387 *\li The data in "*msg" is set to indicate an unused and empty msg
392 dns_message_reset(dns_message_t *msg, dns_message_intent_t intent);
406 *\li 'msg' be valid.
428 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
433 dns_message_pseudosectiontotext(dns_message_t *msg, dns_pseudosection_
169 DNS_MESSAGE_VALID(msg) global() argument
[all...]
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c133 msg_recv(int sock, struct msghdr *msg) in msg_recv() argument
147 if (recvmsg(sock, msg, flags) == -1) { in msg_recv()
159 msg_send(int sock, const struct msghdr *msg) in msg_send() argument
166 if (sendmsg(sock, msg, 0) == -1) { in msg_send()
182 struct msghdr msg; in cred_send() local
188 bzero(&msg, sizeof(msg)); in cred_send()
202 msg.msg_iov = &iov; in cred_send()
203 msg.msg_iovlen = 1; in cred_send()
204 msg.msg_control = credbuf; in cred_send()
205 msg.msg_controllen = sizeof(credbuf); in cred_send()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c222 struct sshbuf *msg; in send_string_request() local
225 if ((msg = sshbuf_new()) == NULL) in send_string_request()
227 if ((r = sshbuf_put_u8(msg, code)) != 0 || in send_string_request()
228 (r = sshbuf_put_u32(msg, id)) != 0 || in send_string_request()
229 (r = sshbuf_put_string(msg, s, len)) != 0) in send_string_request()
231 send_msg(conn, msg); in send_string_request()
233 sshbuf_free(msg); in send_string_request()
240 struct sshbuf *msg; in send_string_attrs_request() local
243 if ((msg = sshbuf_new()) == NULL) in send_string_attrs_request()
245 if ((r = sshbuf_put_u8(msg, code)) != 0 || in send_string_attrs_request()
[all …]

12345678910>>...127