Searched refs:CmpId (Results 1 – 1 of 1) sorted by relevance
106 UNICODE_STRING CmpId; in IopMapPeripheralId() local110 RtlInitUnicodeString(&CmpId, DeviceList[i].TypeName); in IopMapPeripheralId()112 if (RtlCompareUnicodeString(Value, &CmpId, FALSE) == 0) in IopMapPeripheralId()128 UNICODE_STRING CmpId; in IopMapDetectedDeviceId() local135 RtlInitUnicodeString(&CmpId, PnPMap[i].DetectId); in IopMapDetectedDeviceId()137 if (RtlCompareUnicodeString(DetectId, &CmpId, FALSE) == 0) in IopMapDetectedDeviceId()