Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 23 of 23) sorted by relevance

/l4re-core-master/ned/server/src/
A Dserver.h32 class Server : public L4::Server<>
42 typedef L4::Server<> Base;
44 Server();
49 extern Server *server;
A Dserver.cc24 Server::Server() in Server() function in Ned::Server
50 Server::run() in run()
59 Server::__run(void *a) in __run()
61 reinterpret_cast<Server*>(a)->run(); in __run()
A Dmain.cc27 Ned::Server *Ned::server;// = &s;
57 Ned::Server svr; in run()
A Ddebug.h30 Server = 0x10, enumerator
A Dned.lua70 Server = 0x10,
/l4re-core-master/l4sys/include/cxx/
A Dipc_server_loop27 * Server-Side framework for implementing object-oriented servers.´
28 * \defgroup cxx_ipc_server Server-Side IPC framework
33 * Helper classes for L4::Server instantiation.
48 * hook in the LOOP_HOOKS of L4::Server.
259 /// Setup wait function for the server loop (Server<>).
298 class Server :
311 explicit Server(l4_utcb_t *)
321 Server() {}
333 * Server loop without exception handling.
341 * Server loop with internal exception handling.
[all …]
A Dipc_iface83 * | Type | Direction | Client-Type | Server-Type |
105 …* | Type | Direction | Client-Type | Server-Type …
118 …* | Type | Direction | Client-Type | Server-Type …
A Dipc_server152 * Server-side RPC arguments data structure used to provide arguments
A Dipc_array107 * Server-side copy in buffer for Array.
A Dipc_epiface149 * \note Server loops are allowed to internally keep raw pointers to Epiface
/l4re-core-master/moe/server/src/
A Ddebug.cc16 {"server", Dbg::Server},
17 {"svr", Dbg::Server},
A Ddebug.h30 Server = 0x10, enumerator
A Dmain.cc291 Dbg dbg(Dbg::Server); in dispatch()
352 {"server", Dbg::Server},
353 {"svr", Dbg::Server},
483 static L4::Server<Loop_hooks> server;
A Dalloc.cc33 static Dbg dbg(Dbg::Warn | Dbg::Server);
/l4re-core-master/l4re/util/include/
A Dobject_registry75 * \param sif Server loop interface.
87 * \param sif Server loop interface.
196 * \param o Server object that handles IPC requests.
213 * \param o Server object that handles IPC requests.
230 * \param o Server object that handles IRQs.
249 * \param o Server object that handles the IPC.
269 * \param o Server object to unbind.
306 class Registry_server : public L4::Server<LOOP_HOOKS>
309 typedef L4::Server<LOOP_HOOKS> Base;
A Dbr_manager29 * \brief Buffer-register (BR) manager for L4::Server.
142 /// setup_wait() used the server loop (L4::Server)
A Dregion_mapping_svr_2223 Dbg(Dbg::Server).printf("page fault: %lx pc=%lx\n", addr, pc);
/l4re-core-master/l4re_kernel/server/src/
A Ddispatcher.cc21 static Dbg dbg(Dbg::Server, "svr");
A Ddebug.h29 Server = 0x10, enumerator
A Dmain.cc78 static L4::Server<Loop_hooks> server;
/l4re-core-master/cxx/lib/ipc/include/
A Dipc_server40 * \brief Abstract server object to be used with L4::Server and
120 * Server objects may call this function from their dispatch() function.
166 * Server object base class for handling IRQ messages.
/l4re-core-master/libc_backends/lib/sig/lib/
A Dsig.cc349 L4::Server<Loop_hooks> srv; in __handler_main()
/l4re-core-master/l4re/include/
A Dnamespace169 * \retval -L4_ENOMEM Server has insufficient resources.

Completed in 18 milliseconds