Home
last modified time | relevance | path

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

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