Home
last modified time | relevance | path

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

/reactos/drivers/bus/pcix/
H A Denum.c1066 BOOLEAN IdMatch, RevMatch, SubsysMatch; in PcipIsSameDevice() local
1070 IdMatch = (PciData->VendorID == DeviceExtension->VendorId) && in PcipIsSameDevice()
1072 if (!IdMatch) return FALSE; in PcipIsSameDevice()