Home
last modified time | relevance | path

Searched refs:Unique_cap (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/l4re/include/
A Dunique_cap4 * Unique_cap / Unique_del_cap
39 * allocator; otherwise use L4Re::Util::Unique_cap.
42 using Unique_cap = L4::Detail::Unique_cap_impl<T, Smart_cap_auto<L4_FP_ALL_SPACES>>;
43 /// \copydoc Unique_cap
48 * Allocate a capability slot and wrap it in an Unique_cap.
57 Unique_cap<T>
59 { return Unique_cap<T>(ca->alloc<T>(), ca); }
67 * The main difference to Unique_cap is that the unmap is done with the
A Dcap_alloc143 * \brief Helper for Unique_cap and Unique_del_cap
A Derror_helper130 * (L4::Cap, L4Re::Util::Unique_cap etc.)
/l4re-core-master/l4re/util/include/
A Dunique_cap4 * Unique_cap / Unique_del_cap
41 * L4Re::Util::Unique_cap<L4Re::Dataspace>
54 using Unique_cap = L4::Detail::Unique_cap_impl<T, Smart_cap_auto<L4_FP_ALL_SPACES>>;
55 /// \copydoc Unique_cap
60 * Allocate a capability slot and wrap it in an Unique_cap.
65 Unique_cap<T>
67 { return Unique_cap<T>(cap_alloc.alloc<T>()); }
75 * The main difference to Unique_cap is that the unmap is done with the
A Devent74 Unique_cap<L4Re::Dataspace> ev_ds(ca->alloc<L4Re::Dataspace>());
127 Unique_cap<L4Re::Dataspace> ev_ds(ca->alloc<L4Re::Dataspace>());
169 Unique_cap<L4Re::Dataspace> _ev_ds;
A Dcap_alloc56 * Helper for Unique_cap and Unique_del_cap.
/l4re-core-master/l4re_vfs/include/impl/
A Dns_fs_impl.h60 Ns_dir::get_ds(const char *path, L4Re::Unique_cap<L4Re::Dataspace> *ds) throw() in get_ds()
87 L4Re::Unique_cap<Dataspace> file; in get_entry()
147 L4Re::Unique_cap<Dataspace> dirinfofile; in getdents()
221 Env_dir::get_ds(const char *path, L4Re::Unique_cap<L4Re::Dataspace> *ds) throw() in get_ds()
237 *ds = L4Re::Unique_cap<L4Re::Dataspace>(L4::cap_reinterpret_cast<L4Re::Dataspace>(c)); in get_ds()
266 L4Re::Unique_cap<Dataspace> file; in get_entry()
A Dns_fs.h50 int get_ds(const char *path, L4Re::Unique_cap<L4Re::Dataspace> *ds) throw();
77 int get_ds(const char *path, L4Re::Unique_cap<L4Re::Dataspace> *ds) throw();
/l4re-core-master/ned/server/src/
A Dapp_task.h38 template<typename T> using Unique_cap = L4Re::Util::Unique_cap<T>; variable

Completed in 8 milliseconds