Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c499 oslog_try_get(void *oslog __unused) in oslog_try_get()
767 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, const char *fmt, in _os_log_with_args_internal() argument
772 if (oslog == OS_LOG_DISABLED) { in _os_log_with_args_internal()
786 if (oslog != &_os_log_replay) { in _os_log_with_args_internal()
791 const uint16_t sid = oslog->ol_subsystem.ols_id; in _os_log_with_args_internal()
872 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *fmt, in os_log_with_args() argument
882 _os_log_with_args_internal(oslog, type, fmt, args, ts, addr, NULL, FALSE, FALSE); in os_log_with_args()