testpat           383 dev/ic/lemac.c 		static u_char testpat[] = {
testpat           391 dev/ic/lemac.c 			if (octet == testpat[idx2]) {
testpat           392 dev/ic/lemac.c 				if (++idx2 == sizeof(testpat)) {
testpat          2611 dev/pci/if_de.c     static const u_char testpat[] = { 0xFF, 0, 0x55, 0xAA, 0xFF, 0, 0x55, 0xAA };
testpat          2765 dev/pci/if_de.c     if (bcmp(&sc->tulip_rombuf[24], testpat, 8) != 0)