Searched defs:channel (Results 1 - 25 of 47) sorted by relevance

12

/barrelfish-2018-10-04/include/barrelfish/
H A Dump_endpoint.h72 static inline bool ump_endpoint_poll(struct waitset_chanstate *channel) argument
/barrelfish-2018-10-04/lib/bulk_transfer/backends/sm/
H A Dpending_msg.c26 static void pending_msg_dump(struct bulk_channel *channel) argument
50 pending_msg_add(struct bulk_channel* channel, uint32_t *tid, union pending_msg_data data) argument
134 pending_msg_get(struct bulk_channel *channel, uint32_t tid, union pending_msg_data *data, bool do_remove) argument
[all...]
H A Dflounder_helpers.c39 struct bulk_channel *channel = VOID2CHANNEL(a); local
94 void bulk_sm_flounder_send_fifo_msg(struct bulk_channel *channel, argument
100 void bulk_sm_flounder_send_fifo_msg_with_arg(struct bulk_channel *channel, argument
[all...]
H A Dpending_msg.h30 struct bulk_channel *channel; ///< channel under consideration XXX: probably unnecessary member in struct:pending_assign_pool
H A Dpool.c25 struct bulk_channel *channel; ///< channel under consideration member in struct:c_assign_pool_data
35 struct bulk_channel *channel; member in struct:s_assign_pool_data
48 struct bulk_channel *channel = VOID2CHANNEL(b->st); local
79 struct bulk_channel *channel local
99 struct bulk_channel *channel = VOID2CHANNEL(b->st); local
181 struct bulk_channel *channel = cdata->channel; local
197 bulk_sm_assign_pool( struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
222 bulk_sm_remove_pool( struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
[all...]
H A Dchannel.c104 struct bulk_channel *channel = VOID2CHANNEL(b->st); local
141 struct bulk_channel *channel = VOID2CHANNEL(a); local
184 struct bulk_channel *channel = VOID2CHANNEL(b->st); local
237 struct bulk_channel *channel = VOID2CHANNEL(a); local
259 struct bulk_channel *channel = VOID2CHANNEL(st); local
280 struct bulk_channel *channel = VOID2CHANNEL(st); local
298 bulk_sm_channel_bind(struct bulk_channel *channel, struct bulk_continuation cont) argument
346 struct bulk_channel *channel = VOID2CHANNEL(st); local
360 bulk_sm_channel_create(struct bulk_channel *channel) argument
430 bulk_sm_channel_destroy(struct bulk_channel *channel) argument
[all...]
/barrelfish-2018-10-04/usr/block_server/
H A Dblock_storage_cache.c121 block_server_insert_buffer(struct buffer_list **l, struct bulk_buffer *buf, struct bulk_channel *channel) argument
H A Dnet_benchmark.c140 void testrun_bulk_buffer_received(struct bulk_channel *channel, argument
149 void testrun_bulk_move_received(struct bulk_channel *channel, argument
87 pool_assigned_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
107 buffer_passed_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
[all...]
H A Dblock_server.h138 struct bulk_channel *channel; member in struct:buffer_list
H A Dnetwork_client.c629 bulk_bind_received(struct bulk_channel *channel) argument
641 bulk_pool_assigned_cb(struct bulk_channel *channel, struct bulk_pool *pool) argument
649 bulk_pool_removed_cb(struct bulk_channel *channel, struct bulk_pool *pool) argument
656 bulk_move_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
670 bulk_buffer_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
683 bulk_copy_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
704 bulk_copy_released(struct bulk_channel *channel, struct bulk_buffer *buffer) argument
[all...]
H A Dnetwork_server.c110 static void chan_bind_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
130 static errval_t bulk_pool_assigned_cb(struct bulk_channel *channel, argument
143 bulk_pool_removed_cb(struct bulk_channel *channel, struct bulk_pool *pool) argument
150 bulk_bind_received(struct bulk_channel *channel) argument
156 bulk_move_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
181 bulk_buffer_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
201 bulk_copy_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
220 bulk_copy_released(struct bulk_channel *channel, struct bulk_buffer *buffer) argument
302 pool_assigned_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
314 buffer_passed_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
[all...]
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_net_proxy.h33 struct bulk_channel channel; member in struct:bulk_net_proxy
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_channel.c30 errval_t bulk_channel_create(struct bulk_channel *channel, argument
63 bulk_channel_bind(struct bulk_channel *channel, struct bulk_endpoint_descriptor *remote_ep_desc, struct bulk_channel_callbacks *callbacks, struct bulk_channel_bind_params *params, struct bulk_continuation cont) argument
93 bulk_channel_destroy(struct bulk_channel *channel, struct bulk_continuation cont) argument
130 bulk_channel_assign_pool(struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
176 bulk_channel_remove_pool(struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
224 bulk_channel_move(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
264 bulk_channel_pass(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
300 bulk_channel_copy(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
344 bulk_channel_release(struct bulk_channel *channel, struct bulk_buffer *buffer, struct bulk_continuation cont) argument
[all...]
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_echo.c48 static errval_t cb_pool_assigned(struct bulk_channel *channel, argument
89 static void cb_move_received(struct bulk_channel *channel, argument
116 static void cb_buffer_received(struct bulk_channel *channel, argument
H A Dcommon.c35 errval_t cb_bind_received(struct bulk_channel *channel) argument
49 static void net_proxy_listen(char *str, struct bulk_channel *channel, argument
89 static void net_proxy_connect(char *str, struct bulk_channel *channel, argument
130 net_transparent_listen(char *str, struct bulk_channel *channel, struct bulk_channel_callbacks *cb, struct waitset *ws, enum bulk_channel_direction dir, size_t bufsz, size_t metasz, bool *done, bool nocopy) argument
168 bind_done_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
177 net_transparent_connect(char *str, struct bulk_channel *channel, struct bulk_channel_callbacks *cb, struct waitset *ws, enum bulk_channel_direction dir, size_t bufsz, size_t metasz, bool *done, bool nocopy) argument
216 sm_listen(char *str, struct bulk_channel *channel, struct bulk_channel_callbacks *cb, struct waitset *ws, enum bulk_channel_direction dir, size_t bufsz, size_t metasz, bool *done) argument
239 sm_connect(char *str, struct bulk_channel *channel, struct bulk_channel_callbacks *cb, struct waitset *ws, enum bulk_channel_direction dir, size_t bufsz, size_t metasz, bool *done) argument
263 initialize_channel(const char *str, struct bulk_channel *channel, struct bulk_channel_callbacks *cb, struct waitset *ws, enum bulk_channel_direction dir, size_t bufsz, size_t metasz, bool *done) argument
[all...]
H A Dmicro_rtt.c52 static errval_t cb_pool_assigned(struct bulk_channel *channel, argument
60 static void cb_move_received(struct bulk_channel *channel, argument
79 static void cb_buffer_received(struct bulk_channel *channel, argument
H A Dmicro_throughput.c49 static errval_t cb_pool_assigned(struct bulk_channel *channel, argument
58 static void cb_move_received(struct bulk_channel *channel, argument
80 static void cb_buffer_received(struct bulk_channel *channel, argument
/barrelfish-2018-10-04/usr/tests/bulk_transfer/
H A Dbulk_mini.c10 static void dummy_cont_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
35 static errval_t cb_rx_bind_received(struct bulk_channel *channel) argument
41 static errval_t cb_rx_pool_assigned(struct bulk_channel *channel, argument
48 static void cb_rx_move_received(struct bulk_channel *channel, argument
66 static void cb_rx_copy_received(struct bulk_channel *channel, argument
123 cb_tx_pool_assign_done(void *arg, errval_t err, struct bulk_channel *channel) argument
132 cb_tx_bind_done(void *arg, errval_t err, struct bulk_channel *channel) argument
146 cb_tx_pool_assigned(struct bulk_channel *channel, struct bulk_pool *pool) argument
154 cb_tx_buffer_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
169 cb_tx_copy_released(struct bulk_channel *channel, struct bulk_buffer *buffer) argument
[all...]
/barrelfish-2018-10-04/lib/dma/ioat/
H A Dioat_dma_channel.c28 ioat_dma_chan_t channel; ///< Mackerel address member in struct:ioat_dma_channel
[all...]
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_channel.c29 xeon_phi_dma_chan_t channel; ///< Mackerel address member in struct:xeon_phi_dma_channel
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dtkeclipse.c544 Tcl_Channel channel; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_rtcp.c79 char channel; /* 'A'-app data. 'R'-remote client 'G'-global */ member in struct:rpc_msg
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dread_pwd.c267 unsigned short channel = 0; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A Dui_openssl.c298 static unsigned short channel = 0; variable
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_task.c148 char channel; /* 'A'-app data. 'R'-remote client 'G'-global */ member in struct:rpc_msg
[all...]

Completed in 163 milliseconds

12