![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Entry in the L4Re environment array for the named initial objects. More...
#include <env.h>
Public Member Functions | |
| l4re_env_cap_entry_t () L4_NOTHROW | |
| Create an invalid entry. | |
| l4re_env_cap_entry_t (char const *n, l4_cap_idx_t c, l4_umword_t f=0) L4_NOTHROW | |
| Create an entry with the name n, capability c, and flags f. | |
Data Fields | |
| l4_cap_idx_t | cap |
| The capability selector for the object. | |
| l4_umword_t | flags |
| Flags for the object. | |
| char | name [16] |
| The name of the object. | |
Entry in the L4Re environment array for the named initial objects.
|
inline |
| l4_umword_t l4re_env_cap_entry_t::flags |
Flags for the object.
Definition at line 50 of file env.h.
Referenced by l4re_env_cap_entry_t(), l4re_env_cap_entry_t(), and l4re_env_get_cap_l().