Home
last modified time | relevance | path

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

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