Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dpciio.h53 PCI_GETCONF_MATCH_NAME = 0x0010, enumerator
/freebsd-13.1/sys/dev/pci/
H A Dpci_user.c209 if (((matches[i].flags & PCI_GETCONF_MATCH_NAME) != 0) in pci_conf_match_native()
275 if (((matches[i].flags & PCI_GETCONF_MATCH_NAME) != 0) in pci_conf_match32()
/freebsd-13.1/usr.sbin/pciconf/
H A Dpciconf.c952 patterns[0].flags = PCI_GETCONF_MATCH_NAME | PCI_GETCONF_MATCH_UNIT; in getdevice()