Searched refs:log_handle (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/libkern/os/ |
| H A D | log.c | 1440 os_log_t log_handle = os_log_create("com.apple.xnu.test.t1", "kpost"); in test_os_log() local 1441 T_ASSERT_NE_PTR(OS_LOG_DEFAULT, log_handle, "Log handle is not OS_LOG_DEFAULT"); in test_os_log() 1444 T_ASSERT_EQ_INT(enabled, os_log_info_enabled(log_handle), "Info log level is enabled"); in test_os_log() 1445 T_ASSERT_EQ_INT(enabled, os_log_debug_enabled(log_handle), "Debug log level is enabled"); in test_os_log() 1452 os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, 1LL, 1LL, stamp); in test_os_log()
|