Searched refs:log_stats_check (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/libkern/os/ |
| H A D | log.c | 1259 log_stats_check(const log_stats_t *before, const log_stats_t *after, const log_stats_t *expected, in log_stats_check() function 1348 log_stats_check(&before, &after, &expected, "printf() logs to oslog"); in test_printf() 1467 log_stats_check(&before, &after, &expected, "test_oslog_info"); in test_os_log() 1470 log_stats_check(&before, &after, &expected, "test_oslog_debug"); in test_os_log() 1473 log_stats_check(&before, &after, &expected, "test_oslog_error"); in test_os_log() 1476 log_stats_check(&before, &after, &expected, "test_oslog_default"); in test_os_log() 1479 log_stats_check(&before, &after, &expected, "test_oslog_fault"); in test_os_log()
|