Home
last modified time | relevance | path

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

/xnu-11215/libkern/os/
H A Dlog_encode.c80 assert(log_context_cursor(ctx) <= (ctx->ctx_buffer + ctx->ctx_buffer_sz)); in log_context_cursor_advance()
239 assert(new_size > ctx->ctx_buffer_sz); in log_expand()
260 logmem_free_locked(ctx->ctx_logmem, ctx->ctx_buffer, ctx->ctx_buffer_sz); in log_expand()
264 ctx->ctx_buffer_sz = final_size; in log_expand()
265 ctx->ctx_content_sz = (uint16_t)(ctx->ctx_buffer_sz - hdr_size - sizeof(*ctx->ctx_hdr)); in log_expand()
509 ctx->ctx_content_sz = (uint16_t)(ctx->ctx_buffer_sz - hdr_size - sizeof(*ctx->ctx_hdr)); in os_log_context_prepare_header()
595 ctx->ctx_buffer_sz = buffer_sz; in os_log_context_init()
602 logmem_free_locked(ctx->ctx_logmem, ctx->ctx_buffer, ctx->ctx_buffer_sz); in os_log_context_free()
H A Dlog_encode_types.h116 size_t ctx_buffer_sz; member