Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Dlog.c947 int32_t msgcount = in[2]; in test_oslog_handleOSLogCtl() local
948 if (uniqid == 0 || msgcount == 0) { in test_oslog_handleOSLogCtl()
954 case OS_LOG_TYPE_INFO: test_oslog_info_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
955 case OS_LOG_TYPE_DEBUG: test_oslog_debug_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
956 case OS_LOG_TYPE_ERROR: test_oslog_error_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
957 case OS_LOG_TYPE_FAULT: test_oslog_fault_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()
959 default: test_oslog_default_helper(uniqid, msgcount); break; in test_oslog_handleOSLogCtl()