Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/ntldr/
H A Dconversion.c73 if (Child->ComponentEntry.Identifier) in ConvertConfigToVA()
74 Child->ComponentEntry.Identifier = PaToVa(Child->ComponentEntry.Identifier); in ConvertConfigToVA()
77 …Child->ComponentEntry.Class, Child->ComponentEntry.Type, VaToPa(Child->ComponentEntry.Identifier),… in ConvertConfigToVA()
95 if (Sibling->ComponentEntry.Identifier) in ConvertConfigToVA()
96 Sibling->ComponentEntry.Identifier = PaToVa(Sibling->ComponentEntry.Identifier); in ConvertConfigToVA()
99 …Sibling->ComponentEntry.Class, Sibling->ComponentEntry.Type, VaToPa(Sibling->ComponentEntry.Identi… in ConvertConfigToVA()
/reactos/ntoskrnl/ke/
H A Dconfig.c72 if ((Child->ComponentEntry.Class) == Class && in KeFindConfigurationNextEntry()
73 (Child->ComponentEntry.Type) == Type && in KeFindConfigurationNextEntry()
74 (Child->ComponentEntry.Key & Mask) == Key) in KeFindConfigurationNextEntry()
94 if ((Sibling->ComponentEntry.Class == Class) && in KeFindConfigurationNextEntry()
95 (Sibling->ComponentEntry.Type == Type) && in KeFindConfigurationNextEntry()
96 (Sibling->ComponentEntry.Key & Mask) == Key) in KeFindConfigurationNextEntry()
/reactos/ntoskrnl/config/i386/
H A Dcmhardwr.c356 ConfigData.ComponentEntry.Class = ProcessorClass; in CmpInitializeMachineDependentConfiguration()
357 ConfigData.ComponentEntry.Type = CentralProcessor; in CmpInitializeMachineDependentConfiguration()
358 ConfigData.ComponentEntry.Key = i; in CmpInitializeMachineDependentConfiguration()
359 ConfigData.ComponentEntry.AffinityMask = AFFINITY_MASK(i); in CmpInitializeMachineDependentConfiguration()
360 ConfigData.ComponentEntry.Identifier = Buffer; in CmpInitializeMachineDependentConfiguration()
412 ConfigData.ComponentEntry.IdentifierLength = (ULONG)strlen(Buffer) + 1; in CmpInitializeMachineDependentConfiguration()
433 ConfigData.ComponentEntry.Class = ProcessorClass; in CmpInitializeMachineDependentConfiguration()
434 ConfigData.ComponentEntry.Type = FloatingPointProcessor; in CmpInitializeMachineDependentConfiguration()
435 ConfigData.ComponentEntry.Key = i; in CmpInitializeMachineDependentConfiguration()
436 ConfigData.ComponentEntry.AffinityMask = AFFINITY_MASK(i); in CmpInitializeMachineDependentConfiguration()
[all …]
/reactos/hal/halx86/acpi/
H A Dhalacpi.c550 PCONFIGURATION_COMPONENT_DATA ComponentEntry; in HalpAcpiFindRsdtPhase0() local
571 ComponentEntry = KeFindConfigurationNextEntry(LoaderBlock->ConfigurationRoot, in HalpAcpiFindRsdtPhase0()
576 while (ComponentEntry) in HalpAcpiFindRsdtPhase0()
579 if (!_stricmp(ComponentEntry->ComponentEntry.Identifier, "ACPI BIOS")) in HalpAcpiFindRsdtPhase0()
586 Next = ComponentEntry; in HalpAcpiFindRsdtPhase0()
587 ComponentEntry = KeFindConfigurationNextEntry(LoaderBlock->ConfigurationRoot, in HalpAcpiFindRsdtPhase0()
595 if (!ComponentEntry) in HalpAcpiFindRsdtPhase0()
602 ResourceList = ComponentEntry->ConfigurationData; in HalpAcpiFindRsdtPhase0()
/reactos/boot/freeldr/freeldr/arch/
H A Darchwsup.c131 ComponentData->ComponentEntry.ConfigurationDataLength = Size; in FldrSetConfigurationData()
147 Component = &FldrArcHwTreeRoot->ComponentEntry; in FldrCreateSystemKey()
226 Component = &ComponentData->ComponentEntry; in FldrCreateComponentKey()
/reactos/ntoskrnl/config/
H A Dcmconfig.c38 Component = &CurrentEntry->ComponentEntry; in CmpInitializeRegistryNode()
221 Component = &CurrentEntry->ComponentEntry; in CmpSetupConfigurationTree()
223 (CurrentEntry->Parent->ComponentEntry.Class == SystemClass)) in CmpSetupConfigurationTree()
/reactos/sdk/include/reactos/arc/
H A Darc.h168 CONFIGURATION_COMPONENT ComponentEntry; member