Searched defs:msg_st (Results 1 - 15 of 15) sorted by relevance

/barrelfish-2018-10-04/usr/device_managers/dma/
H A Ddma_mgr_svc.c67 static errval_t svc_register_response_tx(struct txq_msg_st *msg_st) argument
88 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
116 svc_lookup_response_tx(struct txq_msg_st *msg_st) argument
134 svc_lookup_by_iref_response_tx(struct txq_msg_st *msg_st) argument
163 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
184 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
[all...]
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dxomp_gateway.c162 static errval_t get_memory_response_tx(struct txq_msg_st *msg_st) argument
184 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
[all...]
H A Dxomp_gateway_client.c77 static errval_t get_memory_call_tx(struct txq_msg_st *msg_st) argument
187 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
[all...]
H A Dxomp_worker.c307 static errval_t gw_req_memory_response_tx(struct txq_msg_st *msg_st) argument
313 static errval_t add_memory_response_tx(struct txq_msg_st *msg_st) argument
319 static errval_t done_notify_tx(struct txq_msg_st *msg_st) argument
327 done_with_arg_tx(struct txq_msg_st *msg_st) argument
354 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
424 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
494 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
[all...]
H A Dxomp_master.c247 static errval_t do_work_tx(struct txq_msg_st *msg_st) argument
257 static errval_t gw_req_memory_call_tx(struct txq_msg_st *msg_st) argument
267 static errval_t add_memory_call_tx(struct txq_msg_st *msg_st) argument
953 struct txq_msg_st *msg_st = txq_msg_st_alloc(&worker->txq); local
981 struct txq_msg_st *msg_st = txq_msg_st_alloc(&worker->txq); local
1218 struct txq_msg_st *msg_st = txq_msg_st_alloc(&worker->txq); local
[all...]
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_thread.c76 struct bomp_msg_st *msg_st = (struct bomp_msg_st *)st; local
80 static errval_t execute__tx(struct txq_msg_st *msg_st) argument
218 struct txq_msg_st *msg_st = txq_msg_st_alloc(&thread->txq); local
258 done__tx(struct txq_msg_st *msg_st) argument
298 struct txq_msg_st *msg_st = txq_msg_st_alloc(&t->txq); local
[all...]
/barrelfish-2018-10-04/usr/monitor/capops/
H A Dmove.c47 struct move_request_msg_st *msg_st = (struct move_request_msg_st*)e; local
86 struct move_request_msg_st *msg_st = malloc(sizeof(struct move_request_msg_st)); local
120 struct move_result_msg_st *msg_st = (struct move_result_msg_st*)e; local
145 struct move_result_msg_st *msg_st = calloc(1, sizeof(struct move_result_msg_st)); local
[all...]
H A Dcopy.c79 struct recv_copy_result_msg_st *msg_st = (struct recv_copy_result_msg_st*)e; local
110 struct recv_copy_result_msg_st *msg_st = calloc(1, sizeof(struct recv_copy_result_msg_st)); local
153 struct owner_copy_msg_st *msg_st = (struct owner_copy_msg_st*)e; local
275 struct owner_copy_msg_st *msg_st; local
320 struct request_copy_msg_st *msg_st = (struct request_copy_msg_st*)e; local
375 struct request_copy_msg_st *msg_st; local
[all...]
H A Ddelete.c185 struct delete_remote_result_msg_st *msg_st = (struct delete_remote_result_msg_st*)e; local
209 struct delete_remote_result_msg_st *msg_st; local
[all...]
H A Dcapsend.c77 struct capsend_mc_msg_st *msg_st = (struct capsend_mc_msg_st*)e; local
113 struct capsend_mc_msg_st *msg_st = &mc_st->msg_st_arr[mc_st->num_queued]; local
306 struct find_cap_result_msg_st *msg_st = (struct find_cap_result_msg_st*)e; local
332 struct find_cap_result_msg_st *msg_st = calloc(1, sizeof(struct find_cap_result_msg_st)); local
477 struct find_descendants_result_msg_st *msg_st; local
514 struct find_descendants_result_msg_st *msg_st; local
630 struct check_retypeable_result_msg_st *msg_st; local
669 struct check_retypeable_result_msg_st *msg_st; local
769 struct owner_updated_msg_st *msg_st = (struct owner_updated_msg_st*)e; local
794 struct owner_updated_msg_st *msg_st = calloc(1, sizeof(struct owner_updated_msg_st)); local
[all...]
/barrelfish-2018-10-04/lib/dma/
H A Ddma_service.c83 static errval_t dma_register_response_tx(struct txq_msg_st *msg_st) argument
95 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
117 static errval_t dma_deregister_response_tx(struct txq_msg_st *msg_st) argument
129 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
151 dma_memcpy_response_tx(struct txq_msg_st *msg_st) argument
171 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
202 dma_done_tx(struct txq_msg_st *msg_st) argument
397 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
[all...]
/barrelfish-2018-10-04/lib/dma/client/
H A Ddma_client_channel.c208 static errval_t dma_client_channel_register_call_tx(struct txq_msg_st *msg_st) argument
216 static errval_t dma_client_channel_deregister_call_tx(struct txq_msg_st *msg_st) argument
224 static errval_t dma_client_channel_memcpy_call_tx(struct txq_msg_st *msg_st) argument
361 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl_chan->txq); local
[all...]
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dxphi_service.c121 static errval_t chan_open_call_tx(struct txq_msg_st* msg_st) argument
132 static errval_t chan_open_request_response_tx(struct txq_msg_st* msg_st) argument
138 static errval_t kill_response_tx(struct txq_msg_st* msg_st) argument
144 spawn_with_cap_response_tx(struct txq_msg_st* msg_st) argument
154 spawn_response_tx(struct txq_msg_st* msg_st) argument
162 domain_init_response_tx(struct txq_msg_st* msg_st) argument
168 domain_register_response_tx(struct txq_msg_st* msg_st) argument
174 domain_lookup_response_tx(struct txq_msg_st* msg_st) argument
182 domain_wait_response_tx(struct txq_msg_st* msg_st) argument
205 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
229 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
251 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
286 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
338 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
363 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
394 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
426 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
587 struct txq_msg_st *msg_st = txq_msg_st_alloc(&st->queue); local
620 struct txq_msg_st *msg_st = txq_msg_st_alloc(&st->queue); local
[all...]
H A Dinterphi.c194 struct txq_msg_st *msg_st = txq_msg_st_alloc(&mi->queue); local
239 static errval_t domain_wait_call_tx(struct txq_msg_st *msg_st) argument
252 static errval_t domain_wait_response_tx(struct txq_msg_st *msg_st) argument
266 domain_lookup_call_tx(struct txq_msg_st *msg_st) argument
279 domain_lookup_response_tx(struct txq_msg_st *msg_st) argument
292 domain_register_call_tx(struct txq_msg_st *msg_st) argument
306 domain_register_response_tx(struct txq_msg_st *msg_st) argument
314 spawn_response_tx(struct txq_msg_st *msg_st) argument
322 spawn_call_tx(struct txq_msg_st *msg_st) argument
333 spawn_with_cap_response_tx(struct txq_msg_st *msg_st) argument
343 spawn_with_cap_call_tx(struct txq_msg_st *msg_st) argument
357 kill_response_tx(struct txq_msg_st *msg_st) argument
363 kill_call_tx(struct txq_msg_st *msg_st) argument
371 bootstrap_response_tx(struct txq_msg_st *msg_st) argument
377 bootstrap_call_tx(struct txq_msg_st *msg_st) argument
389 chan_open_call_tx(struct txq_msg_st *msg_st) argument
400 chan_open_response_tx(struct txq_msg_st *msg_st) argument
581 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
648 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
714 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
758 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
814 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
1250 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1294 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1353 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1399 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1448 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1500 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1542 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1589 struct txq_msg_st *msg_st = txq_msg_st_alloc(&mi->queue); local
1634 struct txq_msg_st *msg_st = txq_msg_st_alloc(&mi->queue); local
[all...]
/barrelfish-2018-10-04/lib/xeon_phi/
H A Dxeon_phi_client.c197 static errval_t domain_init_call_tx(struct txq_msg_st *msg_st) argument
207 static errval_t domain_register_call_tx(struct txq_msg_st *msg_st) argument
215 static errval_t domain_lookup_call_tx(struct txq_msg_st *msg_st) argument
223 domain_wait_call_tx(struct txq_msg_st *msg_st) argument
232 spawn_call_tx(struct txq_msg_st *msg_st) argument
241 spawn_with_cap_call_tx(struct txq_msg_st *msg_st) argument
252 kill_call_tx(struct txq_msg_st *msg_st) argument
259 chan_open_request_call_tx(struct txq_msg_st *msg_st) argument
270 chan_open_response_tx(struct txq_msg_st *msg_st) argument
412 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
456 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
683 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
785 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
863 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
[all...]

Completed in 86 milliseconds