Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Dlog_private.h70 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.c94 _os_log_with_args_internal(os_log_t oslog __unused, os_log_type_t type __unused,
249 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *format, va_list args, void *addr) in os_log_with_args() argument
256 _os_log_with_args_internal(oslog, type, format, args, addr, NULL, FALSE, FALSE); in os_log_with_args()
260 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, in _os_log_with_args_internal() argument
271 if (oslog != &_os_log_replay) { in _os_log_with_args_internal()