Home
last modified time | relevance | path

Searched refs:vpd_key0 (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_gem_pci.c169 if (vpd->vpd_key0 != 'N' || vpd->vpd_key1 != 'A') in gem_pci_enaddr()
H A Dif_hme_pci.c175 if (vpd->vpd_key0 != 'N' || vpd->vpd_key1 != 'A') in hme_pci_enaddr()
H A Dpcireg.h728 uint8_t vpd_key0; member
H A Dif_cas.c247 if (vpd->vpd_key0 != 'Z') in cas_pci_enaddr()
H A Dif_nep.c742 if (vpd->vpd_key0 != 'Z') in nep_pci_enaddr()
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c387 vis(key0, vpd->vpd_key0, VIS_TAB|VIS_NL, 0); in print_vpd()