Searched refs:retslots (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/barrelfish/
H A Dcapabilities.c499 * \param retslots If non-NULL, filled in with the number of slots in created CNode
502 cslot_t slots, cslot_t *retslots)
536 cslot_t retslots; local
538 L2_CNODE_SLOTS, &retslots);
539 if (retslots != L2_CNODE_SLOTS) {
541 retslots, (cslot_t)L2_CNODE_SLOTS);
557 cslot_t retslots; local
559 L2_CNODE_SLOTS, &retslots);
560 if (retslots != L2_CNODE_SLOTS) {
562 retslots, (cslot_
501 cnode_create(struct capref *ret_dest, struct cnoderef *cnoderef, cslot_t slots, cslot_t *retslots) argument
592 cslot_t retslots; local
622 cnode_create_raw(struct capref dest, struct cnoderef *cnoderef, enum objtype cntype, cslot_t slots, cslot_t *retslots) argument
684 cnode_create_with_guard(struct capref dest, struct cnoderef *cnoderef, cslot_t slots, cslot_t *retslots, uint64_t guard, uint8_t guard_size) argument
[all...]
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Drange_slot_alloc.c233 cslot_t nslots, cslot_t *retslots)
249 if (retslots) {
250 *retslots = L2_CNODE_SLOTS;
321 cslot_t retslots; local
322 errval_t err = range_slot_alloc_init(n, slots, &retslots);
324 assert(retslots >= slots);
232 range_slot_alloc_init(struct range_slot_allocator *ret, cslot_t nslots, cslot_t *retslots) argument
H A Dsingle_slot_alloc.c247 cslot_t nslots, cslot_t *retslots)
268 if (retslots) {
269 *retslots = nslots;
246 single_slot_alloc_init(struct single_slot_allocator *ret, cslot_t nslots, cslot_t *retslots) argument
/barrelfish-2018-10-04/include/barrelfish/
H A Dslot_alloc.h80 cslot_t nslots, cslot_t *retslots);
113 cslot_t nslots, cslot_t *retslots);
H A Dcapabilities.h31 cslot_t slots, cslot_t *retslots);
36 enum objtype cntype, cslot_t slots, cslot_t *retslots);
38 cslot_t slots, cslot_t *retslots,

Completed in 45 milliseconds