Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.c142 ctx->ctx_pubdata_sz += range->length; in log_collect_public_range_data()
159 .offset = ctx->ctx_pubdata_sz, in log_create_range()
568 if (ctx->ctx_pubdata_sz == 0) { in os_log_context_encode()
576 if (!log_fits(ctx, ctx->ctx_pubdata_sz) && logmem_ready(ctx->ctx_logmem)) { in os_log_context_encode()
577 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.h121 uint16_t ctx_pubdata_sz; member