Searched refs:msg (Results 76 - 100 of 4874) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/sysinst/arch/hpcsh/
H A DMakefile7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
/netbsd-current/usr.sbin/sysinst/arch/zaurus/
H A DMakefile7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
/netbsd-current/usr.sbin/sysinst/arch/prep/
H A DMakefile7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
/netbsd-current/usr.sbin/sysinst/arch/evbarm/
H A DMakefile7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmemtag.exp55 set msg "Argument required \\(address or pointer\\)\."
58 gdb_test "memory-tag print-logical-tag" $msg
59 gdb_test "memory-tag print-allocation-tag" $msg
64 gdb_test "memory-tag check" $msg
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmessage.c53 hexdump(const char *msg, const char *msg2, void *base, size_t len) { argument
60 printf("*** %s [%s] (%u bytes @ %p)\n", msg, msg2, (unsigned)len, base);
263 newbuffer(dns_message_t *msg, unsigned int size) { argument
267 isc_buffer_allocate(msg->mctx, &dynbuf, size);
269 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link);
274 currentbuffer(dns_message_t *msg) { argument
277 dynbuf = ISC_LIST_TAIL(msg->scratchpad);
284 releaserdata(dns_message_t *msg, dns_rdata_t *rdata) { argument
285 ISC_LIST_PREPEND(msg->freerdata, rdata, link);
289 newrdata(dns_message_t *msg) { argument
318 releaserdatalist(dns_message_t *msg, dns_rdatalist_t *rdatalist) argument
323 newrdatalist(dns_message_t *msg) argument
355 newoffsets(dns_message_t *msg) argument
453 msgresetnames(dns_message_t *msg, unsigned int first_section) argument
484 msgresetopt(dns_message_t *msg) argument
500 msgresetsigs(dns_message_t *msg, bool replying) argument
545 msgreset(dns_message_t *msg, bool everything) argument
766 dns_message_reset(dns_message_t *msg, unsigned int intent) argument
776 dns__message_destroy(dns_message_t *msg) argument
799 dns_message_t *msg = *messagep; local
886 getname(dns_name_t *name, isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx) argument
921 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) argument
997 getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, unsigned int options) argument
1269 getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, dns_section_t sectionid, unsigned int options) argument
1783 dns_message_parse(dns_message_t *msg, isc_buffer_t *source, unsigned int options) argument
1910 dns_message_renderbegin(dns_message_t *msg, dns_compress_t *cctx, isc_buffer_t *buffer) argument
1950 dns_message_renderchangebuffer(dns_message_t *msg, isc_buffer_t *buffer) argument
1979 dns_message_renderrelease(dns_message_t *msg, unsigned int space) argument
1987 dns_message_renderreserve(dns_message_t *msg, unsigned int space) argument
2061 maybe_clear_ad(dns_message_t *msg, dns_section_t sectionid) argument
2072 dns_message_rendersection(dns_message_t *msg, dns_section_t sectionid, unsigned int options) argument
2284 dns_message_renderheader(dns_message_t *msg, isc_buffer_t *target) argument
2317 dns_message_renderend(dns_message_t *msg) argument
2487 dns_message_renderreset(dns_message_t *msg) argument
2528 dns_message_firstname(dns_message_t *msg, dns_section_t section) argument
2542 dns_message_nextname(dns_message_t *msg, dns_section_t section) argument
2557 dns_message_currentname(dns_message_t *msg, dns_section_t section, dns_name_t **name) argument
2568 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) argument
2620 dns_message_addname(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2631 dns_message_removename(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2642 dns_message_gettempname(dns_message_t *msg, dns_name_t **item) argument
2658 dns_message_gettemprdata(dns_message_t *msg, dns_rdata_t **item) argument
2671 dns_message_gettemprdataset(dns_message_t *msg, dns_rdataset_t **item) argument
2685 dns_message_gettemprdatalist(dns_message_t *msg, dns_rdatalist_t **item) argument
2698 dns_message_puttempname(dns_message_t *msg, dns_name_t **itemp) argument
2730 dns_message_puttemprdata(dns_message_t *msg, dns_rdata_t **item) argument
2739 dns_message_puttemprdataset(dns_message_t *msg, dns_rdataset_t **item) argument
2749 dns_message_puttemprdatalist(dns_message_t *msg, dns_rdatalist_t **item) argument
2789 dns_message_reply(dns_message_t *msg, bool want_question_section) argument
2860 dns_message_getopt(dns_message_t *msg) argument
2871 dns_message_setopt(dns_message_t *msg, dns_rdataset_t *opt) argument
2923 dns_message_gettsig(dns_message_t *msg, const dns_name_t **owner) argument
2938 dns_message_settsigkey(dns_message_t *msg, dns_tsigkey_t *key) argument
2972 dns_message_gettsigkey(dns_message_t *msg) argument
2983 dns_message_setquerytsig(dns_message_t *msg, isc_buffer_t *querytsig) argument
3043 dns_message_getquerytsig(dns_message_t *msg, isc_mem_t *mctx, isc_buffer_t **querytsig) argument
3070 dns_message_getsig0(dns_message_t *msg, const dns_name_t **owner) argument
3093 dns_message_setsig0key(dns_message_t *msg, dst_key_t *key) argument
3145 dns_message_getsig0key(dns_message_t *msg) argument
3156 dns_message_takebuffer(dns_message_t *msg, isc_buffer_t **buffer) argument
3166 dns_message_signer(dns_message_t *msg, dns_name_t *signer) argument
3256 dns_message_resetsig(dns_message_t *msg) argument
3270 dns_message_rechecksig(dns_message_t *msg, dns_view_t *view) argument
3277 dns_message_dumpsig(dns_message_t *msg, char *txt1) argument
3304 dns_message_checksig(dns_message_t *msg, dns_view_t *view) argument
3426 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) argument
3638 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) argument
4005 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) argument
4363 dns_message_headertotext(dns_message_t *msg, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
4544 dns_message_totext(dns_message_t *msg, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
4598 dns_message_getrawmessage(dns_message_t *msg) argument
4604 dns_message_setsortorder(dns_message_t *msg, dns_rdatasetorderfunc_t order, dns_aclenv_t *env, const dns_acl_t *acl, const dns_aclelement_t *elem) argument
4618 dns_message_settimeadjust(dns_message_t *msg, int timeadjust) argument
4624 dns_message_gettimeadjust(dns_message_t *msg) argument
4823 dns_message_setclass(dns_message_t *msg, dns_rdataclass_t rdclass) argument
4834 dns_message_setpadding(dns_message_t *msg, uint16_t padding) argument
4845 dns_message_clonebuffer(dns_message_t *msg) argument
[all...]
/netbsd-current/sys/dev/usb/
H A Dif_urndis.c231 const struct rndis_init_comp *msg; local
233 msg = (const struct rndis_init_comp *) hdr;
239 le32toh(msg->rm_len),
240 le32toh(msg->rm_rid),
241 le32toh(msg->rm_status),
242 le32toh(msg->rm_ver_major),
243 le32toh(msg->rm_ver_minor),
244 le32toh(msg->rm_devflags),
245 le32toh(msg->rm_medium),
246 le32toh(msg
295 const struct rndis_query_comp *msg; local
353 const struct rndis_reset_comp *msg; local
392 const struct rndis_status_msg *msg; local
423 struct rndis_init_req *msg; local
495 struct rndis_query_req *msg; local
543 struct rndis_set_req *msg; local
718 struct rndis_packet_msg *msg; local
750 struct rndis_packet_msg *msg; local
[all...]
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
H A Dopenl2tp.c111 struct openl2tp_event_msg *msg = (void *) &buf[0]; local
127 msg->msg_signature = OPENL2TP_MSG_SIGNATURE;
128 msg->msg_type = OPENL2TP_MSG_TYPE_PPP_ACCM_IND;
129 msg->msg_len = 0;
131 tlv = (void *) &msg->msg_data[msg->msg_len];
135 msg->msg_len += sizeof(*tlv) + ALIGN32(tlv->tlv_len);
137 tlv = (void *) &msg->msg_data[msg->msg_len];
141 msg
172 struct openl2tp_event_msg *msg = (void *) &buf[0]; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dcontinue-pending-status.exp44 set msg "get thread number"
45 gdb_test_multiple "print /x \$_thread" $msg {
48 pass "$msg"
105 set msg "continue for ctrl-c"
106 gdb_test_multiple "continue" $msg {
108 pass $msg
117 set msg "caught interrupt"
118 gdb_test_multiple "" $msg {
120 pass $msg
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dcontinue-pending-status.exp43 set msg "get thread number"
44 gdb_test_multiple "print /x \$_thread" $msg {
47 pass "$msg"
104 set msg "continue for ctrl-c"
105 gdb_test_multiple "continue" $msg {
107 pass $msg
116 set msg "caught interrupt"
117 gdb_test_multiple "" $msg {
119 pass $msg
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_dev_attr.c16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) argument
20 wpabuf_put_be16(msg, ATTR_MANUFACTURER);
29 wpabuf_put_be16(msg, 1);
30 wpabuf_put_u8(msg, ' ');
34 wpabuf_put_be16(msg, len);
35 wpabuf_put_data(msg, dev->manufacturer, len);
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) argument
44 wpabuf_put_be16(msg, ATTR_MODEL_NAME);
53 wpabuf_put_be16(msg, 1);
54 wpabuf_put_u8(msg, ' ');
64 wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) argument
88 wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) argument
112 wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) argument
122 wps_build_secondary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) argument
138 wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, unsigned int num_req_dev_types, const u8 *req_dev_types) argument
158 wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) argument
182 wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) argument
195 wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) argument
205 wps_build_vendor_ext_m1(struct wps_device_data *dev, struct wpabuf *msg) argument
219 wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, u8 rf_band) argument
226 wps_build_vendor_ext(struct wps_device_data *dev, struct wpabuf *msg) argument
[all...]
/netbsd-current/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
952 struct privsep_com_msg *msg; local
1059 struct privsep_com_msg *msg; local
1118 struct privsep_com_msg *msg; local
1181 struct privsep_com_msg *msg; local
1256 struct privsep_com_msg *msg; local
1331 struct privsep_com_msg *msg; local
1380 struct privsep_com_msg *msg; local
1552 struct msghdr msg; local
1590 struct msghdr msg; local
1633 struct privsep_com_msg *msg; local
1694 struct privsep_com_msg *msg; local
1761 struct privsep_com_msg *msg; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_set_error.c29 test(struct archive *a, int code, const char *msg) argument
31 archive_set_error(a, code, "%s", msg);
34 assertEqualString(msg, archive_error_string(a));
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-auto-import/
H A Dauto-import.exp137 set msg "linking auto-import client using a standard import library"
139 pass $msg
141 fail $msg
145 set msg "linking auto-import client using the dll"
147 pass $msg
149 fail $msg
153 set msg "linking auto-import client using symbolic linked dll"
155 pass $msg
157 fail $msg
161 set msg "linkin
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Derror.c47 char *msg; member in struct:hx509_error_data
85 heim_error_t msg; local
90 msg = heim_error_createv(code, fmt, ap);
91 if (msg) {
93 heim_error_append(msg, context->error);
96 context->error = msg;
138 heim_error_t msg = context->error; local
142 if (msg == NULL || heim_error_get_code(msg) != error_code) {
156 s = heim_error_copy_string(msg);
197 const char *msg; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dunix_send_fd.c50 #include <msg.h>
69 struct msghdr msg;
84 memset((void *) &msg, 0, sizeof(msg)); /* Fix 200512 */
86 msg.msg_control = control_un.control;
88 msg.msg_controllen = CMSG_LEN(sizeof(sendfd)); /* Fix 200506 */
90 msg.msg_controllen = CMSG_SPACE(sizeof(sendfd)); /* normal */
92 cmptr = CMSG_FIRSTHDR(&msg);
98 msg.msg_accrights = (char *) &sendfd;
99 msg
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_common.h22 int eap_hdr_len_valid(const struct wpabuf *msg, size_t min_payload);
24 const struct wpabuf *msg, size_t *plen);
27 void eap_update_len(struct wpabuf *msg);
28 u8 eap_get_id(const struct wpabuf *msg);
29 EapType eap_get_type(const struct wpabuf *msg);
/netbsd-current/usr.bin/talk/
H A Dinvite.c56 * The msg.id's for the invitations
78 msg.addr = *(struct talkd_sockaddr *)(void *)&my_addr;
79 msg.addr.sa_family = htons(my_addr.sin_family);
81 msg.addr = *(struct sockaddr *)&my_addr;
83 msg.id_num = htonl(-1); /* an impossible id_num */
110 msg.id_num = htonl(local_id);
111 ctl_transact(my_machine_addr, msg, DELETE, &response);
112 msg.id_num = htonl(remote_id);
113 ctl_transact(his_machine_addr, msg, DELETE, &response);
127 msg
[all...]
/netbsd-current/tests/kernel/
H A Dt_mqueue.c25 char msg[2]; local
27 msg[1] = '\0';
29 msg[0] = 'a';
30 ATF_REQUIRE_MSG(mq_send(mqfd, msg, sizeof(msg), MQ_PRIO_BASE) != -1,
33 msg[0] = 'b';
34 ATF_REQUIRE_MSG(mq_send(mqfd, msg, sizeof(msg), MQ_PRIO_BASE + 1) != -1,
37 msg[0] = 'c';
38 ATF_REQUIRE_MSG(mq_send(mqfd, msg, sizeo
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dmsg_xlat.sh64 msg_long='((msg)(long)'
112 msg=
132 if [ -z "$msg" ]; then
135 msg="$line"
137 msg="$msg$nl$line"
139 m=${msg%$close_brace}
140 if [ "$m" = "$msg" ]; then
142 m=${msg%%$close_brace*$slash[*]*[*]$slash}
143 if [ "$m" = "$msg" ]; the
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dgerror.c40 PREFIX(gerror) (char * msg, gfc_charlen_type msg_len) argument
45 p = gf_strerror (errno, msg, msg_len);
47 /* The returned pointer p might or might not be the same as the msg
49 if (p != msg)
53 memcpy (msg, p, p_len);
56 memset (&msg[p_len], ' ', msg_len - p_len);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dgerror.c40 PREFIX(gerror) (char * msg, gfc_charlen_type msg_len) argument
45 p = gf_strerror (errno, msg, msg_len);
47 /* The returned pointer p might or might not be the same as the msg
49 if (p != msg)
53 memcpy (msg, p, p_len);
56 memset (&msg[p_len], ' ', msg_len - p_len);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-target-continue.exp52 set msg "continue"
53 gdb_test_multiple "continue -a&" $msg {
55 pass $msg
59 set msg "hit bp"
60 gdb_test_multiple "" $msg {
62 pass $msg
66 set msg "stop all threads"
67 gdb_test_multiple "interrupt -a" $msg {
71 gdb_test_multiple "" $msg {
80 gdb_assert $ok $msg
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_trce.c24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \
25 do_ssl_trace_list(bio, indent, msg, msglen, value, \
41 const unsigned char *msg, size_t msglen,
49 val = msg[0];
51 val = (val << 8) | msg[1];
54 msg += vlen;
601 const unsigned char *msg, size_t msglen)
608 BIO_printf(bio, "%02X", msg[i]);
889 const unsigned char *msg = *msgin; local
898 extslen = (msg[
40 do_ssl_trace_list(BIO *bio, int indent, const unsigned char *msg, size_t msglen, size_t vlen, const ssl_trace_tbl *tbl, size_t ntbl) argument
600 ssl_print_hex(BIO *bio, int indent, const char *name, const unsigned char *msg, size_t msglen) argument
937 ssl_print_client_hello(BIO *bio, const SSL *ssl, int indent, const unsigned char *msg, size_t msglen) argument
994 dtls_print_hello_vfyrequest(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1004 ssl_print_server_hello(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1084 ssl_print_client_keyex(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1128 ssl_print_server_keyex(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1233 ssl_print_certificates(BIO *bio, const SSL *ssl, int server, int indent, const unsigned char *msg, size_t msglen) argument
1263 ssl_print_cert_request(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1352 ssl_print_ticket(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1401 ssl_print_handshake(BIO *bio, const SSL *ssl, int server, const unsigned char *msg, size_t msglen, int indent) argument
1513 const unsigned char *msg = buf; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_parse.c37 struct p2p_message *msg)
50 msg->capability = data;
61 msg->device_id = data;
63 MAC2STR(msg->device_id));
71 msg->go_intent = data;
81 msg->status = data;
95 msg->listen_channel = data;
112 msg->operating_channel = data;
124 msg->channel_list = data;
125 msg
36 p2p_parse_attribute(u8 id, const u8 *data, u16 len, struct p2p_message *msg) argument
420 p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
456 p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
525 p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) argument
579 p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) argument
594 p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p, size_t p2p_len, struct p2p_message *msg) argument
625 p2p_parse_free(struct p2p_message *msg) argument
785 struct p2p_message msg; local
848 struct p2p_message msg; local
863 struct p2p_message msg; local
878 struct p2p_message msg; local
[all...]

Completed in 339 milliseconds

1234567891011>>