Searched defs:cap (Results 51 - 75 of 185) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dvspace.c49 struct capref cap = { local
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_buffer.c278 bulk_buffer_assign_cap(struct bulk_buffer *buffer, struct capref cap, size_t cap_offset) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/loopback/
H A Dloopback_queue.c101 static errval_t loopback_register(struct devq *q, struct capref cap, argument
/barrelfish-2018-10-04/lib/devif/backends/null/
H A Ddevif_backend_null.c23 static errval_t null_register(struct devq* q, struct capref cap, argument
/barrelfish-2018-10-04/lib/devif/
H A Dregion_pool.c82 struct capref cap; local
160 region_pool_add_region(struct region_pool* pool, struct capref cap, regionid_t* region_id) argument
246 region_pool_add_region_with_id(struct region_pool* pool, struct capref cap, regionid_t region_id) argument
285 region_pool_remove_region(struct region_pool* pool, regionid_t region_id, struct capref* cap) argument
[all...]
/barrelfish-2018-10-04/usr/init/
H A Dinit.c64 struct capref cap; local
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dthc_support.c65 struct capref cap; local
78 struct capref cap; local
/barrelfish-2018-10-04/usr/monitor/capops/
H A Dretrieve.c22 struct domcapref cap; member in struct:retrieve_rpc_st
47 capops_retrieve(struct domcapref cap, argument
172 struct capref cap; local
[all...]
/barrelfish-2018-10-04/usr/monitor/include/
H A Dmonitor.h80 struct capability cap; member in union:capability_caprep_u
88 static inline void capability_to_caprep(struct capability *cap, argument
102 struct capability cap; local
94 caprep_to_capability(intermon_caprep_t *caprep, struct capability *cap) argument
112 struct capability cap; local
[all...]
/barrelfish-2018-10-04/usr/monitor/
H A Dsend_cap.c33 captx_prepare_send(struct capref cap, coreid_t dest, bool give_away, argument
88 struct capref cap; local
/barrelfish-2018-10-04/usr/tests/capops/
H A Dretype.c75 struct capref cap, cap2, cnram, cncap; local
165 struct capref cap, cap2; local
232 struct capref cap, cap2; local
297 struct capref cap; local
[all...]
/barrelfish-2018-10-04/usr/tests/distops/
H A Ddelete.c21 static void debug_capref(const char *prefix, struct capref cap) argument
60 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
106 struct capref cap; member in struct:client_state
127 struct capref cap = cst->cap; local
139 client_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
[all...]
H A Dretype.c21 static void debug_capref(const char *prefix, struct capref cap) argument
64 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
141 client_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
[all...]
H A Drevoke.c22 static void debug_capref(const char *prefix, struct capref cap) argument
58 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
129 client_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
[all...]
/barrelfish-2018-10-04/lib/driverkit/
H A Dddomain_client.c74 errval_t ddomain_driver_add_cap(struct driver_instance* drv, struct capref cap) { argument
/barrelfish-2018-10-04/lib/hashtable/
H A Dhashtable.c116 ht_put_capability(struct dictionary *dict, char *key, struct capref cap) argument
/barrelfish-2018-10-04/kernel/
H A Dcap_delete.c119 struct capability *cap = &cte->cap; local
171 struct capability *cap = &cte->cap; local
211 struct capability *cap = &cte->cap; local
[all...]
H A Dpaging_generic.c26 static inline errval_t find_mapping_for_cap(struct cte *cap, struct cte **mapping) argument
107 create_mapping_cap(struct cte *mapping_cte, struct capability *cap, struct cte *ptable, cslot_t entry, size_t pte_count) argument
[all...]
/barrelfish-2018-10-04/lib/virtio/guest/
H A Dchannel_flounder.c132 request_mem(uint64_t size, struct capref *cap) argument
/barrelfish-2018-10-04/lib/virtio/
H A Dvbuffer.c142 virtio_buffer_alloc_init_vq(struct virtio_buffer_allocator **bf, struct capref cap, lvaddr_t vaddr, lpaddr_t offset, size_t bufsize, size_t bufcount) argument
/barrelfish-2018-10-04/usr/bench/bulk_sdma/
H A Dmain.c47 errval_t vspace_map_whole_frame(void **retbuf, struct capref cap) argument
/barrelfish-2018-10-04/usr/bench/shared_mem_clock/
H A Dbench.c131 static void shmc_init_reply(struct bench_binding *b, struct capref cap) argument
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Ddma_service.c118 dma_svc_addregion_cb(dma_svc_handle_t svc_handle, struct capref cap) argument
137 dma_svc_removeregion_cb(dma_svc_handle_t svc_handle, struct capref cap) argument
/barrelfish-2018-10-04/include/barrelfish/
H A Dcaddr.h113 static inline uint8_t get_cap_level(struct capref cap) argument
125 static inline capaddr_t get_cap_addr(struct capref cap) argument
146 get_cnode_level(struct capref cap) argument
154 get_cnode_addr(struct capref cap) argument
171 get_croot_addr(struct capref cap) argument
176 get_croot_capref(struct capref cap) argument
216 build_cnoderef(struct capref cap, enum cnode_type cntype) argument
[all...]
H A Dlmp_chan.h127 lmp_chan_recv(struct lmp_chan *lc, struct lmp_recv_msg *msg, struct capref *cap) argument

Completed in 137 milliseconds

12345678