Searched refs:log_output_write (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/logging/ |
D | log_output_dict.c | 31 log_output_write(output->func, (uint8_t *)&output_hdr, sizeof(output_hdr), in log_dict_output_msg_process() 38 log_output_write(output->func, data, len, (void *)output->control_block->ctx); in log_dict_output_msg_process() 43 log_output_write(output->func, data, len, (void *)output->control_block->ctx); in log_dict_output_msg_process() 56 log_output_write(output->func, (uint8_t *)&msg, sizeof(msg), in log_dict_output_dropped_process()
|
D | log_output.c | 715 log_output_write(outf, (uint8_t *)prefix, sizeof(prefix) - 1, output->control_block->ctx); in log_output_dropped_process() 716 log_output_write(outf, buf, len, output->control_block->ctx); in log_output_dropped_process() 717 log_output_write(outf, (uint8_t *)postfix, sizeof(postfix) - 1, output->control_block->ctx); in log_output_dropped_process()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 200 static inline void log_output_write(log_output_func_t outf, uint8_t *buf, size_t len, void *ctx) in log_output_write() function 217 log_output_write(output->func, output->buf, output->control_block->offset, in log_output_flush()
|