Searched refs:VOID2CHANNEL (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/bulk_transfer/backends/sm/
H A Dchannel.c104 struct bulk_channel *channel = VOID2CHANNEL(b->st);
123 struct bulk_channel *channel = VOID2CHANNEL(a);
141 struct bulk_channel *channel = VOID2CHANNEL(a);
184 struct bulk_channel *channel = VOID2CHANNEL(b->st);
237 struct bulk_channel *channel = VOID2CHANNEL(a);
259 struct bulk_channel *channel = VOID2CHANNEL(st);
280 struct bulk_channel *channel = VOID2CHANNEL(st);
346 struct bulk_channel *channel = VOID2CHANNEL(st);
H A Dpool.c48 struct bulk_channel *channel = VOID2CHANNEL(b->st);
99 struct bulk_channel *channel = VOID2CHANNEL(b->st);
H A Dbuffers.c339 struct bulk_channel *channel = VOID2CHANNEL(b->st);
412 errval_t err = pending_msg_get(VOID2CHANNEL(b->st), tid, &data, true);
423 VOID2CHANNEL(b->st));
452 struct bulk_channel *channel = VOID2CHANNEL(b->st);
524 errval_t err = pending_msg_get(VOID2CHANNEL(b->st), tid, &data, true);
535 VOID2CHANNEL(b->st));
567 struct bulk_channel *channel = VOID2CHANNEL(b->st);
641 errval_t err = pending_msg_get(VOID2CHANNEL(b->st), tid, &data, true);
652 VOID2CHANNEL(b->st));
679 struct bulk_channel *channel = VOID2CHANNEL(
[all...]
H A Dbulk_sm_impl.h18 #define VOID2CHANNEL(a) ((struct bulk_channel*)(a)) macro
H A Dflounder_helpers.c39 struct bulk_channel *channel = VOID2CHANNEL(a);

Completed in 93 milliseconds