Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dpciio.h52 PCI_GETCONF_MATCH_UNIT = 0x0020, enumerator
/freebsd-14.2/sys/dev/pci/
H A Dpci_user.c203 if (((matches[i].flags & PCI_GETCONF_MATCH_UNIT) != 0) in pci_conf_match_native()
269 if (((matches[i].flags & PCI_GETCONF_MATCH_UNIT) != 0) in pci_conf_match32()
/freebsd-14.2/usr.sbin/pciconf/
H A Dpciconf.c947 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in getdevice()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_passthru.c828 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in passthru_lookup_pptdev()