Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDpciio.h50 PCI_GETCONF_MATCH_FUNC = 0x0008, enumerator
/freebsd-14-stable/tools/tools/dmardump/
HDdmardump.c82 PCI_GETCONF_MATCH_FUNC; in pci_find_conf()
/freebsd-14-stable/sys/dev/pci/
HDpci_user.c187 if (((matches[i].flags & PCI_GETCONF_MATCH_FUNC) != 0) in pci_conf_match_native()
253 if (((matches[i].flags & PCI_GETCONF_MATCH_FUNC) != 0) in pci_conf_match32()
/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.c229 PCI_GETCONF_MATCH_FUNC; in list_devs()