Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/os/
H A Dlog_encode.h31 bool os_log_context_encode(os_log_context_t, const char *, va_list, uintptr_t, size_t);
H A Dlog_encode.c512 os_log_context_encode(os_log_context_t ctx, const char *fmt, va_list args, in os_log_context_encode() function
H A Dlog.c403 if (!os_log_context_encode(&ctx, fmt, args, loc, loc_sz)) { in _os_log_to_log_internal()