31 L4RE_NS_REGISTER_DIR = 0x10,
L4 compiler related defines.
l4_ret_t l4re_ns_query_srv(l4re_namespace_t srv, char const *name, l4_cap_idx_t const cap) L4_NOTHROW
Query the name space for the object named by name.
L4_BEGIN_DECLS typedef l4_cap_idx_t l4re_namespace_t
Namespace type.
l4_ret_t l4re_ns_query_to_srv(l4re_namespace_t srv, char const *name, l4_cap_idx_t const cap, int timeout) L4_NOTHROW
Query the name space for the object named by name.
l4_ret_t l4re_ns_register_obj_srv(l4re_namespace_t srv, char const *name, l4_cap_idx_t const obj, unsigned flags) L4_NOTHROW
Register an object with a name.
l4re_ns_register_flags
Namespace register flags.
unsigned long l4_cap_idx_t
Capability selector type.
@ L4_FPAGE_RWX
Read-write-execute flexpage.
@ L4_FPAGE_RX
Read-execute flexpage.
@ L4_FPAGE_RO
Read-only flexpage.
@ L4_FPAGE_W
Writable flexpage.
#define L4_CV
Define calling convention.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
#define L4_INLINE
L4 Inline function attribute.
#define L4_BEGIN_DECLS
Start section with C types and functions.
#define L4_END_DECLS
End section with C types and functions.
l4_int16_t l4_ret_t
Return value of an IPC call as well as an RPC call.