Searched refs:msg (Results 26 - 50 of 1214) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.bin/m4/
H A Dexpr.c28 int yyerror(const char *msg);
34 yyerror(const char *msg) argument
36 fprintf(stderr, "m4: %s in expr %s\n", msg, copy_toeval);
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_urndis.c495 const struct urndis_init_comp *msg; local
497 msg = (const struct urndis_init_comp *)hdr;
502 le32toh(msg->rm_len),
503 le32toh(msg->rm_rid),
504 le32toh(msg->rm_status),
505 le32toh(msg->rm_ver_major),
506 le32toh(msg->rm_ver_minor),
507 le32toh(msg->rm_devflags),
508 le32toh(msg->rm_medium),
509 le32toh(msg
538 const struct urndis_query_comp *msg; local
585 const struct urndis_reset_comp *msg; local
624 struct urndis_init_req msg; local
688 struct urndis_query_req msg; local
726 urndis_ctrl_set(struct urndis_softc *sc, uint32_t oid, struct urndis_set_req *msg, uint16_t len) argument
777 struct urndis_packet_msg msg; local
904 struct urndis_packet_msg msg; local
[all...]
/freebsd-9.3-release/usr.bin/talk/
H A Dinvite.c58 * The msg.id's for the invitations
80 msg.addr = *(struct osockaddr *)&my_addr; /* XXX new to old style*/
81 msg.addr.sa_family = htons(my_addr.sin_family);
83 msg.addr = *(struct sockaddr *)&my_addr;
85 msg.id_num = htonl(-1); /* an impossible id_num */
112 msg.id_num = htonl(local_id);
113 ctl_transact(my_machine_addr, msg, DELETE, &response);
114 msg.id_num = htonl(remote_id);
115 ctl_transact(his_machine_addr, msg, DELETE, &response);
132 msg
[all...]
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_debug.c361 mpt_print_reply_hdr(MSG_DEFAULT_REPLY *msg) argument
364 printf("%s Reply @ %p\n", mpt_ioc_function(msg->Function), msg);
365 printf("\tIOC Status %s\n", mpt_ioc_status(msg->IOCStatus));
366 printf("\tIOCLogInfo 0x%08x\n", msg->IOCLogInfo);
367 printf("\tMsgLength 0x%02x\n", msg->MsgLength);
368 printf("\tMsgFlags 0x%02x\n", msg->MsgFlags);
369 printf("\tMsgContext 0x%08x\n", msg->MsgContext);
373 mpt_print_init_reply(MSG_IOC_INIT_REPLY *msg) argument
376 mpt_print_reply_hdr((MSG_DEFAULT_REPLY *)msg);
383 mpt_print_ioc_facts(MSG_IOC_FACTS_REPLY *msg) argument
409 mpt_print_enable_reply(MSG_PORT_ENABLE_REPLY *msg) argument
417 mpt_print_scsi_io_reply(MSG_SCSI_IO_REPLY *msg) argument
432 mpt_print_event_notice(MSG_EVENT_NOTIFY_REPLY *msg) argument
490 MSG_DEFAULT_REPLY *msg = vmsg; local
531 MSG_SCSI_IO_REQUEST local, *msg = &local; local
584 mpt_print_scsi_tmf_request(MSG_SCSI_TASK_MGMT *msg) argument
595 mpt_print_scsi_target_assist_request(PTR_MSG_TARGET_ASSIST_REQUEST msg) argument
610 mpt_print_scsi_target_status_send_request(MSG_TARGET_STATUS_SEND_REQUEST *msg) argument
824 mpt_dump_data(struct mpt_softc *mpt, const char *msg, void *addr, int len) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c51 hexdump(const char *msg, const char *msg2, void *base, size_t len) { argument
58 printf("*** %s [%s] (%u bytes @ %p)\n", msg, msg2, len, base);
265 newbuffer(dns_message_t *msg, unsigned int size) { argument
270 result = isc_buffer_allocate(msg->mctx, &dynbuf, size);
274 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link);
279 currentbuffer(dns_message_t *msg) { argument
282 dynbuf = ISC_LIST_TAIL(msg->scratchpad);
289 releaserdata(dns_message_t *msg, dns_rdata_t *rdata) { argument
290 ISC_LIST_PREPEND(msg->freerdata, rdata, link);
294 newrdata(dns_message_t *msg) { argument
322 releaserdatalist(dns_message_t *msg, dns_rdatalist_t *rdatalist) argument
327 newrdatalist(dns_message_t *msg) argument
355 newoffsets(dns_message_t *msg) argument
445 msgresetnames(dns_message_t *msg, unsigned int first_section) argument
478 msgresetopt(dns_message_t *msg) argument
493 msgresetsigs(dns_message_t *msg, isc_boolean_t replying) argument
541 msgreset(dns_message_t *msg, isc_boolean_t everything) argument
799 dns_message_reset(dns_message_t *msg, unsigned int intent) argument
810 dns_message_t *msg; local
897 getname(dns_name_t *name, isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx) argument
934 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
1175 getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, dns_section_t sectionid, unsigned int options) argument
1596 dns_message_parse(dns_message_t *msg, isc_buffer_t *source, unsigned int options) argument
1714 dns_message_renderbegin(dns_message_t *msg, dns_compress_t *cctx, isc_buffer_t *buffer) argument
1753 dns_message_renderchangebuffer(dns_message_t *msg, isc_buffer_t *buffer) argument
1782 dns_message_renderrelease(dns_message_t *msg, unsigned int space) argument
1790 dns_message_renderreserve(dns_message_t *msg, unsigned int space) argument
1890 dns_message_rendersection(dns_message_t *msg, dns_section_t sectionid, unsigned int options) argument
2119 dns_message_renderheader(dns_message_t *msg, isc_buffer_t *target) argument
2153 dns_message_renderend(dns_message_t *msg) argument
2266 dns_message_renderreset(dns_message_t *msg) argument
2306 dns_message_firstname(dns_message_t *msg, dns_section_t section) argument
2319 dns_message_nextname(dns_message_t *msg, dns_section_t section) argument
2333 dns_message_currentname(dns_message_t *msg, dns_section_t section, dns_name_t **name) argument
2345 dns_message_findname(dns_message_t *msg, dns_section_t section, dns_name_t *target, dns_rdatatype_t type, dns_rdatatype_t covers, dns_name_t **name, dns_rdataset_t **rdataset) argument
2396 dns_message_movename(dns_message_t *msg, dns_name_t *name, dns_section_t fromsection, dns_section_t tosection) argument
2414 dns_message_addname(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2426 dns_message_removename(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2438 dns_message_gettempname(dns_message_t *msg, dns_name_t **item) argument
2451 dns_message_gettempoffsets(dns_message_t *msg, dns_offsets_t **item) argument
2463 dns_message_gettemprdata(dns_message_t *msg, dns_rdata_t **item) argument
2475 dns_message_gettemprdataset(dns_message_t *msg, dns_rdataset_t **item) argument
2489 dns_message_gettemprdatalist(dns_message_t *msg, dns_rdatalist_t **item) argument
2501 dns_message_puttempname(dns_message_t *msg, dns_name_t **item) argument
2512 dns_message_puttemprdata(dns_message_t *msg, dns_rdata_t **item) argument
2521 dns_message_puttemprdataset(dns_message_t *msg, dns_rdataset_t **item) argument
2531 dns_message_puttemprdatalist(dns_message_t *msg, dns_rdatalist_t **item) argument
2569 dns_message_reply(dns_message_t *msg, isc_boolean_t want_question_section) argument
2631 dns_message_getopt(dns_message_t *msg) argument
2643 dns_message_setopt(dns_message_t *msg, dns_rdataset_t *opt) argument
2694 dns_message_gettsig(dns_message_t *msg, dns_name_t **owner) argument
2709 dns_message_settsigkey(dns_message_t *msg, dns_tsigkey_t *key) argument
2744 dns_message_gettsigkey(dns_message_t *msg) argument
2756 dns_message_setquerytsig(dns_message_t *msg, isc_buffer_t *querytsig) argument
2811 dns_message_getquerytsig(dns_message_t *msg, isc_mem_t *mctx, isc_buffer_t **querytsig) argument
2838 dns_message_getsig0(dns_message_t *msg, dns_name_t **owner) argument
2861 dns_message_setsig0key(dns_message_t *msg, dst_key_t *key) argument
2913 dns_message_getsig0key(dns_message_t *msg) argument
2925 dns_message_takebuffer(dns_message_t *msg, isc_buffer_t **buffer) argument
2935 dns_message_signer(dns_message_t *msg, dns_name_t *signer) argument
3016 dns_message_resetsig(dns_message_t *msg) argument
3030 dns_message_rechecksig(dns_message_t *msg, dns_view_t *view) argument
3037 dns_message_dumpsig(dns_message_t *msg, char *txt1) argument
3065 dns_message_checksig(dns_message_t *msg, dns_view_t *view) argument
3166 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
3238 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
3358 dns_message_totext(dns_message_t *msg, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
3468 dns_message_getrawmessage(dns_message_t *msg) argument
3474 dns_message_setsortorder(dns_message_t *msg, dns_rdatasetorderfunc_t order, const void *order_arg) argument
3483 dns_message_settimeadjust(dns_message_t *msg, int timeadjust) argument
3489 dns_message_gettimeadjust(dns_message_t *msg) argument
3598 dns_message_setclass(dns_message_t *msg, dns_rdataclass_t rdclass) argument
[all...]
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Dsureware.h36 * msg is a string with at least 24 bytes free.
37 * A 24 bytes string will be concatenated to the existing content of msg.
44 typedef int SureWareHook_Init_t(char *const msg, int threadsafe);
67 typedef int SureWareHook_Rand_Bytes_t(char *const msg, unsigned char *buf,
83 typedef int SureWareHook_Rand_Seed_t(char *const msg, const void *buf,
99 typedef int SureWareHook_Load_Privkey_t(char *const msg, const char *key_id,
116 typedef int SureWareHook_Info_Pubkey_t(char *const msg, const char *key_id,
132 typedef int SureWareHook_Load_Rsa_Pubkey_t(char *const msg,
153 typedef int SureWareHook_Load_Dsa_Pubkey_t(char *const msg,
188 typedef int SureWareHook_Rsa_Priv_Dec_t(char *const msg, in
[all...]
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_enrollee.c24 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) argument
27 wpabuf_put_be16(msg, ATTR_MAC_ADDR);
28 wpabuf_put_be16(msg, ETH_ALEN);
29 wpabuf_put_data(msg, wps->mac_addr_e, ETH_ALEN);
34 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) argument
43 wpabuf_put_be16(msg, ATTR_WPS_STATE);
44 wpabuf_put_be16(msg, 1);
45 wpabuf_put_u8(msg, state);
50 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) argument
69 wpabuf_put_be16(msg, ATTR_E_HASH
98 wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) argument
108 wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) argument
121 struct wpabuf *msg; local
161 struct wpabuf *msg; local
191 struct wpabuf *msg, *plain; local
223 wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) argument
233 wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) argument
243 wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) argument
253 wps_build_cred_network_key(struct wps_data *wps, struct wpabuf *msg) argument
263 wps_build_cred_mac_addr(struct wps_data *wps, struct wpabuf *msg) argument
292 struct wpabuf *msg, *plain; local
337 struct wpabuf *msg; local
365 struct wpabuf *msg; local
387 struct wpabuf *msg; local
411 struct wpabuf *msg; local
663 struct wpabuf msg; local
762 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
858 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
907 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
954 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1003 wps_process_wsc_msg(struct wps_data *wps, const struct wpabuf *msg) argument
1077 wps_process_wsc_ack(struct wps_data *wps, const struct wpabuf *msg) argument
1129 wps_process_wsc_nack(struct wps_data *wps, const struct wpabuf *msg) argument
1208 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
H A Dwps_dev_attr.c23 struct wpabuf *msg)
27 wpabuf_put_be16(msg, ATTR_MANUFACTURER);
35 wpabuf_put_be16(msg, 1);
36 wpabuf_put_u8(msg, '\0');
38 wpabuf_put_be16(msg, len);
39 wpabuf_put_data(msg, dev->manufacturer, len);
46 struct wpabuf *msg)
50 wpabuf_put_be16(msg, ATTR_MODEL_NAME);
58 wpabuf_put_be16(msg, 1);
59 wpabuf_put_u8(msg, '\
22 wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) argument
45 wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) argument
68 wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) argument
91 wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) argument
114 wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) argument
124 wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) argument
146 wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) argument
159 wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) argument
169 wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg) argument
[all...]
H A Dwps_dev_attr.h20 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg);
21 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg);
22 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg);
24 struct wpabuf *msg);
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h114 #define DNS_MESSAGE_VALID(msg) ISC_MAGIC_VALID(msg, DNS_MESSAGE_MAGIC)
271 * Create msg structure.
279 *\li 'msgp' be non-null and '*msg' be NULL.
285 *\li The data in "*msg" is set to indicate an unused and empty msg
294 dns_message_reset(dns_message_t *msg, unsigned int intent);
308 *\li 'msg' be valid.
327 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
333 dns_message_pseudosectiontotext(dns_message_t *msg,
[all...]
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dprivsep_fdpass.c52 struct msghdr msg; local
62 memset(&msg, 0, sizeof(msg));
65 msg.msg_control = (caddr_t)&cmsgbuf.buf;
66 msg.msg_controllen = sizeof(cmsgbuf.buf);
67 cmsg = CMSG_FIRSTHDR(&msg);
78 msg.msg_iov = &vec;
79 msg.msg_iovlen = 1;
81 if ((n = sendmsg(sock, &msg, 0)) == -1)
91 struct msghdr msg; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dauthfd.c235 Buffer msg; local
237 buffer_init(&msg);
238 buffer_put_char(&msg, lock ? SSH_AGENTC_LOCK : SSH_AGENTC_UNLOCK);
239 buffer_put_cstring(&msg, password);
241 if (ssh_request_reply(auth, &msg, &msg) == 0) {
242 buffer_free(&msg);
245 type = buffer_get_char(&msg);
246 buffer_free(&msg);
422 Buffer msg; local
490 Buffer msg; local
548 Buffer msg; local
582 Buffer msg; local
623 Buffer msg; local
[all...]
/freebsd-9.3-release/lib/libdisk/
H A Drules.c106 Rule_000(__unused const struct disk *d, const struct chunk *c, char *msg) argument
127 sprintf(msg + strlen(msg),
132 sprintf(msg + strlen(msg),
143 Rule_001(const struct disk *d, const struct chunk *c, char *msg) argument
158 sprintf(msg + strlen(msg),
171 sprintf(msg + strlen(msg),
183 Rule_002(__unused const struct disk *d, const struct chunk *c, char *msg) argument
206 Rule_003(__unused const struct disk *d, const struct chunk *c, char *msg) argument
230 Rule_004(__unused const struct disk *d, const struct chunk *c, char *msg) argument
256 Check_Chunk(const struct disk *d, const struct chunk *c, char *msg) argument
289 char msg[BUFSIZ]; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c29 * $Begemot: libunimsg/netnatm/msg/privmsg.c,v 1.8 2003/10/10 14:50:05 hbb Exp $
44 uni_decode_head(struct uni_msg *msg, struct uni_all *out, argument
52 if(uni_msg_len(msg) < 9)
55 if(*msg->b_rptr++ != PNNI_PROTO)
58 if(*msg->b_rptr++ != UNI_PROTO)
61 if(*msg->b_rptr++ != 3)
64 out->u.hdr.cref.flag = (*msg->b_rptr & 0x80) ? 1 : 0;
65 out->u.hdr.cref.cref = (*msg->b_rptr++ & 0x7f) << 16;
66 out->u.hdr.cref.cref |= *msg->b_rptr++ << 8;
67 out->u.hdr.cref.cref |= *msg
112 uni_decode_body_internal(enum uni_msgtype mtype, struct uni_msg *msg, union uni_msgall *out, struct unicx *cx) argument
231 uni_decode_body(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) argument
246 uni_decode(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) argument
257 uni_encode(struct uni_msg *msg, struct uni_all *in, struct unicx *cx) argument
[all...]
H A Duni_msg.c2 * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
15 #include <netnatm/msg/unistruct.h>
16 #include <netnatm/msg/unimsglib.h>
17 #include <netnatm/msg/priv.h>
18 #include <netnatm/msg/privmsg.c>
21 print_alerting(struct uni_alerting *msg, struct unicx *cx) argument
25 if(msg->connid.h.present & UNI_IE_PRESENT)
26 uni_print_ie_internal(UNI_IE_CONNID, (union uni_ieall *)&msg->connid, cx);
27 if(msg
71 encode_alerting(struct uni_msg *msg, struct uni_alerting *p, struct unicx *cx) argument
109 decode_alerting(struct uni_alerting *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
199 print_call_proc(struct uni_call_proc *msg, struct unicx *cx) argument
228 encode_call_proc(struct uni_msg *msg, struct uni_call_proc *p, struct unicx *cx) argument
255 decode_call_proc(struct uni_call_proc *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
311 print_connect(struct uni_connect *msg, struct unicx *cx) argument
400 encode_connect(struct uni_msg *msg, struct uni_connect *p, struct unicx *cx) argument
471 decode_connect(struct uni_connect *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
653 print_connect_ack(struct uni_connect_ack *msg, struct unicx *cx) argument
673 encode_connect_ack(struct uni_msg *msg, struct uni_connect_ack *p, struct unicx *cx) argument
694 decode_connect_ack(struct uni_connect_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
732 print_release(struct uni_release *msg, struct unicx *cx) argument
785 encode_release(struct uni_msg *msg, struct uni_release *p, struct unicx *cx) argument
824 decode_release(struct uni_release *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
918 print_release_compl(struct uni_release_compl *msg, struct unicx *cx) argument
965 encode_release_compl(struct uni_msg *msg, struct uni_release_compl *p, struct unicx *cx) argument
998 decode_release_compl(struct uni_release_compl *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1076 print_setup(struct uni_setup *msg, struct unicx *cx) argument
1246 encode_setup(struct uni_msg *msg, struct uni_setup *p, struct unicx *cx) argument
1373 decode_setup(struct uni_setup *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1715 print_status(struct uni_status *msg, struct unicx *cx) argument
1744 encode_status(struct uni_msg *msg, struct uni_status *p, struct unicx *cx) argument
1774 decode_status(struct uni_status *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1836 print_status_enq(struct uni_status_enq *msg, struct unicx *cx) argument
1856 encode_status_enq(struct uni_msg *msg, struct uni_status_enq *p, struct unicx *cx) argument
1877 decode_status_enq(struct uni_status_enq *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1915 print_notify(struct uni_notify *msg, struct unicx *cx) argument
1938 encode_notify(struct uni_msg *msg, struct uni_notify *p, struct unicx *cx) argument
1962 decode_notify(struct uni_notify *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2008 print_restart(struct uni_restart *msg, struct unicx *cx) argument
2031 encode_restart(struct uni_msg *msg, struct uni_restart *p, struct unicx *cx) argument
2055 decode_restart(struct uni_restart *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2101 print_restart_ack(struct uni_restart_ack *msg, struct unicx *cx) argument
2124 encode_restart_ack(struct uni_msg *msg, struct uni_restart_ack *p, struct unicx *cx) argument
2148 decode_restart_ack(struct uni_restart_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2194 print_add_party(struct uni_add_party *msg, struct unicx *cx) argument
2307 encode_add_party(struct uni_msg *msg, struct uni_add_party *p, struct unicx *cx) argument
2388 decode_add_party(struct uni_add_party *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2606 print_add_party_ack(struct uni_add_party_ack *msg, struct unicx *cx) argument
2665 encode_add_party_ack(struct uni_msg *msg, struct uni_add_party_ack *p, struct unicx *cx) argument
2715 decode_add_party_ack(struct uni_add_party_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2835 print_party_alerting(struct uni_party_alerting *msg, struct unicx *cx) argument
2873 encode_party_alerting(struct uni_msg *msg, struct uni_party_alerting *p, struct unicx *cx) argument
2905 decode_party_alerting(struct uni_party_alerting *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2975 print_add_party_rej(struct uni_add_party_rej *msg, struct unicx *cx) argument
3019 encode_add_party_rej(struct uni_msg *msg, struct uni_add_party_rej *p, struct unicx *cx) argument
3054 decode_add_party_rej(struct uni_add_party_rej *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3134 print_drop_party(struct uni_drop_party *msg, struct unicx *cx) argument
3175 encode_drop_party(struct uni_msg *msg, struct uni_drop_party *p, struct unicx *cx) argument
3210 decode_drop_party(struct uni_drop_party *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3288 print_drop_party_ack(struct uni_drop_party_ack *msg, struct unicx *cx) argument
3326 encode_drop_party_ack(struct uni_msg *msg, struct uni_drop_party_ack *p, struct unicx *cx) argument
3358 decode_drop_party_ack(struct uni_drop_party_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3428 print_leaf_setup_req(struct uni_leaf_setup_req *msg, struct unicx *cx) argument
3478 encode_leaf_setup_req(struct uni_msg *msg, struct uni_leaf_setup_req *p, struct unicx *cx) argument
3521 decode_leaf_setup_req(struct uni_leaf_setup_req *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3621 print_leaf_setup_fail(struct uni_leaf_setup_fail *msg, struct unicx *cx) argument
3659 encode_leaf_setup_fail(struct uni_msg *msg, struct uni_leaf_setup_fail *p, struct unicx *cx) argument
3694 decode_leaf_setup_fail(struct uni_leaf_setup_fail *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3770 print_cobisetup(struct uni_cobisetup *msg, struct unicx *cx) argument
3802 encode_cobisetup(struct uni_msg *msg, struct uni_cobisetup *p, struct unicx *cx) argument
3835 decode_cobisetup(struct uni_cobisetup *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3905 print_facility(struct uni_facility *msg, struct unicx *cx) argument
3937 encode_facility(struct uni_msg *msg, struct uni_facility *p, struct unicx *cx) argument
3970 decode_facility(struct uni_facility *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4040 print_modify_req(struct uni_modify_req *msg, struct unicx *cx) argument
4078 encode_modify_req(struct uni_msg *msg, struct uni_modify_req *p, struct unicx *cx) argument
4113 decode_modify_req(struct uni_modify_req *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4189 print_modify_ack(struct uni_modify_ack *msg, struct unicx *cx) argument
4224 encode_modify_ack(struct uni_msg *msg, struct uni_modify_ack *p, struct unicx *cx) argument
4256 decode_modify_ack(struct uni_modify_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4324 print_modify_rej(struct uni_modify_rej *msg, struct unicx *cx) argument
4356 encode_modify_rej(struct uni_msg *msg, struct uni_modify_rej *p, struct unicx *cx) argument
4385 decode_modify_rej(struct uni_modify_rej *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4445 print_conn_avail(struct uni_conn_avail *msg, struct unicx *cx) argument
4477 encode_conn_avail(struct uni_msg *msg, struct uni_conn_avail *p, struct unicx *cx) argument
4506 decode_conn_avail(struct uni_conn_avail *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4566 print_unknown(struct uni_unknown *msg, struct unicx *cx) argument
4586 encode_unknown(struct uni_msg *msg, struct uni_unknown *p, struct unicx *cx) argument
4607 decode_unknown(struct uni_unknown *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
[all...]
H A Dgenmsgc.awk29 # $Begemot: libunimsg/netnatm/msg/genmsgc.awk,v 1.6 2004/07/08 08:22:04 brandt Exp $
50 print "#include <netnatm/msg/unistruct.h>"
51 print "#include <netnatm/msg/unimsglib.h>"
52 print "#include <netnatm/msg/priv.h>"
53 print "#include <netnatm/msg/privmsg.c>"
84 print "print_" msg "(struct uni_" msg " *msg, struct unicx *cx)"
94 print "\tif(msg->" ie "_repeat.h.present & UNI_IE_PRESENT)"
95 print "\t\tuni_print_ie_internal(UNI_IE_REPEAT, (union uni_ieall *)&msg
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp39 void checkPreObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
44 void NSAutoreleasePoolChecker::checkPreObjCMessage(const ObjCMethodCall &msg, argument
46 if (!msg.isInstanceMessage())
49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface();
58 if (msg.getSelector() != releaseS)
73 Report->addRange(msg.getSourceRange());
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsendmsg.c42 sendmsg(int s, const struct msghdr *msg, int flags) argument
48 struct iovec *iov = msg->msg_iov;
50 for(i = 0; i < msg->msg_iovlen; ++i)
58 for (i = 0; i < msg->msg_iovlen; ++i) {
62 ret = sendto (s, buf, tot, flags, msg->msg_name, msg->msg_namelen);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dassert.c59 ** msg -- message.
69 const char *msg));
72 sm_abort_defaulthandler(filename, lineno, msg)
75 const char *msg;
79 lineno, msg);
81 sm_io_fprintf(smioerr, SM_TIME_DEFAULT, "%s\n", msg);
139 char msg[128]; local
143 sm_vsnprintf(msg, sizeof msg, fmt, ap);
145 sm_abort_at(NULL, 0, msg);
[all...]
/freebsd-9.3-release/share/examples/sunrpc/msg/
H A Dprintmsg.c33 printmessage(msg)
34 char *msg;
42 fprintf(f, "%s\n", msg);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyc.awk42 print "#include <netnatm/msg/unistruct.h>"
55 print "copy_msg_" msg "(struct uni_" msg " *src, struct uni_" msg " *dst)"
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstop-gdb.c47 mach_msg_header_t msg; local
96 msg.msgh_bits = MACH_MSGH_BITS (MACH_MSG_TYPE_COPY_SEND, 0);
97 msg.msgh_remote_port = gdb_port;
98 msg.msgh_local_port = MACH_PORT_NULL;
99 msg.msgh_size = sizeof (msg);
100 msg.msgh_seqno = 0;
101 msg.msgh_id = GDB_MESSAGE_ID_STOP;
103 kr = mach_msg_send (&msg);
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_basic.c29 verify_files(const char *msg) argument
37 failure(msg);
127 const char *msg; local
163 msg = canSymlink() ? "2 blocks\n" : "1 block\n";
164 basic_cpio("copy", "", "", msg);
165 basic_cpio("copy_odc", "--format=odc", "", msg);
167 basic_cpio("copy_cpio", "-H odc", "", msg);
168 msg = canSymlink() ? "9 blocks\n" : "8 blocks\n";
169 basic_cpio("copy_ustar", "-H ustar", "", msg);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Daccounting.c42 struct radius_msg *msg; local
48 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
50 if (msg == NULL) {
56 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
60 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
66 radius_msg_make_authenticator(msg, (u8 *) hapd, sizeof(*hapd));
69 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
75 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
92 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
100 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRES
237 struct radius_msg *msg; local
275 struct radius_msg *msg; local
425 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
446 struct radius_msg *msg; local
[all...]
/freebsd-9.3-release/contrib/ngatm/libngatm/
H A Dunimsg.c164 uni_msg_strip32(struct uni_msg *msg) argument
168 msg->b_wptr -= 4;
169 bcopy(msg->b_wptr, &w, 4);
177 uni_msg_get32(struct uni_msg *msg) argument
181 bcopy(msg->b_rptr, &w, 4);
182 msg->b_rptr += 4;
190 uni_msg_append32(struct uni_msg *msg, u_int u) argument
192 if (uni_msg_ensure(msg, 4) == -1)
195 bcopy(&u, msg->b_wptr, 4);
196 msg
204 uni_msg_append8(struct uni_msg *msg, u_int u) argument
218 uni_msg_trail32(const struct uni_msg *msg, int i) argument
233 struct uni_msg *msg; local
[all...]

Completed in 239 milliseconds

1234567891011>>