Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog.c1594 int32_t msgcount = in[2]; in test_oslog_handleOSLogCtl() local
1595 if (uniqid == 0 || msgcount == 0) { in test_oslog_handleOSLogCtl()
1602 test_oslog_info(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1605 test_oslog_debug(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1608 test_oslog_error(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1611 test_oslog_fault(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()
1615 test_oslog_default(uniqid, msgcount, NULL, NULL); in test_oslog_handleOSLogCtl()