Searched refs:log_stats_check (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/libkern/os/ |
| H A D | log.c | 1266 log_stats_check(const log_stats_t *before, const log_stats_t *after, const log_stats_t *expected, in log_stats_check() function 1356 log_stats_check(&before, &after, &expected, "printf() logs to oslog"); in test_printf() 1475 log_stats_check(&before, &after, &expected, "test_oslog_info"); in test_os_log() 1478 log_stats_check(&before, &after, &expected, "test_oslog_debug"); in test_os_log() 1481 log_stats_check(&before, &after, &expected, "test_oslog_error"); in test_os_log() 1484 log_stats_check(&before, &after, &expected, "test_oslog_default"); in test_os_log() 1487 log_stats_check(&before, &after, &expected, "test_oslog_fault"); in test_os_log()
|