Searched refs:oslog (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/libkern/os/ |
| H A D | log_private.h | 72 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *format, va_list args, void *ret_ad…
|
| H A D | log.c | 499 oslog_try_get(void *oslog __unused) in oslog_try_get() 768 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, const char *fmt, in _os_log_with_args_internal() argument 773 if (oslog == OS_LOG_DISABLED) { in _os_log_with_args_internal() 787 if (oslog != &_os_log_replay) { in _os_log_with_args_internal() 792 const uint16_t sid = oslog->ol_subsystem.ols_id; in _os_log_with_args_internal() 873 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *fmt, in os_log_with_args() argument 883 _os_log_with_args_internal(oslog, type, fmt, args, ts, addr, NULL, FALSE, FALSE); in os_log_with_args()
|
| /xnu-12377.81.4/tests/unit/mocks/ |
| H A D | mock_misc.c | 118 os_log_with_args, (void* oslog, uint8_t type, const char *fmt, va_list args, void *addr))
|