Searched refs:match_count (Results 1 – 2 of 2) sorted by relevance
831 size_t match_count = 0; in test_os_log() local867 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()868 T_EXPECT_EQ_ULONG(match_count, total_seqno, "verify printf_only goes to systemlog buffer"); in test_os_log()893 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()894 T_EXPECT_EQ_ULONG(match_count, total_seqno, "verify oslog_info does not go to systemlog buffer"); in test_os_log()
836 size_t match_count = 0; in find_pattern_in_buffer() local847 if (match && ++match_count >= expected_count) { in find_pattern_in_buffer()852 return match_count; in find_pattern_in_buffer()