Lines Matching refs:total_seqno
839 uint64_t total_seqno = 2; in test_os_log() local
857 …scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, total_seqno); in test_os_log()
859 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, seqno, total_seqno, a); in test_os_log()
862 …scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, total_seqno); in test_os_log()
864 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, seqno, total_seqno, a); in test_os_log()
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()
882 total_seqno = 1; in test_os_log()
887 … scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("oslog_info"), uniqid, seqno, total_seqno); in test_os_log()
889 …os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, seqno, total_seqno, a… 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()