Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.c839 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()
[all …]