Searched refs:ret_cap (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/lib/virtio/
H A Dhost.c113 struct capref *ret_cap)
115 if(ret_cap) {
116 *ret_cap = host->dev_cap;
112 virtio_host_get_device_cap(struct virtio_device *host, struct capref *ret_cap) argument
H A Dvbuffer.c275 struct capref *ret_cap,
278 *ret_cap = alloc->cap;
274 virtio_buffer_alloc_get_cap(struct virtio_buffer_allocator *alloc, struct capref *ret_cap, lpaddr_t *offset) argument
H A Dvirtqueue.c441 * \param ret_cap memory location where to store the capref
444 struct capref *ret_cap)
446 if (ret_cap) {
447 *ret_cap = vq->vring_cap;
443 virtio_virtqueue_get_vring_cap(struct virtqueue *vq, struct capref *ret_cap) argument
H A Dvirtqueue_host.c479 * \param ret_cap memory location where to store the capref
482 struct capref *ret_cap)
484 if (ret_cap) {
485 *ret_cap = vq->vring_cap;
481 virtio_vq_host_get_vring_cap(struct virtqueue_host *vq, struct capref *ret_cap) argument
/barrelfish-2018-10-04/usr/monitor/
H A Dinvocations.c238 errval_t monitor_delete_last(struct capref croot, capaddr_t cptr, int level, struct capref ret_cap) argument
242 capaddr_t ret_cn = get_cnode_addr(ret_cap);
243 uint8_t ret_cn_level = get_cnode_level(ret_cap);
244 cslot_t ret_slot = ret_cap.slot;
269 errval_t monitor_delete_step(struct capref ret_cap) argument
271 return invoke_monitor_delete_step(get_cnode_addr(ret_cap),
272 get_cnode_level(ret_cap),
273 ret_cap.slot);
276 errval_t monitor_clear_step(struct capref ret_cap) argument
278 return invoke_monitor_clear_step(get_cnode_addr(ret_cap),
[all...]
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dsteal.c87 struct capref *ret_cap,
110 &err, ret_cap);
117 static errval_t rr_steal(struct capref *ret_cap, uint8_t bits, argument
136 err = steal_from_serv(peer, ret_cap, bits, minbase, maxlimit);
153 static errval_t steal_and_alloc(struct capref *ret_cap, uint8_t steal_bits, argument
214 err = percore_alloc(ret_cap, alloc_bits, minbase, maxlimit);
86 steal_from_serv(struct peer_core *peer, struct capref *ret_cap, uint8_t bits, genpaddr_t minbase, genpaddr_t maxlimit) argument
/barrelfish-2018-10-04/include/virtio/
H A Dvirtio_host.h75 struct capref *ret_cap);
H A Dvirtqueue_host.h101 * \param ret_cap memory location where to store the capref
104 struct capref *ret_cap);
H A Dvirtio.h153 struct capref *ret_cap,
H A Dvirtqueue.h149 * \param ret_cap memory location where to store the capref
152 struct capref *ret_cap);
/barrelfish-2018-10-04/usr/monitor/include/
H A Dmonitor_invocations.h259 struct capref ret_cap);
265 errval_t monitor_delete_step(struct capref ret_cap);
266 errval_t monitor_clear_step(struct capref ret_cap);
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_pool.c373 struct capref ret_cap; local
382 err = memobj->f.unfill(memobj, offset, &ret_cap, &ret_addr);
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddomain.c1434 struct capability ret_cap; local
1435 errval_t err = monitor_cap_identify_remote(domain_cap, &ret_cap);
1439 if (ret_cap.type != ObjType_Domain) {
1444 *ret_hash = base * ret_cap.u.domain.core_local_id + ret_cap.u.domain.coreid;

Completed in 182 milliseconds