Home
last modified time | relevance | path

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

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