Home
last modified time | relevance | path

Searched refs:PCI_GETCONF_MATCH_NAME (Results 1 – 4 of 4) sorted by relevance

/src/sys/sys/
H A Dpciio.h51 PCI_GETCONF_MATCH_NAME = 0x0010, enumerator
/src/sys/dev/pci/
H A Dpci_user.c212 if (((matches[i].flags & PCI_GETCONF_MATCH_NAME) != 0) in pci_conf_match_native()
278 if (((matches[i].flags & PCI_GETCONF_MATCH_NAME) != 0) in pci_conf_match32()
/src/usr.sbin/bhyve/
H A Dpci_passthru.c919 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in passthru_lookup_pptdev()
/src/usr.sbin/pciconf/
H A Dpciconf.c1227 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in getdevice()