ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Macros | |
#define | TAG_HW_COMPONENT_DATA 'DCwH' |
#define | TAG_HW_NAME 'mNwH' |
Functions | |
DBG_DEFAULT_CHANNEL (HWDETECT) | |
VOID | AddReactOSArcDiskInfo (IN PSTR ArcName, IN ULONG Signature, IN ULONG Checksum, IN BOOLEAN ValidPartitionTable) |
static VOID | FldrSetIdentifier (_In_ PCONFIGURATION_COMPONENT Component, _In_ PCSTR IdentifierString) |
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) |
static VOID | FldrLinkToParent (_In_ PCONFIGURATION_COMPONENT_DATA Parent, _In_ PCONFIGURATION_COMPONENT_DATA Child) |
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) |
Variables | |
const PCSTR | ArcTypes [MaximumType+1] |
PCONFIGURATION_COMPONENT_DATA | FldrArcHwTreeRoot |
ULONG | reactos_disk_count = 0 |
ARC_DISK_SIGNATURE_EX | reactos_arc_disk_info [32] |
#define TAG_HW_COMPONENT_DATA 'DCwH' |
Definition at line 73 of file archwsup.c.
#define TAG_HW_NAME 'mNwH' |
Definition at line 74 of file archwsup.c.
VOID AddReactOSArcDiskInfo | ( | IN PSTR | ArcName, |
IN ULONG | Signature, | ||
IN ULONG | Checksum, | ||
IN BOOLEAN | ValidPartitionTable | ||
) |
Definition at line 77 of file archwsup.c.
Referenced by ArmHwDetect(), GetHarddiskInformation(), PcInitializeBootDevices(), and UefiInitializeBootDevices().
DBG_DEFAULT_CHANNEL | ( | HWDETECT | ) |
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 198 of file archwsup.c.
Referenced by DetectAcpiBios(), DetectApmBios(), DetectBiosDisks(), DetectBiosFloppyController(), DetectBiosFloppyPeripheral(), DetectCBusBios(), DetectDisplayController(), DetectDockingStation(), 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 135 of file archwsup.c.
Referenced by ArmHwDetect(), Pc98HwDetect(), PcHwDetect(), UefiHwDetect(), and XboxHwDetect().
|
static |
Definition at line 168 of file archwsup.c.
Referenced by FldrCreateComponentKey().
VOID FldrSetConfigurationData | ( | _Inout_ PCONFIGURATION_COMPONENT_DATA | ComponentData, |
_In_ PCM_PARTIAL_RESOURCE_LIST | ResourceList, | ||
_In_ ULONG | Size | ||
) |
Definition at line 124 of file archwsup.c.
Referenced by DetectBiosDisks(), and FldrCreateComponentKey().
|
static |
Definition at line 103 of file archwsup.c.
Referenced by FldrCreateComponentKey(), and FldrCreateSystemKey().
const PCSTR ArcTypes[MaximumType+1] |
Definition at line 19 of file archwsup.c.
Referenced by FldrCreateComponentKey().
PCONFIGURATION_COMPONENT_DATA FldrArcHwTreeRoot |
Definition at line 65 of file archwsup.c.
Referenced by FldrCreateSystemKey().
ARC_DISK_SIGNATURE_EX reactos_arc_disk_info[32] |
Definition at line 69 of file archwsup.c.
Referenced by AddReactOSArcDiskInfo(), and WinLdrInitializePhase1().
ULONG reactos_disk_count = 0 |
Definition at line 68 of file archwsup.c.
Referenced by AddReactOSArcDiskInfo(), ArmHwDetect(), and WinLdrInitializePhase1().