Home | Sort by: relevance | last modified time | path |
/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 && |