Home
last modified time | relevance | path

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

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