Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpciio.h48 PCI_GETCONF_MATCH_BUS = 0x0002, enumerator
/freebsd/tools/tools/dmardump/
H A Ddmardump.c80 PCI_GETCONF_MATCH_BUS | PCI_GETCONF_MATCH_DEV | in pci_find_conf()
/freebsd/sys/dev/pci/
H A Dpci_user.c179 if (((matches[i].flags & PCI_GETCONF_MATCH_BUS) != 0) in pci_conf_match_native()
245 if (((matches[i].flags & PCI_GETCONF_MATCH_BUS) != 0) in pci_conf_match32()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c228 PCI_GETCONF_MATCH_BUS | PCI_GETCONF_MATCH_DEV | in list_devs()