Lines Matching refs:Dbg
63 unsigned Moe::l4re_dbg = Dbg::Warn;
67 static Dbg info(Dbg::Info);
68 static Dbg boot(Dbg::Boot);
69 static Dbg warn(Dbg::Warn);
111 Dbg(Dbg::Warn).printf("No command line found, using default!\n"); in my_cmdline()
291 Dbg dbg(Dbg::Server); in dispatch()
299 Dbg(Dbg::Exceptions).printf("unhandled exception...\n"); in dispatch()
332 Dbg(Dbg::Warn).printf("Invalid message (tag.label=%ld)\n", tag.label()); in dispatch()
348 {{"info", Dbg::Info},
349 {"nfo", Dbg::Info},
350 {"warn", Dbg::Warn},
351 {"boot", Dbg::Boot},
352 {"server", Dbg::Server},
353 {"svr", Dbg::Server},
354 {"exceptions", Dbg::Exceptions},
355 {"exc", Dbg::Exceptions},
358 {"loader", Dbg::Loader},
359 {"ldr", Dbg::Loader},
360 {"ns", Dbg::Name_space},
409 Dbg::set_level(parse_flags(args, dbb, "--debug")); in hdl_debug()
519 Dbg::set_level(Dbg::Info | Dbg::Warn); in main()