Lines Matching defs:pattern
74 * They are designed to show pattern dependent errors.
130 int pattern = 0;
222 * Determine the data pattern to use if pattern testing
234 switch (pattern % (NPPATTERNS + 1)) {
236 pattern = 0;
239 "\nThe last %d passes were successful, running alpha pattern pass", NPPATTERNS);
243 data = purge_patterns[pattern];
244 pattern++;
250 data = purge_patterns[pattern];
251 pattern++;
256 fmt_print(" - pattern = 0x%x", data);
262 * Mark the pattern buffer as corrupt, since it
302 * If there were no errors, the pattern buffer is
317 * There was an error. Mark the pattern buffer
377 * Mark the pattern buffer corrupt to be safe.
602 * Initialize the pattern buffer if necessary.
626 * If we are doing pattern testing, write and read the pattern
627 * from the pattern buffer.
659 * If we are doing a data compare, make sure the pattern
662 * we wrote random data instead of the expected data pattern.
735 * Initialize the pattern buffer if we are in write pass.
765 * compare and make sure the pattern came back intact.