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

  /src/sys/dev/pci/
if_hme_pci.c 131 static const uint8_t promhdr[] = { 0x55, 0xaa }; local in function:hmeattach_pci
250 if (memcmp(buf, promhdr, sizeof promhdr) == 0 &&
if_gem_pci.c 163 static const u_int8_t promhdr[] = { 0x55, 0xaa }; local in function:gem_pci_attach
313 if (memcmp(buf, promhdr, sizeof promhdr) == 0 &&

Completed in 13 milliseconds