Searched refs:Ned (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/ned/doc/ |
A D | ned.dox | 4 \page l4re_servers_ned Ned, the Init Process 6 Ned's job is to bootstrap the system running on L4Re. The main thing to do 8 provide the communication channels for them. The central facility in Ned is 19 Ned also uses the 'rom' capability as source for Lua scripts and at least 92 The central facility for starting a new task with Ned is 122 Ned. 129 application's output (defaults to Ned's memory allocator). 136 to Ned's own scheduler). 153 \todo Write more documentation for application startup via Ned 179 Ned's command line syntax is: [all …]
|
/l4re-core-master/ned/server/src/ |
A D | main.cc | 27 Ned::Server *Ned::server;// = &s; 57 Ned::Server svr; in run() 58 Ned::server = &svr; in run()
|
A D | app_task.h | 22 public L4::Epiface_t<App_task, L4Re::Parent, Ned::Server_object> 40 Ned::Registry *_r; 62 App_task(Ned::Registry *r, L4Re::Util::Ref_cap<L4::Factory>::Cap const &alloc);
|
A D | server.h | 17 namespace Ned {
|
A D | server.cc | 20 namespace Ned { namespace
|
A D | lua.cc | 103 : public L4::Epiface_t<Command_dispatcher, L4Re::Ned::Cmd_control> 108 long op_execute(L4Re::Ned::Cmd_control::Rights, in op_execute()
|
A D | app_task.cc | 71 App_task::App_task(Ned::Registry *r, in App_task()
|
A D | lua_exec.cc | 47 public L4::Epiface_t<Observer, Obs_iface, Ned::Server_object> 471 App_ptr app_task(new App_task(Ned::server->registry(), am.rm_fab())); in exec() 533 L4Re::chkcap(Ned::server->registry()->register_obj(observer), in init()
|
/l4re-core-master/ned/lib/include/ |
A D | cmd_control | 15 namespace L4Re { namespace Ned { 18 * Direct control interface for Ned.
|
/l4re-core-master/ned/ned-prompt/src/ |
A D | ned-prompt.cc | 59 using L4Re::Ned::Cmd_control; in run_cmds()
|
/l4re-core-master/sigma0/doc/ |
A D | sigma0.dox | 11 * are trusted and usually the only applications besides Ned that get a
|
/l4re-core-master/l4re/include/ |
A D | parent | 41 * L4Re system, this program will be Moe or Ned.
|
Completed in 13 milliseconds