Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.c81 assert(log_context_cursor(ctx) <= (ctx->ctx_buffer + ctx->ctx_buffer_sz)); in log_context_cursor_advance()
240 assert(new_size > ctx->ctx_buffer_sz); in log_expand()
261 logmem_free_locked(ctx->ctx_logmem, ctx->ctx_buffer, ctx->ctx_buffer_sz); in log_expand()
265 ctx->ctx_buffer_sz = final_size; 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()
603 ctx->ctx_buffer_sz = buffer_sz; in os_log_context_init()
610 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