Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.c594 os_log_context_init(os_log_context_t ctx, logmem_t *logmem, uint8_t *buffer, size_t buffer_sz) in os_log_context_init() argument
598 assert(buffer_sz > 0); in os_log_context_init()
603 ctx->ctx_buffer_sz = buffer_sz; in os_log_context_init()