Searched refs:msg (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Ddebug.h31 #define VBLOCK_DEBUG_PRINT_HOST(msg...) debug_printf(msg)
33 #define VBLOCK_DEBUG_PRINT_HOST(msg...)
37 #define VBLOCK_DEBUG_PRINT_GUEST(msg...) debug_printf(msg)
39 #define VBLOCK_DEBUG_PRINT_GUEST(msg...)
42 #define VBLOCK_DEBUG_PRINT(msg...) VBLOCK_DEBUG_PRINT_HOST(msg) \
43 VBLOCK_DEBUG_PRINT_GUEST(msg)
46 #define VBLOCK_DEBUG_DEV(msg
[all...]
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dnetifapi.c44 void do_netifapi_netif_add(struct netifapi_msg_msg *msg) argument
46 if (!netif_add(msg->netif,
47 msg->msg.add.ipaddr,
48 msg->msg.add.netmask,
49 msg->msg.add.gw,
50 msg->msg
62 do_netifapi_netif_common(struct netifapi_msg_msg *msg) argument
88 struct netifapi_msg msg; local
113 struct netifapi_msg msg; local
[all...]
H A Dapi_lib.c72 struct api_msg msg; local
76 msg.function = do_newconn;
77 msg.msg.msg.n.proto = proto;
78 msg.msg.conn = conn;
79 TCPIP_APIMSG(&msg);
109 struct api_msg msg; local
116 msg
141 struct api_msg msg; local
172 struct api_msg msg; local
192 struct api_msg msg; local
211 struct api_msg msg; local
237 struct api_msg msg; local
259 struct api_msg msg; local
281 struct api_msg msg; local
332 struct api_msg msg; local
352 struct api_msg msg; local
494 struct api_msg msg; local
523 struct api_msg msg; local
551 struct api_msg msg; local
579 struct api_msg msg; local
608 struct dns_api_msg msg; local
[all...]
H A Dtcpip.c224 struct tcpip_msg *msg; local
254 sys_mbox_fetch(mbox, (void *) &msg);
255 switch (msg->type) {
259 ("tcpip_thread: API message %p\n", (void *) msg));
260 msg->msg.apimsg->function(&(msg->msg.apimsg->msg));
266 ("tcpip_thread: PACKET %p\n", (void *) msg));
323 struct tcpip_msg *msg; local
356 struct tcpip_msg *msg; local
390 struct tcpip_msg *msg; local
418 struct tcpip_msg *msg; local
446 struct tcpip_msg msg; local
489 struct tcpip_msg msg; local
[all...]
H A Dapi_msg.c392 * @param msg the api_msg_msg describing the connection type
393 * @return msg->conn->err, but the return value is currently ignored
395 static err_t pcb_new(struct api_msg_msg *msg) argument
397 msg->conn->err = ERR_OK;
399 LWIP_ASSERT("pcb_new: pcb already allocated", msg->conn->pcb.tcp == NULL);
402 switch (NETCONNTYPE_GROUP(msg->conn->type)) {
405 msg->conn->pcb.raw = raw_new(msg->msg.n.proto);
406 if (msg
456 do_newconn(struct api_msg_msg *msg) argument
658 do_delconn(struct api_msg_msg *msg) argument
704 do_bind(struct api_msg_msg *msg) argument
740 do_redirect(struct api_msg_msg *msg) argument
765 do_pause(struct api_msg_msg *msg) argument
827 do_connect(struct api_msg_msg *msg) argument
873 do_disconnect(struct api_msg_msg *msg) argument
889 do_listen(struct api_msg_msg *msg) argument
942 do_send(struct api_msg_msg *msg) argument
985 do_recv(struct api_msg_msg *msg) argument
1121 do_write(struct api_msg_msg *msg) argument
1162 do_getaddr(struct api_msg_msg *msg) argument
1213 do_close(struct api_msg_msg *msg) argument
1235 do_join_leave_group(struct api_msg_msg *msg) argument
1270 struct dns_api_msg *msg = (struct dns_api_msg *) arg; local
1295 struct dns_api_msg *msg = (struct dns_api_msg *) arg; local
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppapi.c62 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
64 ppp_set_default(msg->msg.ppp);
76 PPPAPI_VAR_DECLARE(msg);
77 PPPAPI_VAR_ALLOC(msg);
79 PPPAPI_VAR_REF(msg).msg.ppp = pcb;
80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call);
81 PPPAPI_VAR_FREE(msg);
95 struct pppapi_msg *msg local
130 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
171 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
216 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
275 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
308 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
340 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
372 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
403 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppapi.c62 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
64 ppp_set_default(msg->msg.ppp);
76 PPPAPI_VAR_DECLARE(msg);
77 PPPAPI_VAR_ALLOC(msg);
79 PPPAPI_VAR_REF(msg).msg.ppp = pcb;
80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call);
81 PPPAPI_VAR_FREE(msg);
95 struct pppapi_msg *msg local
130 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
171 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
216 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
275 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
308 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
340 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
372 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
403 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; local
[all...]
/barrelfish-2018-10-04/lib/virtio/
H A Ddebug.h34 #define VIRTIO_DEBUG_PRINT(msg...) debug_printf(msg)
36 #define VIRTIO_DEBUG_PRINT(msg...)
40 #define VIRTIO_DEBUG_VQ(msg...) VIRTIO_DEBUG_PRINT("[virtq] " msg)
42 #define VIRTIO_DEBUG_VQ(msg...)
46 #define VIRTIO_DEBUG_DEV(msg...) VIRTIO_DEBUG_PRINT("[virtio dev] " msg)
48 #define VIRTIO_DEBUG_DEV(msg...)
52 #define VIRTIO_DEBUG_DT(msg
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dnetifapi.c62 struct netifapi_msg *msg = (struct netifapi_msg*)(void*)m; local
64 if (!netif_add( msg->netif,
66 API_EXPR_REF(msg->msg.add.ipaddr),
67 API_EXPR_REF(msg->msg.add.netmask),
68 API_EXPR_REF(msg->msg.add.gw),
70 msg->msg
88 struct netifapi_msg *msg = (struct netifapi_msg*)(void*)m; local
107 struct netifapi_msg *msg = (struct netifapi_msg*)(void*)m; local
[all...]
H A Dtcpip.c70 #define TCPIP_MBOX_FETCH(mbox, msg) sys_timeouts_mbox_fetch(mbox, msg)
73 #define TCPIP_MBOX_FETCH(mbox, msg) sys_mbox_fetch(mbox, msg)
89 struct tcpip_msg *msg; local
101 TCPIP_MBOX_FETCH(&mbox, (void **)&msg);
103 if (msg == NULL) {
108 switch (msg->type) {
111 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API message %p\n", (void *)msg));
112 msg
236 struct tcpip_msg *msg; local
271 struct tcpip_msg *msg; local
298 struct tcpip_msg *msg; local
417 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); local
433 tcpip_callbackmsg_delete(struct tcpip_callback_msg* msg) argument
446 tcpip_trycallback(struct tcpip_callback_msg* msg) argument
[all...]
H A Dapi_msg.c312 if (conn->current_msg && conn->current_msg->msg.sd.polls_left) {
313 conn->current_msg->msg.sd.polls_left--;
543 * @param msg the api_msg_msg describing the connection type
546 pcb_new(struct api_msg *msg) argument
550 LWIP_ASSERT("pcb_new: pcb already allocated", msg->conn->pcb.tcp == NULL);
554 if(NETCONNTYPE_ISIPV6(netconn_type(msg->conn))) {
560 switch(NETCONNTYPE_GROUP(msg->conn->type)) {
563 msg->conn->pcb.raw = raw_new_ip_type(iptype, msg->msg
619 struct api_msg *msg = (struct api_msg*)m; local
1015 struct api_msg *msg = (struct api_msg*)m; local
1117 struct api_msg *msg = (struct api_msg*)m; local
1208 struct api_msg *msg = (struct api_msg*)m; local
1279 struct api_msg *msg = (struct api_msg*)m; local
1303 struct api_msg *msg = (struct api_msg*)m; local
1387 struct api_msg *msg = (struct api_msg*)m; local
1442 struct api_msg *msg = (struct api_msg*)m; local
1467 struct api_msg *msg = (struct api_msg*)m; local
1647 struct api_msg *msg = (struct api_msg*)m; local
1703 struct api_msg *msg = (struct api_msg*)m; local
1770 struct api_msg *msg = (struct api_msg*)m; local
1849 struct api_msg *msg = (struct api_msg*)m; local
1903 struct dns_api_msg *msg = (struct dns_api_msg*)arg; local
1929 struct dns_api_msg *msg = (struct dns_api_msg*)arg; local
[all...]
H A Dapi_lib.c126 API_MSG_VAR_DECLARE(msg);
127 API_MSG_VAR_ALLOC_RETURN_NULL(msg);
133 API_MSG_VAR_REF(msg).msg.n.proto = proto;
134 API_MSG_VAR_REF(msg).conn = conn;
135 err = netconn_apimsg(lwip_netconn_do_newconn, &API_MSG_VAR_REF(msg));
148 API_MSG_VAR_FREE(msg);
152 API_MSG_VAR_FREE(msg);
169 API_MSG_VAR_DECLARE(msg);
176 API_MSG_VAR_ALLOC(msg);
[all...]
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dapi_msg.h111 } msg; member in struct:api_msg_msg
119 void (*function) (struct api_msg_msg * msg);
121 struct api_msg_msg msg; member in struct:api_msg
142 void do_newconn(struct api_msg_msg *msg);
143 void do_delconn(struct api_msg_msg *msg);
144 void do_bind(struct api_msg_msg *msg);
145 void do_redirect(struct api_msg_msg *msg);
146 void do_pause(struct api_msg_msg *msg);
147 void do_connect(struct api_msg_msg *msg);
148 void do_disconnect(struct api_msg_msg *msg);
[all...]
/barrelfish-2018-10-04/lib/cxx/unwind/
H A Dconfig.h54 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__)
55 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg)
70 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) __attribute__ ((noreturn));
71 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { argument
72 fprintf(stderr, "libunwind: %s %s:%d - %s\n", func, file, line, msg);
88 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__)
89 #define _LIBUNWIND_ABORT(msg) assert_rt
[all...]
/barrelfish-2018-10-04/include/barrelfish_kpi/
H A Dlegacy_idc_buffer.h124 struct idc_recv_msg_body msg; ///< Actual transferred message content member in struct:idc_recv_msg
127 static inline uintptr_t *idc_get_raw(struct idc_send_msg *msg) argument
129 return msg->u.raw;
132 static inline errval_t idc_msg_decode_word(struct idc_recv_msg *msg, argument
136 if(msg->pos < msg->msg.header.x.length) {
137 *ret = msg->msg.words[msg
149 idc_msg_decode_word_or_zero(struct idc_recv_msg *msg) argument
159 idc_msg_encode_word(struct idc_send_msg *msg, uintptr_t word) argument
171 idc_msg_init(struct idc_send_msg *msg) argument
185 idc_msg_set_async(struct idc_send_msg *msg) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/vendor_defns/
H A Dsureware.h37 * msg is a string with at least 24 bytes free.
38 * A 24 bytes string will be concatenated to the existing content of msg.
45 typedef int SureWareHook_Init_t(char*const msg,int threadsafe);
68 typedef int SureWareHook_Rand_Bytes_t(char*const msg,unsigned char *buf, int num);
83 typedef int SureWareHook_Rand_Seed_t(char*const msg,const void *buf, int num);
98 typedef int SureWareHook_Load_Privkey_t(char*const msg,const char *key_id,char **hptr,unsigned long *num,char *keytype);
113 typedef int SureWareHook_Info_Pubkey_t(char*const msg,const char *key_id,unsigned long *num,
129 typedef int SureWareHook_Load_Rsa_Pubkey_t(char*const msg,const char *key_id,unsigned long num,
147 typedef int SureWareHook_Load_Dsa_Pubkey_t(char*const msg,const char *key_id,unsigned long num,
179 typedef int SureWareHook_Rsa_Priv_Dec_t(char*const msg,in
[all...]
/barrelfish-2018-10-04/usr/drivers/rtc/
H A Dmain.c20 static struct chips_msg *handler(void *st, struct chips_msg *msg) argument
27 r = msg->f->unmarshall_word(msg, &msgtype);
35 reply = msg->conn->f->create_msg(msg->conn);
39 msg->conn->f->send(reply);
/barrelfish-2018-10-04/usr/bench/ump_bench/
H A Dthroughput.c35 volatile struct ump_message *msg; local
38 while (!(msg = ump_impl_get_next(send, &ctrl)));
39 msg->header.control = ctrl;
45 while (!(msg = ump_impl_recv(recv)));
46 ump_impl_free_message(msg);
48 while (!(msg = ump_impl_get_next(send, &ctrl)));
49 msg->header.control = ctrl;
53 while (!(msg = ump_impl_recv(recv)));
54 ump_impl_free_message(msg);
/barrelfish-2018-10-04/usr/bench/xeon_phi_ump/
H A Dbenchmark.c43 volatile struct ump_message *msg; local
47 msg = ump_chan_get_next(chan, &ctrl);
51 msg->data[0] = 123;
52 msg->header.control = ctrl;
64 msg = ump_chan_get_next(chan, &ctrl);
65 msg->header.control = ctrl;
85 volatile struct ump_message *msg; local
97 err = ump_chan_recv(chan, &msg);
113 msg = ump_chan_get_next(chan, &ctrl);
114 msg
[all...]
H A Dcommon.h27 #define EXPECT_SUCCESS(_err, msg) \
28 if(err_is_fail(_err)) {USER_PANIC_ERR(_err, msg);}
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dlamsg.c108 new_amsg_alloc(size,data,msg)
111 amsg_t * msg;
117 amsg_alloc(msg_descriptor_size,msg_data_size,msg,msg_descriptor,msg_data)
120 amsg_t * msg;
128 amsg_free(msg)
129 amsg_t msg;
135 amsg_size(msg)
136 amsg_t msg;
142 amsg_data(amsg_t msg)
143 amsg_t msg; variable
[all...]
/barrelfish-2018-10-04/lib/libc/sys/
H A Drecvmsg.c45 recvmsg(int s, struct msghdr *msg, int flags) argument
49 __libc_interposing[INTERPOS_recvmsg])(s, msg, flags));
H A Dsendmsg.c45 sendmsg(int s, const struct msghdr *msg, int flags) argument
49 __libc_interposing[INTERPOS_sendmsg])(s, msg, flags));
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_error.c20 const char *msg; member in struct:__anon1397
35 return msgs[x].msg;
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dstdexcept.cpp34 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) argument
38 logic_error::logic_error(const char* msg) : __imp_(msg) argument
67 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) argument
71 runtime_error::runtime_error(const char* msg) : __imp_(msg) argument

Completed in 137 milliseconds

1234567891011>>