/reactos/ntoskrnl/fstub/ |
H A D | translate.c | 50 ASSERT(Source->Type == CmResourceTypeInterrupt); in FstubTranslateResource() 75 ASSERT(Alternative->Type == CmResourceTypeInterrupt); in FstubTranslateResource() 123 ASSERT(Source->Type == CmResourceTypeInterrupt); in FstubTranslateRequirement()
|
/reactos/modules/rostests/unittests/isapnp/ |
H A D | precomp.h | 254 ok((Desc)->Type == CmResourceTypeInterrupt, \ 255 "Desc->Type = %u, expected %u\n", (Desc)->Type, CmResourceTypeInterrupt); \ 360 ok((Desc)->Type == CmResourceTypeInterrupt, \ 361 "Desc->Type = %u, expected %u\n", (Desc)->Type, CmResourceTypeInterrupt); \
|
/reactos/boot/freeldr/freeldr/arch/i386/pc98/ |
H A D | pc98hw.c | 282 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectBiosFloppyController() 558 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectPointerController() 693 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectKeyboardController() 779 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectParallelPorts() 864 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectSerialPorts() 929 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectSerialPorts()
|
/reactos/drivers/bus/isapnp/ |
H A D | interface.c | 35 ResourceType != CmResourceTypeInterrupt) in IsaFdoQueryInterface()
|
/reactos/drivers/bus/pcix/arb/ |
H A D | tr_irq.c | 62 if ((ULONG_PTR)InterfaceData != CmResourceTypeInterrupt) in tranirq_Constructor()
|
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | interrupt.cpp | 224 Descriptor = m_ResourceList->FindTranslatedEntry(CmResourceTypeInterrupt, m_ResourceIndex); in Connect() 311 if (ResourceIndex > ResourceList->NumberOfEntriesOfType(CmResourceTypeInterrupt)) in PcNewInterruptSync()
|
/reactos/dll/win32/devmgr/properties/ |
H A D | hwresource.cpp | 124 #define CmResourceTypeInterrupt 2 macro 257 if (Descriptor->Type == CmResourceTypeInterrupt) in AddResourceItems()
|
/reactos/ntoskrnl/io/ |
H A D | debug.c | 55 case CmResourceTypeInterrupt: in PipDumpCmResourceDescriptor() 212 case CmResourceTypeInterrupt: in PipDumpIoResourceDescriptor()
|
/reactos/boot/freeldr/freeldr/arch/i386/pc/ |
H A D | machpc.c | 828 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectSerialPorts() 933 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectParallelPorts() 1120 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectKeyboardController() 1297 PartialResourceList->PartialDescriptors[0].Type = CmResourceTypeInterrupt; in DetectPS2Mouse() 1389 PartialDescriptor->Type = CmResourceTypeInterrupt; in CreateBusMousePeripheralKey()
|
H A D | pchw.c | 310 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectBiosFloppyController()
|
/reactos/hal/halx86/generic/ |
H A D | usage.c | 129 case CmResourceTypeInterrupt: in HalpGetResourceSortValue() 167 RawDescriptor->Type = CmResourceTypeInterrupt; in HalpBuildPartialFromIdt()
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnpres.c | 195 ASSERT(IoDesc->Type == CmResourceTypeInterrupt); in IopFindInterruptResource() 302 case CmResourceTypeInterrupt: in IopFixupResourceListWithRequirements() 400 case CmResourceTypeInterrupt: in IopFixupResourceListWithRequirements() 640 case CmResourceTypeInterrupt: in IopCheckResourceDescriptor() 1042 case CmResourceTypeInterrupt: in IopTranslateDeviceResources()
|
H A D | arbiters.c | 216 CmResourceTypeInterrupt, in IopIrqInitialize()
|
/reactos/dll/win32/msports/ |
H A D | classinst.c | 179 case CmResourceTypeInterrupt: in GetSerialPortNumber() 251 case CmResourceTypeInterrupt: in GetParallelPortNumber()
|
/reactos/drivers/storage/ide/pciidex/ |
H A D | pdo.c | 321 Descriptor->Type = CmResourceTypeInterrupt; in PciIdeXPdoQueryResources() 408 Descriptor->Type = CmResourceTypeInterrupt; in PciIdeXPdoQueryResourceRequirements()
|
/reactos/hal/halx86/acpi/ |
H A D | halpnpdd.c | 409 if (Descriptor->Type == CmResourceTypeInterrupt) in HalpQueryResources() 412 PartialDesc->Type = CmResourceTypeInterrupt; in HalpQueryResources()
|
/reactos/hal/halx86/legacy/ |
H A D | halpnpdd.c | 389 if (Descriptor->Type == CmResourceTypeInterrupt) in HalpQueryResources() 392 PartialDesc->Type = CmResourceTypeInterrupt; in HalpQueryResources()
|
/reactos/drivers/bus/pcix/ |
H A D | debug.c | 266 case CmResourceTypeInterrupt: return "CmResourceTypeInterrupt"; in PciDebugCmResourceTypeToText()
|
/reactos/drivers/input/inport/ |
H A D | pnp.c | 87 case CmResourceTypeInterrupt: in InPortStartDevice()
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/km/ |
H A D | fxpkgpnpkm.cpp | 126 case CmResourceTypeInterrupt: in FilterResourceRequirements()
|
/reactos/drivers/storage/port/storport/ |
H A D | misc.c | 265 case CmResourceTypeInterrupt: in GetResourceListInterrupt()
|
/reactos/sdk/include/xdk/ |
H A D | cmtypes.h | 11 #define CmResourceTypeInterrupt 2 macro 226 #define CmResourceTypeInterrupt 2 macro
|
/reactos/sdk/include/ddk/ |
H A D | portcls.h | 457 NumberOfEntriesOfType(CmResourceTypeInterrupt) 460 FindTranslatedEntry(CmResourceTypeInterrupt, (n)) 463 FindUntranslatedEntry(CmResourceTypeInterrupt, (n)) 466 AddEntryFromParent((p), CmResourceTypeInterrupt, (n)) 490 AddEntryFromParent((p), CmResourceTypeInterrupt, (n))
|
/reactos/drivers/bus/pci/ |
H A D | pdo.c | 588 Descriptor->Type = CmResourceTypeInterrupt; in PdoQueryResourceRequirements() 874 Descriptor->Type = CmResourceTypeInterrupt; in PdoQueryResources() 1349 if (RawPartialDesc->Type == CmResourceTypeInterrupt) in PdoStartDevice()
|
/reactos/sdk/include/ndk/ |
H A D | cmtypes.h | 79 #define CmResourceTypeInterrupt 2 macro
|