Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/os/
H A Dlog.h89 #define OS_LOG_DISABLED NULL macro
H A Dlog.c568 return OS_LOG_DISABLED; in os_log_create_impl()
774 if (oslog == OS_LOG_DISABLED) { in _os_log_with_args_internal()
1151 static_assert(OS_LOG_DISABLED == NULL,
1387 T_ASSERT_EQ_PTR(h1, OS_LOG_DISABLED, "Disabled logging uses OS_LOG_DISABLED"); in test_os_log_handles()