Home
last modified time | relevance | path

Searched refs:ctx_content_sz (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.c87 return (ctx->ctx_content_off + data_size) <= ctx->ctx_content_sz; in log_fits()
226 MIN(range->length, ctx->ctx_content_sz - ctx->ctx_content_off)); in log_encode_public_data()
256 const size_t copy_size = hdr_size + sizeof(*ctx->ctx_hdr) + ctx->ctx_content_sz; in log_expand()
266 ctx->ctx_content_sz = (uint16_t)(ctx->ctx_buffer_sz - hdr_size - sizeof(*ctx->ctx_hdr)); in log_expand()
527 ctx->ctx_content_sz = (uint16_t)(ctx->ctx_buffer_sz - hdr_size - sizeof(*ctx->ctx_hdr)); in os_log_encode_location()
588 ctx->ctx_content_sz = (uint16_t)(log_context_cursor(ctx) - ctx->ctx_buffer); in os_log_context_encode()
H A Dlog_encode_types.h120 uint16_t ctx_content_sz; // size not including the header member
H A Dlog.c476 _os_log_actual(type, fmt, dso, addr, ctx.ctx_buffer, ctx.ctx_content_sz, in _os_log_to_log_internal()