Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dpciio.h50 PCI_GETCONF_MATCH_FUNC = 0x0008, enumerator
/src/tools/tools/dmardump/
H A Ddmardump.c81 PCI_GETCONF_MATCH_FUNC; in pci_find_conf()
/src/sys/dev/pci/
H A Dpci_user.c192 if (((matches[i].flags & PCI_GETCONF_MATCH_FUNC) != 0) in pci_conf_match_native()
258 if (((matches[i].flags & PCI_GETCONF_MATCH_FUNC) != 0) in pci_conf_match32()
/src/usr.sbin/pciconf/
H A Dpciconf.c247 PCI_GETCONF_MATCH_FUNC; in fetch_devs()