OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_ID_COMPARE
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/libpciaccess/dist/src/
common_iterator.c
182
if (
PCI_ID_COMPARE
( iter->match.slot.domain, temp->base.domain )
183
&&
PCI_ID_COMPARE
( iter->match.slot.bus, temp->base.bus )
184
&&
PCI_ID_COMPARE
( iter->match.slot.dev, temp->base.dev )
185
&&
PCI_ID_COMPARE
( iter->match.slot.func, temp->base.func ) ) {
200
if (
PCI_ID_COMPARE
( iter->match.id.vendor_id, temp->base.vendor_id )
201
&&
PCI_ID_COMPARE
( iter->match.id.device_id, temp->base.device_id )
202
&&
PCI_ID_COMPARE
( iter->match.id.subvendor_id, temp->base.subvendor_id )
203
&&
PCI_ID_COMPARE
( iter->match.id.subdevice_id, temp->base.subdevice_id )
/xsrc/external/mit/libpciaccess/dist/include/
pciaccess.h
189
#define
PCI_ID_COMPARE
(a, b) \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86pciBus.c
452
if (
PCI_ID_COMPARE
(devices[j].vendor_id, pPci->vendor_id)
453
&&
PCI_ID_COMPARE
(devices[j].device_id, pPci->device_id)
524
if (
PCI_ID_COMPARE
(devices[j].vendor_id, pPci->vendor_id)
525
&&
PCI_ID_COMPARE
(devices[j].device_id, device_id)
xf86platformBus.c
501
if (
PCI_ID_COMPARE
(devices[k].vendor_id, pPci->vendor_id)
502
&&
PCI_ID_COMPARE
(devices[k].device_id, device_id)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86pciBus.c
437
if (
PCI_ID_COMPARE
( devices[j].vendor_id, pPci->vendor_id )
438
&&
PCI_ID_COMPARE
( devices[j].device_id, pPci->device_id )
511
if (
PCI_ID_COMPARE
( devices[j].vendor_id, pPci->vendor_id )
512
&&
PCI_ID_COMPARE
( devices[j].device_id, device_id )
Completed in 14 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026