Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Dlog_encode.h31 bool os_log_context_encode(os_log_context_t, const char *, va_list, void *, void *, bool);
H A Dlog_encode.c537 os_log_context_encode(os_log_context_t ctx, const char *fmt, va_list args, void *addr, void *dso, b… in os_log_context_encode() function
H A Dlog.c475 if (os_log_context_encode(&ctx, fmt, args, addr, dso, driverKit)) { in _os_log_to_log_internal()