HomeSort by: relevance | last modified time | path
    Searched defs:testpat (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/eisa/
if_tlp_eisa.c 139 static const u_int8_t testpat[] = local in function:tlp_eisa_attach
151 u_int8_t enaddr[ETHER_ADDR_LEN], tmpbuf[sizeof(testpat)];
213 for (i = 0, cnt = 0; i < sizeof(testpat) && cnt < 32; cnt++) {
215 if (tmpbuf[i] == testpat[i])
  /src/sys/dev/ic/
lemac.c 351 static u_char testpat[]
359 if (octet == testpat[idx2]) {
360 if (++idx2 == sizeof(testpat)) {
344 static u_char testpat[] local in function:lemac_read_macaddr
tulip.c 2418 static const uint8_t testpat[] = local in function:tlp_parse_old_srom
2503 if (memcmp(&sc->sc_srom[24], testpat, 8) != 0)

Completed in 15 milliseconds