Home
last modified time | relevance | path

Searched refs:promhdr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_hme_pci.c131 static const uint8_t promhdr[] = { 0x55, 0xaa }; in hmeattach_pci() local
250 if (memcmp(buf, promhdr, sizeof promhdr) == 0 && in hmeattach_pci()
H A Dif_gem_pci.c163 static const u_int8_t promhdr[] = { 0x55, 0xaa }; in gem_pci_attach() local
313 if (memcmp(buf, promhdr, sizeof promhdr) == 0 && in gem_pci_attach()