Home
last modified time | relevance | path

Searched refs:oslog (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/libkern/os/
H A Dlog_private.h72 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *format, va_list args, void *ret_ad…
H A Dlog.c253 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *fmt, in os_log_with_args() argument
263 _os_log_with_args_internal(oslog, type, fmt, args, ts, addr, NULL, FALSE, FALSE); in os_log_with_args()
420 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, const char *fmt, in _os_log_with_args_internal() argument
431 if (oslog != &_os_log_replay) { in _os_log_with_args_internal()