Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.c841 os_log_t log_handle = os_log_create("com.apple.xnu.test.t1", "kpost"); in test_os_log() local
843 T_ASSERT_EQ_PTR(&_os_log_default, log_handle, "os_log_create returns valid value."); in test_os_log()
844 T_ASSERT_EQ_INT(TRUE, os_log_info_enabled(log_handle), "os_log_info is enabled"); in test_os_log()
845 T_ASSERT_EQ_INT(TRUE, os_log_debug_enabled(log_handle), "os_log_debug is enabled"); in test_os_log()
889 …os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, seqno, total_seqno, a… in test_os_log()