Searched refs:chan_state (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/usr/monitor/
H A Dmultihop_support.c332 struct monitor_multihop_chan_state *chan_state)
335 assert(chan_state != NULL);
348 collections_hash_insert(forwarding_table, vci, chan_state);
365 struct monitor_multihop_chan_state *chan_state = collections_hash_find(forwarding_table, local
368 if (chan_state == NULL) {
371 return chan_state;
411 struct monitor_multihop_chan_state *chan_state, uint8_t direction)
414 return &chan_state->dir1;
416 return &chan_state->dir2;
425 struct monitor_multihop_chan_state *chan_state, uint8_
331 forwarding_table_insert( struct monitor_multihop_chan_state *chan_state) argument
410 multihop_get_direction( struct monitor_multihop_chan_state *chan_state, uint8_t direction) argument
424 multihop_get_opposite_direction( struct monitor_multihop_chan_state *chan_state, uint8_t direction, struct direction **dir) argument
484 struct monitor_multihop_chan_state *chan_state = NULL; local
537 struct monitor_multihop_chan_state *chan_state; member in struct:multihop_monitor_bind_request_state
559 multihop_monitor_bind_request_cont( struct monitor_multihop_chan_state *chan_state, iref_t iref, coreid_t core) argument
609 struct monitor_multihop_chan_state *chan_state = malloc( local
663 struct monitor_multihop_chan_state *chan_state; member in struct:multihop_bind_service_request_state
683 multihop_bind_service_request(uintptr_t service_id, struct monitor_multihop_chan_state *chan_state) argument
731 struct monitor_multihop_chan_state *chan_state = forwarding_table_lookup( local
816 struct monitor_multihop_chan_state *chan_state = forwarding_table_lookup( local
916 multihop_monitor_request_error( struct monitor_multihop_chan_state *chan_state, errval_t msgerr) argument
986 struct monitor_multihop_chan_state *chan_state = forwarding_table_lookup( local
1105 struct monitor_multihop_chan_state *chan_state = forwarding_table_lookup( local
1292 struct monitor_multihop_chan_state *chan_state = forwarding_table_lookup( local
1427 struct monitor_multihop_chan_state *chan_state = forwarding_table_lookup( local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dmultihop_chan.c67 struct multihop_chan *chan_state)
70 assert(chan_state != NULL);
82 collections_hash_insert(mappings, vci, chan_state);
98 struct multihop_chan *chan_state = collections_hash_find(mappings, vci); local
100 if (chan_state == NULL) {
103 return chan_state;
66 multihop_chan_mapping_insert( struct multihop_chan *chan_state) argument

Completed in 85 milliseconds