Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsubr_log.c816 size_t match_count = 0; in find_pattern_in_buffer() local
827 if (match && ++match_count >= expected_count) { in find_pattern_in_buffer()
832 return match_count; in find_pattern_in_buffer()
/xnu-11417.140.69/libkern/os/
H A Dlog.c1340 size_t match_count = find_pattern_in_buffer(pattern, saved, 2LL); in test_printf() local
1341 T_EXPECT_EQ_ULONG(match_count, 2LL, "printf() logs to msgbuf"); in test_printf()
1454 size_t match_count = find_pattern_in_buffer(pattern, saved, 1LL); in test_os_log() local
1455 T_EXPECT_EQ_ULONG(match_count, 1LL, "oslog_info() logs to system message buffer"); in test_os_log()