Searched refs:msg (Results 51 - 75 of 1214) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssh/
H A Dmonitor_fdpass.c50 struct msghdr msg; local
63 memset(&msg, 0, sizeof(msg));
65 msg.msg_accrights = (caddr_t)&fd;
66 msg.msg_accrightslen = sizeof(fd);
68 msg.msg_control = (caddr_t)&cmsgbuf.buf;
69 msg.msg_controllen = sizeof(cmsgbuf.buf);
70 cmsg = CMSG_FIRSTHDR(&msg);
79 msg.msg_iov = &vec;
80 msg
111 struct msghdr msg; local
[all...]
H A Dsftp-client.c157 Buffer msg; local
159 buffer_init(&msg);
160 buffer_put_char(&msg, code);
161 buffer_put_int(&msg, id);
162 buffer_put_string(&msg, s, len);
163 send_msg(conn, &msg);
165 buffer_free(&msg);
172 Buffer msg; local
174 buffer_init(&msg);
175 buffer_put_char(&msg, cod
187 Buffer msg; local
213 Buffer msg; local
251 Buffer msg; local
287 Buffer msg; local
339 Buffer msg; local
435 Buffer msg; local
460 Buffer msg; local
731 Buffer msg; local
781 Buffer msg; local
816 Buffer msg; local
849 Buffer msg; local
881 Buffer msg; local
912 Buffer msg; local
961 Buffer msg; local
988 Buffer msg; local
1015 Buffer msg; local
1033 Buffer msg; local
1430 Buffer msg; local
[all...]
H A Dssh-pkcs11-client.c111 Buffer msg; local
119 buffer_init(&msg);
120 buffer_put_char(&msg, SSH2_AGENTC_SIGN_REQUEST);
121 buffer_put_string(&msg, blob, blen);
122 buffer_put_string(&msg, from, flen);
123 buffer_put_int(&msg, 0);
125 send_msg(&msg);
126 buffer_clear(&msg);
128 if (recv_msg(&msg) == SSH2_AGENT_SIGN_RESPONSE) {
129 signature = buffer_get_string(&msg,
191 Buffer msg; local
225 Buffer msg; local
[all...]
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c126 LOCKD_MSG msg; local
175 if ((nr = read(devfd, &msg, sizeof(msg))) == sizeof(msg)) {
177 show(&msg);
179 if (msg.lm_version != LOCKD_MSG_VERSION) {
181 "unknown msg type: %d", msg.lm_version);
187 switch (msg.lm_fl.l_type) {
190 if (msg
258 test_request(LOCKD_MSG *msg) argument
327 lock_request(LOCKD_MSG *msg) argument
400 unlock_request(LOCKD_MSG *msg) argument
[all...]
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsubr.c119 char msg[1024]; local
123 (void)vsnprintf(msg, sizeof(msg), fmt, ap);
125 (void)snprlcat(msg, sizeof(msg), "(seq=%ju) ",
129 (void)snprlcat(msg, sizeof(msg), "OPEN(%s)",
133 (void)snprlcat(msg, sizeof(msg), "APPEND(%ju)",
137 (void)snprlcat(msg, sizeo
[all...]
H A Dproto_common.c67 struct msghdr msg; local
73 bzero(&msg, sizeof(msg));
76 msg.msg_iov = NULL;
77 msg.msg_iovlen = 0;
78 msg.msg_control = ctrl;
79 msg.msg_controllen = sizeof(ctrl);
81 cmsg = CMSG_FIRSTHDR(&msg);
87 if (sendmsg(sock, &msg, 0) == -1)
167 struct msghdr msg; local
[all...]
/freebsd-9.3-release/sys/contrib/xz-embedded/userspace/
H A Dxzminidec.c30 const char *msg; local
47 msg = "Memory allocation failed\n";
68 msg = "Write error\n";
90 msg = "Write error\n";
100 msg = "Memory allocation failed\n";
104 msg = "Memory usage limit reached\n";
108 msg = "Not a .xz file\n";
112 msg = "Unsupported options in the .xz headers\n";
117 msg = "File is corrupt\n";
121 msg
[all...]
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxge-os-pal.h61 char msg[XGE_OS_TRACE_MSGBUF_MAX]; /* each individual buffer */ member in struct:xge_os_tracebuf_t
62 int msgbuf_max; /* actual size of msg buffer */
71 /* Calculate the size of the msg and copy it into the global buffer */
73 int msgsize = xge_os_strlen(tb->msg) + 2; \
82 xge_os_memcpy(tb->data + offset, tb->msg, msgsize-1); \
88 *tb->msg = 0; \
94 char *_p = tb->msg; \
96 xge_os_timestamp(tb->msg); \
97 _p = tb->msg + xge_os_strlen(tb->msg); \
[all...]
/freebsd-9.3-release/usr.sbin/sicontrol/
H A Dsicontrol.c426 static char msg[200]; local
428 sprintf(msg, "%dbit, %s, parity:[", 5 + (mr1 & MR1_8_BITS), mr1 & MR1_ODD ? "odd" : "even");
430 strcat(msg, "with;");
432 strcat(msg, "force;");
434 strcat(msg, "none;");
436 strcat(msg, "special;");
437 strcpy(msg + strlen(msg) - 1, "]");
438 sprintf(msg + strlen(msg), ", er
444 static char msg[200]; local
485 static char msg[200]; local
494 static char msg[200]; local
510 static char msg[200]; local
522 static char msg[200]; local
534 static char msg[200]; local
552 static char msg[200]; local
[all...]
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_nullconv.c56 const struct pam_message **msg,
63 (void)msg;
55 openpam_nullconv(int n, const struct pam_message **msg, struct pam_response **resp, void *data) argument
/freebsd-9.3-release/lib/librpcsvc/
H A Drwall.c49 rwall(char *host, char *msg) argument
52 (xdrproc_t)xdr_wrapstring, (char *) &msg,
/freebsd-9.3-release/share/examples/sunrpc/
H A DMakefile10 SUBDIR= dir msg sort
16 cd msg; $(MAKE) ${MFLAGS} cleanup
/freebsd-9.3-release/usr.bin/talk/
H A Dget_names.c48 extern CTL_MSG msg;
109 msg.vers = TALK_VERSION;
110 msg.addr.sa_family = htons(AF_INET);
111 msg.ctl_addr.sa_family = htons(AF_INET);
112 msg.id_num = htonl(0);
113 strlcpy(msg.l_name, my_name, NAME_SIZE);
114 strlcpy(msg.r_name, his_name, NAME_SIZE);
115 strlcpy(msg.r_tty, his_tty, TTY_SIZE);
H A Dtalk_ctl.h41 extern CTL_MSG msg;
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_common.c25 * @msg: EAP frame (starting with EAP header)
38 const struct wpabuf *msg, size_t *plen)
44 hdr = wpabuf_head(msg);
46 if (wpabuf_len(msg) < sizeof(*hdr)) {
52 if (len < sizeof(*hdr) + 1 || len > wpabuf_len(msg)) {
139 * @msg: EAP message from eap_msg_alloc
146 void eap_update_len(struct wpabuf *msg) argument
149 hdr = wpabuf_mhead(msg);
150 if (wpabuf_len(msg) < sizeof(*hdr))
152 hdr->length = host_to_be16(wpabuf_len(msg));
37 eap_hdr_validate(int vendor, EapType eap_type, const struct wpabuf *msg, size_t *plen) argument
161 eap_get_id(const struct wpabuf *msg) argument
178 eap_get_type(const struct wpabuf *msg) argument
[all...]
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dactivate.c69 struct msghdr msg; local
77 memset(&msg, 0, sizeof(msg));
78 msg.msg_iov = iov;
79 msg.msg_iovlen = 2;
81 n = recvmsg(so, &msg, 0);
98 struct msghdr msg; local
114 memset(&msg, 0, sizeof(msg));
115 msg
[all...]
/freebsd-9.3-release/bin/date/
H A Dnetdate.c72 struct tsp msg; local
111 memset(&msg, 0, sizeof(msg));
112 msg.tsp_type = TSP_SETDATE;
113 msg.tsp_vers = TSPVERSION;
118 (void)strlcpy(msg.tsp_name, hostname, sizeof(msg.tsp_name));
119 msg.tsp_seq = htons((u_short)0);
120 msg.tsp_time.tv_sec = htonl((u_long)tval);
121 msg
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DErrorHandling.h89 LLVM_ATTRIBUTE_NORETURN void llvm_unreachable_internal(const char *msg=0,
103 #define llvm_unreachable(msg) \
104 ::llvm::llvm_unreachable_internal(msg, __FILE__, __LINE__)
106 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
108 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal()
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Drecvmsg.c42 recvmsg(int s, struct msghdr *msg, int flags) argument
48 struct iovec *iov = msg->msg_iov;
50 for(i = 0; i < msg->msg_iovlen; ++i)
57 nb = ret = recvfrom (s, buf, tot, flags, msg->msg_name, &msg->msg_namelen);
/freebsd-9.3-release/share/examples/sunrpc/msg/
H A DMakefile5 GEN = msg_clnt.c msg_svc.c msg.h
21 $(GEN): msg.x
22 $(RPCCOM) msg.x
30 rprintmsg.o: rprintmsg.c msg.h
32 msg_proc.o: msg_proc.c msg.h
/freebsd-9.3-release/tools/regression/atm/
H A DRunTest.sh15 msg "Usage: RunTest.sh [-hq] [-b <localbase>]"
16 msg "Options:"
17 msg " -h show this info"
18 msg " -b <localbase> localbase if not /usr/local"
19 msg " -q be quite"
/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius.c58 struct radius_hdr * radius_msg_get_hdr(struct radius_msg *msg) argument
60 return msg->hdr;
64 struct wpabuf * radius_msg_get_buf(struct radius_msg *msg) argument
66 return msg->buf;
71 radius_get_attr_hdr(struct radius_msg *msg, int idx) argument
74 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
78 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) argument
80 msg->hdr->code = code;
81 msg
85 radius_msg_initialize(struct radius_msg *msg) argument
110 struct radius_msg *msg; local
133 radius_msg_free(struct radius_msg *msg) argument
326 radius_msg_dump(struct radius_msg *msg) argument
341 radius_msg_finish(struct radius_msg *msg, const u8 *secret, size_t secret_len) argument
372 radius_msg_finish_srv(struct radius_msg *msg, const u8 *secret, size_t secret_len, const u8 *req_authenticator) argument
413 radius_msg_finish_acct(struct radius_msg *msg, const u8 *secret, size_t secret_len) argument
434 radius_msg_add_attr_to_array(struct radius_msg *msg, struct radius_attr_hdr *attr) argument
457 radius_msg_add_attr(struct radius_msg *msg, u8 type, const u8 *data, size_t data_len) argument
501 struct radius_msg *msg; local
562 radius_msg_add_eap(struct radius_msg *msg, const u8 *data, size_t data_len) argument
586 radius_msg_get_eap(struct radius_msg *msg, size_t *eap_len) argument
626 radius_msg_verify_msg_auth(struct radius_msg *msg, const u8 *secret, size_t secret_len, const u8 *req_auth) argument
676 radius_msg_verify(struct radius_msg *msg, const u8 *secret, size_t secret_len, struct radius_msg *sent_msg, int auth) argument
738 radius_msg_make_authenticator(struct radius_msg *msg, const u8 *data, size_t len) argument
764 radius_msg_get_vendor_attr(struct radius_msg *msg, u32 vendor, u8 subtype, size_t *alen) argument
944 radius_msg_get_ms_keys(struct radius_msg *msg, struct radius_msg *sent_msg, const u8 *secret, size_t secret_len) argument
985 radius_msg_get_cisco_keys(struct radius_msg *msg, struct radius_msg *sent_msg, const u8 *secret, size_t secret_len) argument
1014 radius_msg_add_mppe_keys(struct radius_msg *msg, const u8 *req_authenticator, const u8 *secret, size_t secret_len, const u8 *send_key, size_t send_key_len, const u8 *recv_key, size_t recv_key_len) argument
1088 radius_msg_add_attr_user_password(struct radius_msg *msg, const u8 *data, size_t data_len, const u8 *secret, size_t secret_len) argument
1140 radius_msg_get_attr(struct radius_msg *msg, u8 type, u8 *buf, size_t len) argument
1163 radius_msg_get_attr_ptr(struct radius_msg *msg, u8 type, u8 **buf, size_t *len, const u8 *start) argument
1187 radius_msg_count_attr(struct radius_msg *msg, u8 type, int min_len) argument
1216 radius_msg_get_vlanid(struct radius_msg *msg) argument
[all...]
/freebsd-9.3-release/sbin/setkey/
H A Dsetkey.c210 struct sadb_msg msg; local
212 msg.sadb_msg_version = PF_KEY_V2;
213 msg.sadb_msg_type = type;
214 msg.sadb_msg_errno = 0;
215 msg.sadb_msg_satype = SADB_SATYPE_UNSPEC;
216 msg.sadb_msg_len = PFKEY_UNIT64(sizeof(msg));
217 msg.sadb_msg_reserved = 0;
218 msg.sadb_msg_seq = 0;
219 msg
229 struct sadb_msg msg; local
299 struct sadb_msg *msg; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c645 struct sscop_msg *msg; local
657 MSG_ALLOC(msg);
658 if (msg == NULL) {
667 msg->m = m;
668 msg->rexmit = arg;
669 sscop_signal(sscop, SIG_ESTAB_REQ, msg);
673 msg->m = m;
674 msg->rexmit = arg;
675 sscop_signal(sscop, SIG_ESTAB_RESP, msg);
679 msg
741 struct sscop_msg *msg; local
782 struct sscop_msg *msg; local
1047 struct sscop_msg *msg; local
1066 struct sscop_msg *msg; local
1098 struct sscop_msg *msg; local
1176 m_detect_retransmission(struct sscop *sscop, struct sscop_msg *msg) argument
1720 sscop_idle_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
1777 sscop_ignore_pdu(struct sscop *sscop __unused, struct sscop_msg *msg) argument
1787 sscop_idle_end(struct sscop *sscop, struct sscop_msg *msg) argument
1798 sscop_idle_er(struct sscop *sscop, struct sscop_msg *msg) argument
1811 sscop_idle_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
1823 sscop_idle_poll(struct sscop *sscop, struct sscop_msg *msg) argument
1836 sscop_idle_sd(struct sscop *sscop, struct sscop_msg *msg) argument
1849 sscop_idle_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
1862 sscop_idle_erak(struct sscop *sscop, struct sscop_msg *msg) argument
1875 sscop_idle_stat(struct sscop *sscop, struct sscop_msg *msg) argument
1888 sscop_idle_ustat(struct sscop *sscop, struct sscop_msg *msg) argument
1901 sscop_idle_rs(struct sscop *sscop, struct sscop_msg *msg) argument
1914 sscop_idle_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
1943 sscop_outpend_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
1965 sscop_outpend_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
2023 sscop_outpend_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
2092 sscop_inpend_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
2115 sscop_inpend_er(struct sscop *sscop, struct sscop_msg *msg) argument
2126 sscop_inpend_endak(struct sscop *sscop, struct sscop_msg *msg) argument
2142 sscop_inpend_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
2154 sscop_inpend_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
2170 sscop_inpend_sd(struct sscop *sscop, struct sscop_msg *msg) argument
2189 sscop_inpend_ustat(struct sscop *sscop, struct sscop_msg *msg) argument
2208 sscop_inpend_stat(struct sscop *sscop, struct sscop_msg *msg) argument
2227 sscop_inpend_poll(struct sscop *sscop, struct sscop_msg *msg) argument
2246 sscop_inpend_erak(struct sscop *sscop, struct sscop_msg *msg) argument
2257 sscop_inpend_rs(struct sscop *sscop, struct sscop_msg *msg) argument
2268 sscop_inpend_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
2280 sscop_inpend_end(struct sscop *sscop, struct sscop_msg *msg) argument
2322 sscop_outdis_end(struct sscop *sscop, struct sscop_msg *msg) argument
2343 sscop_outdis_endak(struct sscop *sscop, struct sscop_msg *msg) argument
2380 sscop_outdis_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
2409 sscop_outsync_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
2436 sscop_outsync_endak(struct sscop *sscop, struct sscop_msg *msg) argument
2450 sscop_outsync_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
2465 sscop_outsync_end(struct sscop *sscop, struct sscop_msg *msg) argument
2519 sscop_outsync_rs(struct sscop *sscop, struct sscop_msg *msg) argument
2546 sscop_outsync_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
2596 sscop_insync_endak(struct sscop *sscop, struct sscop_msg *msg) argument
2609 sscop_insync_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
2622 sscop_insync_end(struct sscop *sscop, struct sscop_msg *msg) argument
2640 sscop_insync_er(struct sscop *sscop, struct sscop_msg *msg) argument
2651 sscop_insync_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
2676 sscop_insync_sd(struct sscop *sscop, struct sscop_msg *msg) argument
2691 sscop_insync_poll(struct sscop *sscop, struct sscop_msg *msg) argument
2706 sscop_insync_stat(struct sscop *sscop, struct sscop_msg *msg) argument
2721 sscop_insync_ustat(struct sscop *sscop, struct sscop_msg *msg) argument
2736 sscop_insync_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
2747 sscop_insync_erak(struct sscop *sscop, struct sscop_msg *msg) argument
2758 sscop_insync_rs(struct sscop *sscop, struct sscop_msg *msg) argument
2777 sscop_insync_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
2789 sscop_outrec_userdata(struct sscop *sscop, struct sscop_msg *msg) argument
2804 sscop_outrec_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
2816 sscop_outrec_erak(struct sscop *sscop, struct sscop_msg *msg) argument
2838 sscop_outrec_end(struct sscop *sscop, struct sscop_msg *msg) argument
2860 sscop_outrec_endak(struct sscop *sscop, struct sscop_msg *msg) argument
2877 sscop_outrec_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
2953 sscop_outrec_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
2981 sscop_outrec_er(struct sscop *sscop, struct sscop_msg *msg) argument
3009 sscop_outrec_pduq(struct sscop *sscop, struct sscop_msg *msg) argument
3019 sscop_outrec_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
3030 sscop_outrec_rs(struct sscop *sscop, struct sscop_msg *msg) argument
3055 sscop_rec_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
3068 sscop_rec_end(struct sscop *sscop, struct sscop_msg *msg) argument
3087 sscop_rec_endak(struct sscop *sscop, struct sscop_msg *msg) argument
3100 sscop_rec_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
3129 sscop_rec_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
3141 sscop_rec_rs(struct sscop *sscop, struct sscop_msg *msg) argument
3200 sscop_rec_pduq(struct sscop *sscop, struct sscop_msg *msg) argument
3210 sscop_rec_er(struct sscop *sscop, struct sscop_msg *msg) argument
3230 sscop_rec_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
3255 sscop_rec_stat(struct sscop *sscop, struct sscop_msg *msg) argument
3270 sscop_rec_ustat(struct sscop *sscop, struct sscop_msg *msg) argument
3303 sscop_inrec_pduq(struct sscop *sscop, struct sscop_msg *msg) argument
3330 sscop_inrec_end(struct sscop *sscop, struct sscop_msg *msg) argument
3368 sscop_inrec_endak(struct sscop *sscop, struct sscop_msg *msg) argument
3381 sscop_inrec_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
3394 sscop_inrec_ustat(struct sscop *sscop, struct sscop_msg *msg) argument
3409 sscop_inrec_stat(struct sscop *sscop, struct sscop_msg *msg) argument
3424 sscop_inrec_poll(struct sscop *sscop, struct sscop_msg *msg) argument
3439 sscop_inrec_sd(struct sscop *sscop, struct sscop_msg *msg) argument
3454 sscop_inrec_rsak(struct sscop *sscop, struct sscop_msg *msg) argument
3465 sscop_inrec_rs(struct sscop *sscop, struct sscop_msg *msg) argument
3489 sscop_inrec_er(struct sscop *sscop, struct sscop_msg *msg) argument
3508 sscop_inrec_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
3534 sscop_inrec_bgak(struct sscop *sscop, struct sscop_msg *msg) argument
3546 sscop_inrec_erak(struct sscop *sscop, struct sscop_msg *msg) argument
3596 sscop_ready_er(struct sscop *sscop, struct sscop_msg *msg) argument
3624 sscop_ready_bgn(struct sscop *sscop, struct sscop_msg *msg) argument
3654 sscop_ready_endak(struct sscop *sscop, struct sscop_msg *msg) argument
3669 sscop_ready_bgrej(struct sscop *sscop, struct sscop_msg *msg) argument
3684 sscop_ready_rs(struct sscop *sscop, struct sscop_msg *msg) argument
3711 sscop_ready_end(struct sscop *sscop, struct sscop_msg *msg) argument
3785 sscop_ready_userdata(struct sscop *sscop, struct sscop_msg *msg) argument
3799 struct sscop_msg *msg; local
3885 sscop_ready_sd(struct sscop *sscop, struct sscop_msg *msg) argument
3967 sscop_ready_poll(struct sscop *sscop, struct sscop_msg *msg) argument
4044 sscop_ready_ustat(struct sscop *sscop, struct sscop_msg *msg) argument
4139 sscop_ready_stat(struct sscop *sscop, struct sscop_msg *msg) argument
4311 sscop_udata_req(struct sscop *sscop, struct sscop_msg *msg) argument
4322 sscop_mdata_req(struct sscop *sscop, struct sscop_msg *msg) argument
4335 struct sscop_msg *msg; local
4353 struct sscop_msg *msg; local
4369 sscop_md(struct sscop *sscop, struct sscop_msg *msg) argument
4387 sscop_ud(struct sscop *sscop, struct sscop_msg *msg) argument
4410 sscop_retrieve(struct sscop *sscop, struct sscop_msg *msg) argument
4794 sig_exec(struct sscop *sscop, u_int sig, struct sscop_msg *msg) argument
4831 sscop_signal(struct sscop *sscop, u_int sig, struct sscop_msg *msg) argument
4907 sscop_save_signal(struct sscop *sscop, u_int sig, struct sscop_msg *msg) argument
[all...]
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-iop.c206 struct i2o_exec_iop_reset_message *msg; local
211 msg = (struct i2o_exec_iop_reset_message *)(sc->ibase + mfa);
212 bzero(msg, sizeof(struct i2o_exec_iop_reset_message));
213 msg->version_offset = 0x1;
214 msg->message_flags = 0x0;
215 msg->message_size = sizeof(struct i2o_exec_iop_reset_message) >> 2;
216 msg->target_address = I2O_TID_IOP;
217 msg->initiator_address = I2O_TID_HOST;
218 msg->function = I2O_EXEC_IOP_RESET;
219 msg
239 struct i2o_exec_init_outqueue_message *msg; local
295 struct i2o_exec_get_lct_message *msg; local
339 struct i2o_util_get_param_message *msg; local
403 struct i2o_basic_message *msg = (struct i2o_basic_message *)(sc->ibase+mfa); local
427 iop_queue_wait_msg(struct iop_softc *sc, int mfa, struct i2o_basic_message *msg) argument
467 iop_create_sgl(struct i2o_basic_message *msg, caddr_t data, int count, int dir) argument
[all...]

Completed in 338 milliseconds

1234567891011>>