Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.c997 int32_t msgcount = in[2]; in test_oslog_handleOSLogCtl() local
998 if (uniqid == 0 || msgcount == 0) { in test_oslog_handleOSLogCtl()
1004 case OS_LOG_TYPE_INFO: test_oslog_info_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
1005 case OS_LOG_TYPE_DEBUG: test_oslog_debug_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
1006 case OS_LOG_TYPE_ERROR: test_oslog_error_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
1007 case OS_LOG_TYPE_FAULT: test_oslog_fault_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
1009 default: test_oslog_default_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()