Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/moe/server/src/
A Dlog.h21 class Log : public L4::Epiface_t<Log, L4::Vcon, Moe::Server_object>
30 Log() : _tag(0), _l(0), _color(0), _in_line(false) {} in Log() function
39 virtual ~Log() {} in ~Log()
A Dlog.cc22 static Moe::Log *last_log = 0;
94 Moe::Log::op_dispatch(l4_utcb_t *utcb, l4_msgtag_t tag, L4::Vcon::Rights) in op_dispatch()
178 Moe::Log::color_value(cxx::String const &col) in color_value()
A Dalloc.cc88 class LLog : public Moe::Log
94 LLog(char const *t, int l, unsigned char col) : Log() in LLog()
173 cxx::unique_ptr<Moe::Log> l(make_obj<LLog>(tag.value<char const *>(), in op_create()
/l4re-core-master/l4re/include/
A Dlog5 * \brief Log interface
41 * \brief Log interface class
44 class L4_EXPORT Log : public L4::Kobject_t<Log, L4::Vcon, L4::PROTO_EMPTY>
A Denv66 * log | L4Re::Log | L4Re::Env::log()
131 * \return Log object-capability
133 L4::Cap<Log> log() const noexcept
134 { return L4::Cap<Log>(_env.log); }
242 * \param c Log object-capability
244 void log(L4::Cap<Log> const &c) noexcept
/l4re-core-master/l4re_c/lib/src/
A Dlog.cc25 L4::Cap<L4Re::Log> x(logcap); in l4re_log_print_srv()
33 L4::Cap<L4Re::Log> x(logcap); in l4re_log_printn_srv()
/l4re-core-master/l4re/lib/src/
A Dlog.cc30 Log::printn(char const *string, int len) const noexcept in printn()
50 Log::print(char const *string) const noexcept in print()
/l4re-core-master/ned/server/src/
A Dned.lua26 Log = -13,
240 return self.loader.log_fab:create(Proto.Log, table.unpack(self.log_args));
A Dapp_model.h128 L4::Cap<L4Re::Log> _log;
/l4re-core-master/l4sys/include/
A Dcapability41 class Log;
/l4re-core-master/libloader/include/
A Dremote_app_model87 env->log(L4::Cap<L4Re::Log>(Caps::Log_cap << L4_CAP_SHIFT));
/l4re-core-master/moe/doc/
A Dmoe.dox132 * \subsection l4re_moe_log Log Subsystem
/l4re-core-master/ned/doc/
A Dned.dox128 \li \c log_fab The generic factory to create the L4Re::Log object for the

Completed in 10 milliseconds