Searched refs:os_log_context_init (Results 1 – 3 of 3) sorted by relevance
29 void os_log_context_init(os_log_context_t, logmem_t *, uint8_t *, size_t);
594 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
473 os_log_context_init(&ctx, &os_log_mem, buffer, sizeof(buffer)); in _os_log_to_log_internal()