Searched refs:rsrc_manifest (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/include/barrelfish/
H A Dresource_ctrl.h22 errval_t rsrc_manifest(const char *manifest, rsrcid_t *id);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dresource_ctrl.c21 errval_t rsrc_manifest(const char *manifest, rsrcid_t *id) function
27 err = b->rpc_tx_vtbl.rsrc_manifest(b, d->dcb_cap, manifest, id, &msgerr);
/barrelfish-2018-10-04/usr/tests/schedtest/
H A Dschedtest.c34 errval_t err = rsrc_manifest(my_manifest, &my_rsrc_id);
36 DEBUG_ERR(err, "rsrc_manifest");
/barrelfish-2018-10-04/usr/bench/scheduling/
H A Dphases.c65 err = rsrc_manifest(my_manifest, &my_rsrc_id);
H A Dphases_scale.c79 err = rsrc_manifest(my_manifest, &my_rsrc_id);
/barrelfish-2018-10-04/usr/bench/channel_cost/
H A Dchannel_cost.c256 err = rsrc_manifest(my_manifest, &my_rsrc_id);
258 USER_PANIC_ERR(err, "rsrc_manifest");
/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_rpc_server.c78 static void rsrc_manifest(struct monitor_blocking_binding *b, function
597 .rsrc_manifest_call = rsrc_manifest,

Completed in 120 milliseconds