Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dfbsd-device.c106 struct pci_conf *matches; in fbsd_scan() local
112 if (matches == NULL) in fbsd_scan()
126 conf.matches = matches; in fbsd_scan()
146 t->bus = matches[i].pc_sel.pc_bus; in fbsd_scan()
147 t->dev = matches[i].pc_sel.pc_dev; in fbsd_scan()
148 t->func = matches[i].pc_sel.pc_func; in fbsd_scan()
151 t->vendor_id = matches[i].pc_vendor; in fbsd_scan()
152 t->device_id = matches[i].pc_device; in fbsd_scan()
154 t->hdrtype = matches[i].pc_hdr; in fbsd_scan()
161 free(matches); in fbsd_scan()
[all …]
/pciutils/
H A DREADME.Windows66 as an alias for the latest symbol version, which matches function name in pci.h
H A DChangeLog645 * The MSI-X table size now matches the spec. Thanks to Michael S.