Lines Matching refs:databuffer
808 …char databuffer[256]; …
812 … datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT(ident), uniqid, i + 1, count); \
813 … checksum = crc32(0, databuffer, datalen); \
829 char databuffer[256]; in test_os_log() local
857 …datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, to… in test_os_log()
858 checksum = crc32(0, databuffer, datalen); in test_os_log()
862 …datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("printf_only"), uniqid, seqno, to… in test_os_log()
863 checksum = crc32(0, databuffer, datalen); in test_os_log()
866 datalen = scnprintf(databuffer, sizeof(databuffer), "kernel^0^test^printf_only#mat%llu", a); in test_os_log()
867 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()
887 …datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT("oslog_info"), uniqid, seqno, tot… in test_os_log()
888 checksum = crc32(0, databuffer, datalen); in test_os_log()
892 datalen = scnprintf(databuffer, sizeof(databuffer), "kernel^0^test^oslog_info#mat%llu", a); in test_os_log()
893 match_count = find_pattern_in_buffer(databuffer, datalen, total_seqno); in test_os_log()