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