Searched refs:do_log (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | logger.hpp | 23 void do_log(level, const std::source_location&, const char*, ...);
|
| H A D | conversion.hpp | 342 do_log(l, s, m, ts..., nullptr); in done()
|
| /openbmc/u-boot/cmd/ |
| H A D | log.c | 106 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 D | icecc-create-env | 198 do_log=1 218 if test -n "$do_log"; then
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | ncsi_state_machine.cpp | 40 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 D | ipmi_bmc_sim.c | 517 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 D | lg2_logger.cpp | 247 void do_log(level l, const std::source_location& s, const char* m, ...) in do_log() function
|
| /openbmc/qemu/target/hppa/ |
| H A D | translate.c | 1408 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()
|