Lines Matching refs:log_output
40 const struct log_output *out_ctx = (const struct log_output *)ctx; in out_func()
62 out_func(p->current, systh->systh_platform.log_output); in stp_write_putNibble()
261 out_func(c, systh->systh_platform.log_output);
263 out_func(valToHex[c >> 0x4], systh->systh_platform.log_output);
264 out_func(valToHex[c & 0xF], systh->systh_platform.log_output);
336 out_func(pattern[i], systh->systh_platform.log_output);
393 out_func('\n', systh->systh_platform.log_output);
395 out_func('\r', systh->systh_platform.log_output);
396 out_func('\n', systh->systh_platform.log_output);
410 const struct log_output *log_output, argument
415 handle->systh_platform.log_output = (struct log_output *)log_output;
781 void log_output_msg_syst_process(const struct log_output *output,