Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/os/
H A Dlog_encode.c141 ctx->ctx_pubdata_sz += range->length; in log_collect_public_range_data()
158 .offset = ctx->ctx_pubdata_sz, in log_create_range()
572 if (ctx->ctx_pubdata_sz == 0) { in os_log_context_encode()
580 if (!log_fits(ctx, ctx->ctx_pubdata_sz) && logmem_ready(ctx->ctx_logmem)) { in os_log_context_encode()
581 size_t space_needed = log_context_cursor(ctx) + ctx->ctx_pubdata_sz - ctx->ctx_buffer; in os_log_context_encode()
H A Dlog_encode_types.h122 uint16_t ctx_pubdata_sz; member