Searched defs:os_log_context_s (Results 1 – 1 of 1) sorted by relevance
113 typedef struct os_log_context_s { struct114 logmem_t *ctx_logmem;115 uint8_t *ctx_buffer;116 size_t ctx_buffer_sz;117 os_log_fmt_hdr_t ctx_hdr;118 char *ctx_pubdata[OS_LOG_MAX_PUB_ARGS];119 uint16_t ctx_content_off; // offset into buffer->hdr_data120 uint16_t ctx_content_sz; // size not including the header121 uint16_t ctx_pubdata_sz;122 uint16_t ctx_pubdata_cnt;[all …]