Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/libkern/os/
H A Dlog.c1348 size_t match_count = find_pattern_in_buffer(pattern, saved, 2LL); in test_printf() local
1349 T_EXPECT_EQ_ULONG(match_count, 2LL, "printf() logs to msgbuf"); in test_printf()
1462 size_t match_count = find_pattern_in_buffer(pattern, saved, 1LL); in test_os_log() local
1463 T_EXPECT_EQ_ULONG(match_count, 1LL, "oslog_info() logs to system message buffer"); in test_os_log()