Home
last modified time | relevance | path

Searched refs:do_log (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dlogger.hpp23 void do_log(level, const std::source_location&, const char*, ...);
H A Dconversion.hpp342 do_log(l, s, m, ts..., nullptr); in done()
/openbmc/u-boot/cmd/
H A Dlog.c106 static int do_log(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_log() function
140 log, CONFIG_SYS_MAXARGS, 1, do_log,
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env198 do_log=1
218 if test -n "$do_log"; then
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp40 static void do_log(std::string&& line) in do_log() function
66 #define CPRINT(...) do_log(std::format(__VA_ARGS__))
/openbmc/phosphor-logging/lib/
H A Dlg2_logger.cpp247 void do_log(level l, const std::source_location& s, const char* m, ...) in do_log() function