Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Dlog.c789 uint64_t total_seqno = 2; in test_os_log() local
807 …scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, total_seqno); in test_os_log()
809 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, seqno, total_seqno, a); in test_os_log()
812 …scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, total_seqno); in test_os_log()
814 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, seqno, total_seqno, a); in test_os_log()
817 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()
818 T_EXPECT_EQ_ULONG(match_count, total_seqno, "verify printf_only goes to systemlog buffer"); in test_os_log()
832 total_seqno = 1; in test_os_log()
837 … scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("oslog_info"), uniqid, seqno, total_seqno); in test_os_log()
839 …os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, seqno, total_seqno, a… in test_os_log()
[all …]