Home
last modified time | relevance | path

Searched defs:os_log_context_s (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/libkern/os/
H A Dlog_encode_types.h114 typedef struct os_log_context_s { struct
115 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_data
121 uint16_t ctx_content_sz; // size not including the header
122 uint16_t ctx_pubdata_sz;
123 uint16_t ctx_pubdata_cnt;
[all …]