Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmap.c106 UNICODE_STRING CmpId; in IopMapPeripheralId() local
110 RtlInitUnicodeString(&CmpId, DeviceList[i].TypeName); in IopMapPeripheralId()
112 if (RtlCompareUnicodeString(Value, &CmpId, FALSE) == 0) in IopMapPeripheralId()
128 UNICODE_STRING CmpId; in IopMapDetectedDeviceId() local
135 RtlInitUnicodeString(&CmpId, PnPMap[i].DetectId); in IopMapDetectedDeviceId()
137 if (RtlCompareUnicodeString(DetectId, &CmpId, FALSE) == 0) in IopMapDetectedDeviceId()