Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/os/
H A Dlog.c1586 int32_t msgcount = in[2]; in test_oslog_handleOSLogCtl() local
1587 if (uniqid == 0 || msgcount == 0) { in test_oslog_handleOSLogCtl()
1594 test_oslog_info(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1597 test_oslog_debug(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1600 test_oslog_error(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1603 test_oslog_fault(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1607 test_oslog_default(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()