Home
last modified time | relevance | path

Searched refs:do_log (Results 1 – 8 of 8) 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/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c517 bool do_log) in sensor_set_discrete_bit() argument
537 if (do_log && (sens->assert_enable & mask & sens->assert_states)) { in sensor_set_discrete_bit()
547 if (do_log && (sens->deassert_enable & mask & sens->deassert_states)) { in sensor_set_discrete_bit()
703 bool do_log = !IPMI_BMC_WATCHDOG_GET_DONT_LOG(ibs); in ipmi_sim_handle_timeout() local
716 do_log); in ipmi_sim_handle_timeout()
724 do_log); in ipmi_sim_handle_timeout()
745 do_log); in ipmi_sim_handle_timeout()
751 do_log); in ipmi_sim_handle_timeout()
758 do_log); in ipmi_sim_handle_timeout()
765 do_log); in ipmi_sim_handle_timeout()
/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
/openbmc/qemu/target/hppa/
H A Dtranslate.c1408 static void do_log(DisasContext *ctx, unsigned rt, TCGv_i64 in1, in do_log() function
1432 do_log(ctx, a->t, tcg_r1, tcg_r2, a->cf, a->d, fn); in do_log_reg()