Lines Matching refs:databuffer
759 …char databuffer[256]; …
763 … datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT(ident), uniqid, i + 1, count); \
764 … checksum = crc32(0, databuffer, datalen); \
779 char databuffer[256]; in test_os_log() local
807 …datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, to… in test_os_log()
808 checksum = crc32(0, databuffer, datalen); in test_os_log()
812 …datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, to… in test_os_log()
813 checksum = crc32(0, databuffer, datalen); in test_os_log()
816 datalen = scnprintf(databuffer, sizeof(databuffer), "kernel^0^test^printf_only#mat%llu", a); in test_os_log()
817 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()
837 …datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("oslog_info"), uniqid, seqno, tot… in test_os_log()
838 checksum = crc32(0, databuffer, datalen); in test_os_log()
842 datalen = scnprintf(databuffer, sizeof(databuffer), "kernel^0^test^oslog_info#mat%llu", a); in test_os_log()
843 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()