|
ReactOS 0.4.16-dev-2636-g02c744d
|

Go to the source code of this file.
Functions | |
| VOID | AddReactOSArcDiskInfo (_In_ PCSTR ArcName, _In_opt_ PGUID GptDiskGuid, _In_ ULONG Signature, _In_ ULONG Checksum, _In_ BOOLEAN ValidPartitionTable) |
| VOID | FldrSetConfigurationData (_Inout_ PCONFIGURATION_COMPONENT_DATA ComponentData, _In_ PCM_PARTIAL_RESOURCE_LIST ResourceList, _In_ ULONG Size) |
| VOID | FldrCreateSystemKey (_Out_ PCONFIGURATION_COMPONENT_DATA *SystemNode, _In_ PCSTR IdentifierString) |
| VOID | FldrCreateComponentKey (_In_ PCONFIGURATION_COMPONENT_DATA SystemNode, _In_ CONFIGURATION_CLASS Class, _In_ CONFIGURATION_TYPE Type, _In_ IDENTIFIER_FLAG Flags, _In_ ULONG Key, _In_ ULONG Affinity, _In_ PCSTR IdentifierString, _In_ PCM_PARTIAL_RESOURCE_LIST ResourceList, _In_ ULONG Size, _Out_ PCONFIGURATION_COMPONENT_DATA *ComponentKey) |
| VOID AddReactOSArcDiskInfo | ( | _In_ PCSTR | ArcName, |
| _In_opt_ PGUID | GptDiskGuid, | ||
| _In_ ULONG | Signature, | ||
| _In_ ULONG | Checksum, | ||
| _In_ BOOLEAN | ValidPartitionTable | ||
| ) |
Definition at line 77 of file archwsup.c.
Referenced by ArmHwDetect(), and DiskInitialize().
| VOID FldrCreateComponentKey | ( | _In_ PCONFIGURATION_COMPONENT_DATA | SystemNode, |
| _In_ CONFIGURATION_CLASS | Class, | ||
| _In_ CONFIGURATION_TYPE | Type, | ||
| _In_ IDENTIFIER_FLAG | Flags, | ||
| _In_ ULONG | Key, | ||
| _In_ ULONG | Affinity, | ||
| _In_ PCSTR | IdentifierString, | ||
| _In_ PCM_PARTIAL_RESOURCE_LIST | ResourceList, | ||
| _In_ ULONG | Size, | ||
| _Out_ PCONFIGURATION_COMPONENT_DATA * | ComponentKey | ||
| ) |
Definition at line 224 of file archwsup.c.
Referenced by DetectAcpiBios(), DetectApmBios(), DetectBiosDisks(), DetectBiosFloppyController(), DetectBiosFloppyPeripheral(), DetectCBusBios(), DetectDisplayController(), DetectDockingStation(), DetectInternal(), DetectIsaBios(), DetectKeyboardController(), DetectKeyboardPeripheral(), DetectNesaBios(), DetectParallelPorts(), DetectPciBios(), DetectPciIrqRoutingTable(), DetectPnpBios(), DetectPointerController(), DetectPointerPeripheral(), DetectPS2Mouse(), DetectSerialPointerPeripheral(), and DetectSerialPorts().
| VOID FldrCreateSystemKey | ( | _Out_ PCONFIGURATION_COMPONENT_DATA * | SystemNode, |
| _In_ PCSTR | IdentifierString | ||
| ) |
Definition at line 161 of file archwsup.c.
Referenced by ArmHwDetect(), Pc98HwDetect(), PcHwDetect(), UefiHwDetect(), and XboxHwDetect().
| VOID FldrSetConfigurationData | ( | _Inout_ PCONFIGURATION_COMPONENT_DATA | ComponentData, |
| _In_ PCM_PARTIAL_RESOURCE_LIST | ResourceList, | ||
| _In_ ULONG | Size | ||
| ) |
Definition at line 150 of file archwsup.c.
Referenced by DetectBiosDisks(), and FldrCreateComponentKey().