Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.c831 size_t match_count = 0; in test_os_log() local
867 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()
/xnu-8792.81.2/bsd/kern/
H A Dsubr_log.c836 size_t match_count = 0; in find_pattern_in_buffer() local
847 if (match && ++match_count >= expected_count) { in find_pattern_in_buffer()
852 return match_count; in find_pattern_in_buffer()