Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.h29 void os_log_context_init(os_log_context_t, logmem_t *, uint8_t *, size_t);
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() function
H A Dlog.c473 os_log_context_init(&ctx, &os_log_mem, buffer, sizeof(buffer)); in _os_log_to_log_internal()