Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dpciio.h52 PCI_GETCONF_MATCH_UNIT = 0x0020, enumerator
/src/sys/dev/pci/
H A Dpci_user.c208 if (((matches[i].flags & PCI_GETCONF_MATCH_UNIT) != 0) in pci_conf_match_native()
274 if (((matches[i].flags & PCI_GETCONF_MATCH_UNIT) != 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()