Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dpciio.h51 PCI_GETCONF_MATCH_DEV = 0x0004, enumerator
/freebsd-12.1/tools/tools/dmardump/
H A Ddmardump.c83 PCI_GETCONF_MATCH_BUS | PCI_GETCONF_MATCH_DEV | in pci_find_conf()
/freebsd-12.1/sys/dev/pci/
H A Dpci_user.c186 if (((matches[i].flags & PCI_GETCONF_MATCH_DEV) != 0) in pci_conf_match_native()
252 if (((matches[i].flags & PCI_GETCONF_MATCH_DEV) != 0) in pci_conf_match32()
/freebsd-12.1/usr.sbin/pciconf/
H A Dpciconf.c233 PCI_GETCONF_MATCH_BUS | PCI_GETCONF_MATCH_DEV | in list_devs()