Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpciio.h52 PCI_GETCONF_MATCH_UNIT = 0x0020, enumerator
/freebsd/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()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c1292 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in parsesel()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c967 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in passthru_lookup_pptdev()