Home
last modified time | relevance | path

Searched refs:ctx_content_off (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.c41 #define log_context_cursor(ctx) &(ctx)->ctx_hdr->hdr_data[(ctx)->ctx_content_off]
80 ctx->ctx_content_off += amount; in log_context_cursor_advance()
87 return (ctx->ctx_content_off + data_size) <= ctx->ctx_content_sz; in log_fits()
211 const uint16_t orig_content_off = ctx->ctx_content_off; in log_encode_public_data()
225 log_range_update(range, ctx->ctx_content_off - orig_content_off, in log_encode_public_data()
226 MIN(range->length, ctx->ctx_content_sz - ctx->ctx_content_off)); in log_encode_public_data()
589 ctx->ctx_content_off = 0; in os_log_context_encode()
H A Dlog_encode_types.h119 uint16_t ctx_content_off; // offset into buffer->hdr_data member