Searched refs:mon_id (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/barrelfish/
H A Dump_chan.c79 static void bind_ump_reply_handler(struct monitor_binding *b, uintptr_t mon_id, argument
89 uc->monitor_id = mon_id;
115 st->b->tx_vtbl.bind_ump_reply_monitor(b, NOP_CONT, st->args.mon_id,
140 uintptr_t mon_id,
151 err = e->ump_connect_callback(e->connect_cb_st, b, mon_id, frame,
159 ump_chan_send_bind_reply(b, NULL, err, mon_id, NULL_CAP);
181 st->args.mon_id = monitor_id;
296 * \param mon_id Monitor's connection ID for this channel
301 errval_t ump_chan_accept(struct ump_chan *uc, uintptr_t mon_id, argument
307 uc->monitor_id = mon_id;
138 bind_ump_service_request_handler(struct monitor_binding *b, uintptr_t service_id, uintptr_t mon_id, struct capref frame, size_t channel_length_in, size_t channel_length_out, struct capref notify_cap) argument
[all...]
H A Dlmp_chan.c42 errval_t success, uintptr_t mon_id,
177 st->args.mon_id, st->args.conn_id,
201 uintptr_t mon_id,
227 st->args.mon_id = mon_id;
41 bind_lmp_reply_handler(struct monitor_binding *b, errval_t success, uintptr_t mon_id, uintptr_t conn_id, struct capref endpoint) argument
199 bind_lmp_service_request_handler(struct monitor_binding *b, uintptr_t service_id, uintptr_t mon_id, size_t buflen_words, struct capref endpoint) argument
/barrelfish-2018-10-04/usr/monitor/
H A Dump_support.c87 me->args.mon_id = conn_id;
112 bind_ump_request_cont(b, st->args.iref, st->args.mon_id,
228 me->args.mon_id = my_mon_id;
252 bind_ump_reply_cont(b, st->args.con_id, st->args.mon_id, st->args.err,
265 USER_PANIC("invalid mon_id in UMP bind reply");
269 uintptr_t your_mon_id = conn->mon_id;
336 me->args.mon_id = my_mon_id;
372 bind_ump_service_request_cont(b, st->args.service_id, st->args.mon_id,
446 con->mon_id = your_mon_id;
482 me->args.mon_id
[all...]
H A Dmonitor_server.c335 me->args.mon_id = con_id;
363 bind_lmp_service_request_cont(b, st->args.service_id, st->args.mon_id,
469 me->args.mon_id = mon_conn_id;
495 bind_lmp_reply_client_cont(b, st->args.err, st->args.mon_id, st->args.conn_id,
792 send_err = intermon_cap_send_request__tx(b, NOP_CONT, conn->mon_id,
H A Dinter.c279 uintptr_t your_mon_id = conn->mon_id;
/barrelfish-2018-10-04/include/barrelfish/
H A Didc_export.h38 uintptr_t mon_id, struct capref frame,
H A Dump_chan.h83 errval_t ump_chan_accept(struct ump_chan *uc, uintptr_t mon_id,
/barrelfish-2018-10-04/usr/monitor/include/
H A Dconnection.h53 uintptr_t mon_id; member in struct:remote_conn_state

Completed in 324 milliseconds