Searched refs:test_pattern (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dne2000.c338 const uint8_t test_pattern[32] = "THIS is A memory TEST pattern"; local
451 ne2000_writemem(nict, nich, asict, asich, test_pattern, 8192,
452 sizeof(test_pattern), 0, 1);
456 if (memcmp(test_pattern, test_buffer, sizeof(test_pattern)) == 0) {
486 ne2000_writemem(nict, nich, asict, asich, test_pattern, 16384,
487 sizeof(test_pattern), useword, 1);
491 if (memcmp(test_pattern, test_buffer, sizeof(test_pattern)) != 0) {
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/nubus/
H A Dnubus.c429 fmt->test_pattern = nubus_read_4(bst, bsh, lanes, hdr);
438 printf("Test Pattern 0x%x\n", fmt->test_pattern);
447 if (fmt->test_pattern != NUBUS_ROM_TEST_PATTERN) {
451 fmt->test_pattern, NUBUS_ROM_TEST_PATTERN);
619 if (fmt->test_pattern != NUBUS_ROM_TEST_PATTERN)
H A Dnubus.h194 u_int32_t test_pattern; member in struct:_nubus_slot
/netbsd-6-1-5-RELEASE/usr.bin/sed/TEST/
H A Dsed.test89 test_pattern
392 test_pattern()
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgo32-nat.c1096 static const char test_pattern[] = local
1338 memcpy (dpmi_vendor_info, test_pattern, sizeof(dpmi_vendor_info));
1342 && memcmp (dpmi_vendor_info, test_pattern,

Completed in 80 milliseconds